This is an automated email from the ASF dual-hosted git repository. sebb 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 3a257ccf RM details should not be in pom.xml 3a257ccf is described below commit 3a257ccf861e1b56150995d2cff43b1839fba1af Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 3 00:35:55 2023 +0100 RM details should not be in pom.xml --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 68a906a4..fdaf16a6 100644 --- a/pom.xml +++ b/pom.xml @@ -63,10 +63,15 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel <commons.release.desc>(Requires Java ${maven.compiler.target} or later)</commons.release.desc> <!-- Release plugin defines --> + <!-- Previous version of the component (used for reporting binary compatibility check)--> <commons.bc.version>3.9.0</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> - <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName> - <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey> + <!-- + Define the following in ~/.m2/settings.xml in an active profile: + (or provide them on the command line) + commons.releaseManagerName + commons.releaseManagerKey + --> <!-- Local version defines --> <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion> <!-- for debugging FTPSClientTest -->