Skip to content

Commit 502bb6a

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 8a62cb3 commit 502bb6a

File tree

14 files changed

+16
-20
lines changed

14 files changed

+16
-20
lines changed

examples/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.opengamma.strata</groupId>
1212
<artifactId>strata-examples</artifactId>
13-
<version>2.12.39</version>
13+
<version>2.12.40-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515
<name>Strata-Examples</name>
1616
<description>Example code to demonstrate use of Strata</description>
@@ -272,8 +272,4 @@
272272
<windowtitle>OpenGamma Strata Examples</windowtitle>
273273
<doctitle><![CDATA[<h1>OpenGamma Strata Examples</h1>]]></doctitle>
274274
</properties>
275-
276-
<scm>
277-
<tag>v2.12.39</tag>
278-
</scm>
279275
</project>

modules/basics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-basics</artifactId>

modules/calc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-calc</artifactId>

modules/collect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-collect</artifactId>

modules/data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-data</artifactId>

modules/loader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-loader</artifactId>

modules/market/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-market</artifactId>

modules/math/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-math</artifactId>

modules/measure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-measure</artifactId>

modules/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.opengamma.strata</groupId>
1212
<artifactId>strata-parent</artifactId>
13-
<version>2.12.39</version>
13+
<version>2.12.40-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>Strata-Parent</name>
1616
<description>OpenGamma Strata Parent</description>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://github.com/OpenGamma/Strata.git</connection>
4141
<developerConnection>scm:git:https://github.com/OpenGamma/Strata.git</developerConnection>
4242
<url>https://github.com/OpenGamma/Strata</url>
43-
<tag>v2.12.39</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545

4646
<!-- ==================================================================== -->

modules/pricer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-pricer</artifactId>

modules/product/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-product</artifactId>

modules/report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma.strata</groupId>
77
<artifactId>strata-parent</artifactId>
8-
<version>2.12.39</version>
8+
<version>2.12.40-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>strata-report</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.opengamma.strata</groupId>
1212
<artifactId>strata-root</artifactId>
13-
<version>2.12.39</version>
13+
<version>2.12.40-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>Strata-Root</name>
1616
<description>OpenGamma Strata root</description>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://github.com/OpenGamma/Strata.git</connection>
4141
<developerConnection>scm:git:https://github.com/OpenGamma/Strata.git</developerConnection>
4242
<url>https://github.com/OpenGamma/Strata</url>
43-
<tag>v2.12.39</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545

4646
<!-- ==================================================================== -->

0 commit comments

Comments
 (0)