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 b33f412 Use HTTPS to access Apache resources. b33f412 is described below commit b33f412b17ca5618a7b48e8fcbc98f335e836b3d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 6 20:48:27 2019 -0400 Use HTTPS to access Apache resources. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6f66fb6..a663f94 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel <url>https://commons.apache.org/proper/commons-net/</url> <issueManagement> <system>jira</system> - <url>http://issues.apache.org/jira/browse/NET</url> + <url>https://issues.apache.org/jira/browse/NET</url> </issueManagement> <inceptionYear>2001</inceptionYear> <scm> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3c640d2..d7b5670 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -1377,7 +1377,7 @@ This is primarily a maintenance release, but it also includes new features and e new parsers parsed the file size as an integer instead of a long. Changed all of them to set the size to long. This problem was detected by the reporter of: - http://issues.apache.org/bugzilla/show_bug.cgi?id=30345 + https://issues.apache.org/bugzilla/show_bug.cgi?id=30345 </action> </release> <release version="1.2.2" date="June 25, 2004" description="fix release">