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
commit 1612e1143df758a0e98632bcc97373e82c339a11 Author: Gary Gregory <[email protected]> AuthorDate: Thu Dec 4 07:00:31 2025 -0500 Bump next version to feature level --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a736de54..13fea240 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.13.0-SNAPSHOT</version> <name>Apache Commons Net</name> <!-- The description content is deliberately not indented ! to improve the layout of the Release Notes generated by mvn changes:announcement-generate --> @@ -51,8 +51,8 @@ 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.12.1</commons.release.version> - <commons.release.next>3.12.2</commons.release.next> + <commons.release.version>3.13.0</commons.release.version> + <commons.release.next>3.13.1</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 -->
