This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 10412f40 Fix POM version
10412f40 is described below

commit 10412f4028107273c0da1fb69eaa579be2072140
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 22 08:24:31 2024 -0400

    Fix POM version
    
    Update version properties
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 39c55953..1e1cdbfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
   </parent>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
-  <version>-SNAPSHOT</version>
+  <version>1.17.1-SNAPSHOT</version>
   <name>Apache Commons Codec</name>
   <inceptionYear>2002</inceptionYear>
   <description>
@@ -99,9 +99,9 @@ limitations under the License.
     
<checkstyle.header.file>${basedir}/src/conf/checkstyle-header.txt</checkstyle.header.file>
     
<checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
     <!-- Commons Release Plugin -->
-    <commons.release.version>1.17.0</commons.release.version>
-    <commons.bc.version>1.16.1</commons.bc.version>
-    <commons.bc.next>1.17.1</commons.bc.next>
+    <commons.release.version>1.17.1</commons.release.version>
+    <commons.bc.version>1.17.0</commons.bc.version>
+    <commons.bc.next>1.17.2</commons.bc.next>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>

Reply via email to