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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b65be12 Updates for the next release
5b65be12 is described below

commit 5b65be122c8dd63b3689c8afc2d7464fef789eab
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 18 23:10:25 2026 +0000

    Updates for the next release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 26f37d3a..e8f323be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,15 +51,15 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Teln
         <checkstyle.configdir>src/conf</checkstyle.configdir>
         <spotbugs.configdir>src/conf</spotbugs.configdir>
         <!-- Current release -->
-        <commons.release.version>3.13.0</commons.release.version>
-        <commons.release.next>3.13.1</commons.release.next>
+        <commons.release.version>3.13.1</commons.release.version>
+        <commons.release.next>3.13.2</commons.release.next>
         <commons.rc.version>RC1</commons.rc.version>
         <commons.release.desc>(Requires Java ${maven.compiler.target} or 
later)</commons.release.desc>
         <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         
<project.build.outputTimestamp>2026-03-18T20:29:43Z</project.build.outputTimestamp>
         <!-- Release plugin defines -->
         <!-- Previous version of the component (used for reporting binary 
compatibility check)-->
-        <commons.bc.version>3.12.0</commons.bc.version>
+        <commons.bc.version>3.13.0</commons.bc.version>
         <commons.release.isDistModule>true</commons.release.isDistModule>
         <!--
           Define the following in ~/.m2/settings.xml in an active profile:

Reply via email to