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 0505563d Prepare for the next release candidate 0505563d is described below commit 0505563df6664a8c5b5fad6897cd373aba809c64 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 7 12:20:37 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 e38d45bf..ee19df64 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>3.11.1-SNAPSHOT</version> + <version>3.11.1</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.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>2024-05-31T15:08:27Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-06-07T12:08:25Z</project.build.outputTimestamp> <!-- Release plugin defines --> <!-- Previous version of the component (used for reporting binary compatibility check)--> <commons.bc.version>3.11.0</commons.bc.version>