Skip to content

Commit 5b65be1

Browse files
committed
Updates for the next release
1 parent 2ec7529 commit 5b65be1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Teln
5151
<checkstyle.configdir>src/conf</checkstyle.configdir>
5252
<spotbugs.configdir>src/conf</spotbugs.configdir>
5353
<!-- Current release -->
54-
<commons.release.version>3.13.0</commons.release.version>
55-
<commons.release.next>3.13.1</commons.release.next>
54+
<commons.release.version>3.13.1</commons.release.version>
55+
<commons.release.next>3.13.2</commons.release.next>
5656
<commons.rc.version>RC1</commons.rc.version>
5757
<commons.release.desc>(Requires Java ${maven.compiler.target} or later)</commons.release.desc>
5858
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
5959
<project.build.outputTimestamp>2026-03-18T20:29:43Z</project.build.outputTimestamp>
6060
<!-- Release plugin defines -->
6161
<!-- Previous version of the component (used for reporting binary compatibility check)-->
62-
<commons.bc.version>3.12.0</commons.bc.version>
62+
<commons.bc.version>3.13.0</commons.bc.version>
6363
<commons.release.isDistModule>true</commons.release.isDistModule>
6464
<!--
6565
Define the following in ~/.m2/settings.xml in an active profile:

0 commit comments

Comments
 (0)