Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 03d40ca7c -> 4537bb27c


Switch to use https for the repositories entries


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/4537bb27
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4537bb27
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4537bb27

Branch: refs/heads/3.1.x-fixes
Commit: 4537bb27c60afdfcba52dc452dc5abf0e729f810
Parents: 4a97a25
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Tue Oct 25 11:15:18 2016 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Tue Oct 25 13:37:56 2016 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/4537bb27/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 03165a2..bbee3e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <repositories>
         <repository>
             <id>apache.snapshots</id>
-            <url>http://repository.apache.org/snapshots/</url>
+            <url>https://repository.apache.org/snapshots/</url>
             <name>Apache Snapshot Repo</name>
             <snapshots>
                 <enabled>true</enabled>
@@ -82,7 +82,7 @@
     <pluginRepositories>
         <pluginRepository>
             <id>apache.snapshots</id>
-            <url>http://repository.apache.org/snapshots/</url>
+            <url>https://repository.apache.org/snapshots/</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>

Reply via email to