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 40f831b0 Updates for the next release
40f831b0 is described below
commit 40f831b0c6b67e7314b5a6367e432c9675014115
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 22 19:43:52 2025 +0000
Updates for the next release
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 31b8646c..7122d5a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,9 +97,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.19.0</commons.release.version>
+ <commons.release.version>1.19.1</commons.release.version>
<commons.bc.version>1.18.0</commons.bc.version>
- <commons.release.next>1.19.1</commons.release.next>
+ <commons.release.next>1.19.2</commons.release.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>