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
The following commit(s) were added to refs/heads/master by this push:
new efbf3e3 Update to 3.7.3-SNAPSHOT.
efbf3e3 is described below
commit efbf3e341726aabee9b8ea936ba41059b3441b39
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 18 10:53:15 2020 -0400
Update to 3.7.3-SNAPSHOT.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6f27f24..1f4732c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
- <version>3.7.2-SNAPSHOT</version>
+ <version>3.7.3-SNAPSHOT</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
@@ -54,12 +54,12 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP,
POP3(S), SMTP(S), Tel
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-net</commons.scmPubUrl>
<!-- Current release -->
- <commons.release.version>3.7.2</commons.release.version>
+ <commons.release.version>3.7.3</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.release.desc>(Requires Java ${maven.compiler.target} or
later)</commons.release.desc>
<!-- Release plugin defines -->
- <commons.bc.version>3.7.1</commons.bc.version>
+ <commons.bc.version>3.7.2</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>