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 5f22becd Prepare for the next release candidate
5f22becd is described below
commit 5f22becd00743b809b81bfff21ec25ed39f2a7e6
Author: Gary Gregory <[email protected]>
AuthorDate: Tue May 28 23:52:33 2024 +0000
Prepare for the next release candidate
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6d958ec4..3e60ea4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
- <version>3.11.0-SNAPSHOT</version>
+ <version>3.11.0</version>
<name>Apache Commons Net</name>
<!-- N.B. the description content is deliberately not indented ! to
improve the layout of the Release Notes generated
by mvn changes:announcement-generate -->
@@ -55,7 +55,7 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP,
POP3(S), SMTP(S), Teln
<commons.release.next>3.11.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>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-05-28T23:47:05Z</project.build.outputTimestamp>
<!-- Release plugin defines -->
<!-- Previous version of the component (used for reporting binary
compatibility check)-->
<commons.bc.version>3.10.0</commons.bc.version>