We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d92f5 commit f9e1deaCopy full SHA for f9e1dea
pom.xml
@@ -49,7 +49,7 @@
49
<version>1.10.8</version>
50
</parent>
51
<artifactId>jcodemodel</artifactId>
52
- <version>3.2.4-SNAPSHOT</version>
+ <version>3.2.4</version>
53
<packaging>bundle</packaging>
54
<name>jcodemodel</name>
55
<description>Java code generation library</description>
@@ -68,7 +68,7 @@
68
<connection>scm:git:git@github.com:phax/jcodemodel.git</connection>
69
<developerConnection>scm:git:git@github.com:phax/jcodemodel.git</developerConnection>
70
<url>http://github.com/phax/jcodemodel</url>
71
- <tag>HEAD</tag>
+ <tag>jcodemodel-3.2.4</tag>
72
</scm>
73
74
<developers>
0 commit comments