We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9196d2a commit adb6a03Copy full SHA for adb6a03
pom.xml
@@ -25,7 +25,7 @@
25
26
<modelVersion>4.0.0</modelVersion>
27
<artifactId>compiler</artifactId>
28
- <version>2.3.5-SNAPSHOT</version>
+ <version>2.3.5</version>
29
<packaging>bundle</packaging>
30
31
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -143,7 +143,7 @@
143
<connection>scm:git:git@github.com:OpenHFT/Java-Runtime-Compiler.git</connection>
144
<developerConnection>scm:git:git@github.com:OpenHFT/Java-Runtime-Compiler.git
145
</developerConnection>
146
- <tag>master</tag>
+ <tag>compiler-2.3.5</tag>
147
</scm>
148
149
</project>
0 commit comments