We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0586471 commit 16c129aCopy full SHA for 16c129a
pom.xml
@@ -49,7 +49,7 @@
49
<version>1.10.7</version>
50
</parent>
51
<artifactId>jcodemodel</artifactId>
52
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</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.1</tag>
72
</scm>
73
74
<developers>
0 commit comments