Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
specify release version numbers
  • Loading branch information
sameb committed Feb 23, 2016
1 parent 9a8bcfd commit 8cf46d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cglib-integration-test/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cglib</groupId>
<artifactId>cglib-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.1</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion cglib-jmh/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>cglib-parent</artifactId>
<groupId>cglib</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cglib-nodep/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cglib</groupId>
<artifactId>cglib-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.1</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion cglib-sample/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cglib</groupId>
<artifactId>cglib-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.1</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion cglib/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cglib</groupId>
<artifactId>cglib-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.1</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -14,7 +14,7 @@
<!-- ====================================================================== -->
<groupId>cglib</groupId>
<artifactId>cglib-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.1</version>
<packaging>pom</packaging>

<name>Code Generation Library</name>
Expand Down

0 comments on commit 8cf46d4

Please sign in to comment.