We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dd73a commit 564bb2cCopy full SHA for 564bb2c
compiler/pom.xml
@@ -26,7 +26,7 @@
26
27
<modelVersion>4.0.0</modelVersion>
28
<artifactId>compiler</artifactId>
29
- <version>2.2.4-SNAPSHOT</version>
+ <version>2.2.4</version>
30
<packaging>bundle</packaging>
31
32
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -147,7 +147,7 @@
147
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
148
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git
149
</developerConnection>
150
- <tag>master</tag>
+ <tag>compiler-2.2.4</tag>
151
</scm>
152
153
</project>
0 commit comments