Skip to content

Commit 99cd7b1

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent c901e48 commit 99cd7b1

5 files changed

Lines changed: 7 additions & 11 deletions

File tree

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.sdk</groupId>
1212
<artifactId>sdk-examples</artifactId>
13-
<version>3.6.4</version>
13+
<version>3.6.5-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515
<name>SDK-Examples</name>
1616
<description>OpenGamma SDK - Example code to demonstrate usage</description>
@@ -77,8 +77,4 @@
7777
<maven.install.skip>true</maven.install.skip>
7878
<maven.deploy.skip>true</maven.deploy.skip>
7979
</properties>
80-
81-
<scm>
82-
<tag>v3.6.4</tag>
83-
</scm>
8480
</project>

modules/common/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.sdk</groupId>
77
<artifactId>sdk-parent</artifactId>
8-
<version>3.6.4</version>
8+
<version>3.6.5-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>sdk-common</artifactId>

modules/margin/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.sdk</groupId>
77
<artifactId>sdk-parent</artifactId>
8-
<version>3.6.4</version>
8+
<version>3.6.5-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>sdk-margin</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.sdk</groupId>
1212
<artifactId>sdk-parent</artifactId>
13-
<version>3.6.4</version>
13+
<version>3.6.5-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>SDK-Parent</name>
1616
<description>OpenGamma SDK - Parent project</description>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:https://github.com/OpenGamma/JavaSDK.git</connection>
3535
<developerConnection>scm:git:https://github.com/OpenGamma/JavaSDK.git</developerConnection>
3636
<url>https://github.com/OpenGamma/JavaSDK</url>
37-
<tag>v3.6.4</tag>
37+
<tag>HEAD</tag>
3838
</scm>
3939

4040
<!-- ==================================================================== -->

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.sdk</groupId>
1212
<artifactId>sdk-root</artifactId>
13-
<version>3.6.4</version>
13+
<version>3.6.5-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>SDK-Root</name>
1616
<description>OpenGamma SDK - Root project</description>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:https://github.com/OpenGamma/JavaSDK.git</connection>
3535
<developerConnection>scm:git:https://github.com/OpenGamma/JavaSDK.git</developerConnection>
3636
<url>https://github.com/OpenGamma/JavaSDK</url>
37-
<tag>v3.6.4</tag>
37+
<tag>HEAD</tag>
3838
</scm>
3939

4040
<!-- ==================================================================== -->

0 commit comments

Comments
 (0)