Skip to content

Commit 10412f4

Browse files
committed
Fix POM version
Update version properties
1 parent 5d0d270 commit 10412f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
</parent>
2929
<groupId>commons-codec</groupId>
3030
<artifactId>commons-codec</artifactId>
31-
<version>-SNAPSHOT</version>
31+
<version>1.17.1-SNAPSHOT</version>
3232
<name>Apache Commons Codec</name>
3333
<inceptionYear>2002</inceptionYear>
3434
<description>
@@ -99,9 +99,9 @@ limitations under the License.
9999
<checkstyle.header.file>${basedir}/src/conf/checkstyle-header.txt</checkstyle.header.file>
100100
<checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
101101
<!-- Commons Release Plugin -->
102-
<commons.release.version>1.17.0</commons.release.version>
103-
<commons.bc.version>1.16.1</commons.bc.version>
104-
<commons.bc.next>1.17.1</commons.bc.next>
102+
<commons.release.version>1.17.1</commons.release.version>
103+
<commons.bc.version>1.17.0</commons.bc.version>
104+
<commons.bc.next>1.17.2</commons.bc.next>
105105
<commons.rc.version>RC1</commons.rc.version>
106106
<commons.release.isDistModule>true</commons.release.isDistModule>
107107
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>

0 commit comments

Comments
 (0)