We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b60fc4 commit 969e33eCopy full SHA for 969e33e
1 file changed
compiler/pom.xml
@@ -26,7 +26,7 @@
26
27
<modelVersion>4.0.0</modelVersion>
28
<artifactId>compiler</artifactId>
29
- <version>2.3.0</version>
+ <version>2.3.1-SNAPSHOT</version>
30
<packaging>bundle</packaging>
31
32
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -155,7 +155,7 @@
155
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
156
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git
157
</developerConnection>
158
- <tag>compiler-2.3.0</tag>
+ <tag>master</tag>
159
</scm>
160
161
</project>
0 commit comments