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 9f37d60 prepare for release plugin 9f37d60 is described below commit 9f37d6038c65735d1aae72e714ecbaa4028bacef Author: Sebb <s...@apache.org> AuthorDate: Sat Aug 1 16:42:07 2020 +0100 prepare for release plugin --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index af0cfcd..df60d8a 100644 --- a/pom.xml +++ b/pom.xml @@ -50,11 +50,17 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel <commons.jira.id>NET</commons.jira.id> <commons.jira.pid>12310487</commons.jira.pid> + <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> + <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-net</commons.scmPubUrl> + <!-- Current release --> <commons.release.version>3.6</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.6</commons.bc.version> + <commons.release.isDistModule>true</commons.release.isDistModule> <!-- Local version defines --> <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion> </properties>