Skip to content

Commit a1c2847

Browse files
author
teamcity_hft
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0f06575 commit a1c2847

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compiler/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>compiler</artifactId>
29-
<version>2.3.1</version>
29+
<version>2.3.2-SNAPSHOT</version>
3030
<packaging>bundle</packaging>
3131

3232
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -156,7 +156,7 @@
156156
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
157157
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git
158158
</developerConnection>
159-
<tag>Java-Runtime-Compiler-2.3.1</tag>
159+
<tag>master</tag>
160160
</scm>
161161

162162
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>Java-Runtime-Compiler</artifactId>
29-
<version>2.3.1</version>
29+
<version>2.3.2-SNAPSHOT</version>
3030
<packaging>pom</packaging>
3131

3232
<name>Java Compiler Parent</name>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
4242
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git
4343
</developerConnection>
44-
<tag>Java-Runtime-Compiler-2.3.1</tag>
44+
<tag>master</tag>
4545
</scm>
4646

4747
</project>

0 commit comments

Comments
 (0)