Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 700a268

Browse files
committed
bump snapshot version
1 parent cb1c6fb commit 700a268

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cglib-integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>cglib</groupId>
1111
<artifactId>cglib-parent</artifactId>
12-
<version>3.2.12</version>
12+
<version>3.2.13-SNAPSHOT</version>
1313
</parent>
1414

1515
<!-- ====================================================================== -->

cglib-jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>cglib-parent</artifactId>
99
<groupId>cglib</groupId>
10-
<version>3.2.12</version>
10+
<version>3.2.13-SNAPSHOT</version>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>
1313

cglib-nodep/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>cglib</groupId>
1111
<artifactId>cglib-parent</artifactId>
12-
<version>3.2.12</version>
12+
<version>3.2.13-SNAPSHOT</version>
1313
</parent>
1414

1515
<!-- ====================================================================== -->

cglib-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>cglib</groupId>
1111
<artifactId>cglib-parent</artifactId>
12-
<version>3.2.12</version>
12+
<version>3.2.13-SNAPSHOT</version>
1313
</parent>
1414

1515
<!-- ====================================================================== -->

cglib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>cglib</groupId>
1111
<artifactId>cglib-parent</artifactId>
12-
<version>3.2.12</version>
12+
<version>3.2.13-SNAPSHOT</version>
1313
</parent>
1414

1515
<!-- ====================================================================== -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- ====================================================================== -->
1515
<groupId>cglib</groupId>
1616
<artifactId>cglib-parent</artifactId>
17-
<version>3.2.12</version>
17+
<version>3.2.13-SNAPSHOT</version>
1818
<packaging>pom</packaging>
1919

2020
<name>Code Generation Library</name>

0 commit comments

Comments
 (0)