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-codec.git
The following commit(s) were added to refs/heads/master by this push: new aaf7908 Use HTTPS to access Apache resources. aaf7908 is described below commit aaf7908cd912c7f6867ae06a386ade369fbefdea Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 6 20:40:47 2019 -0400 Use HTTPS to access Apache resources. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be51436..1fa55d9 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ limitations under the License. <url>https://commons.apache.org/proper/commons-codec/</url> <issueManagement> <system>jira</system> - <url>http://issues.apache.org/jira/browse/CODEC</url> + <url>https://issues.apache.org/jira/browse/CODEC</url> </issueManagement> <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf?p=commons-codec.git</connection>