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

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


The following commit(s) were added to refs/heads/release by this push:
     new 35fa0dff Prepare for the release candidate 3.13.0 RC1
35fa0dff is described below

commit 35fa0dff3e8660359832e72631ff3cf557b543a8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 15 16:22:48 2026 +0000

    Prepare for the release candidate 3.13.0 RC1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0a944b47..b5eab05b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>commons-net</groupId>
     <artifactId>commons-net</artifactId>
-    <version>3.13.0-SNAPSHOT</version>
+    <version>3.13.0</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 -->
@@ -56,7 +56,7 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Teln
         <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>2025-08-01T19:06:31Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2026-03-15T14:12: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>

Reply via email to