This is an automated email from the ASF dual-hosted git repository.
adriancole pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-zipkin-layout-factory.git
The following commit(s) were added to refs/heads/master by this push:
new efaf13d use https
efaf13d is described below
commit efaf13df00157d6e1ffa128d1bd4fe4cb66ec39d
Author: Adrian Cole <[email protected]>
AuthorDate: Thu Jun 13 16:00:12 2019 +0800
use https
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 11ce490..d5fda02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
@@ -83,7 +83,7 @@
</repository>
<snapshotRepository>
<id>jfrog-snapshots</id>
- <url>http://oss.jfrog.org/artifactory/oss-snapshot-local</url>
+ <url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
</snapshotRepository>
</distributionManagement>