Skip to content

Commit 55cd1ab

Browse files
committed
1.0
1 parent a0d5105 commit 55cd1ab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

codemodel-annotation-compiler/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
<modelVersion>4.0.0</modelVersion>
4545
<groupId>unquietcode.tools.jcodemodel</groupId>
4646
<artifactId>codemodel-annotation-compiler</artifactId>
47-
<version>1.0-SNAPSHOT</version>
47+
<version>1.0</version>
4848
<name>Codemodel Annotation Compiler</name>
4949
<description>The annotation compiler ant task for the CodeModel java source code generation library</description>
5050
<parent>
51-
<groupId>com.sun.codemodel</groupId>
51+
<groupId>unquietcode.tools.jcodemodel</groupId>
5252
<artifactId>codemodel-project</artifactId>
53-
<version>2.7-SNAPSHOT</version>
53+
<version>1.0</version>
5454
<relativePath>../pom.xml</relativePath>
5555
</parent>
5656
<dependencies>
5757
<dependency>
5858
<groupId>unquietcode.tools.jcodemodel</groupId>
5959
<artifactId>codemodel</artifactId>
60-
<version>1.0-SNAPSHOT</version>
60+
<version>1.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.sun.istack</groupId>

codemodel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<modelVersion>4.0.0</modelVersion>
4545
<groupId>unquietcode.tools.jcodemodel</groupId>
4646
<artifactId>codemodel</artifactId>
47-
<version>1.0-SNAPSHOT</version>
47+
<version>1.0</version>
4848
<name>Codemodel Core</name>
4949
<description>The core functionality of the CodeModel java source code generation library</description>
5050
<parent>
5151
<groupId>unquietcode.tools.jcodemodel</groupId>
5252
<artifactId>codemodel-project</artifactId>
53-
<version>1.0-SNAPSHOT</version>
53+
<version>1.0</version>
5454
<relativePath>../pom.xml</relativePath>
5555
</parent>
5656
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<name>Codemodel</name>
4848
<description>Java source code generation library</description>
4949
<url>http://codemodel.java.net/</url>
50-
<version>1.0-SNAPSHOT</version>
50+
<version>1.0</version>
5151
<packaging>pom</packaging>
5252
<modules>
5353
<module>codemodel</module>

0 commit comments

Comments
 (0)