Repository: cxf-fediz
Updated Branches:
  refs/heads/master b8faa2db2 -> a758d3137


Switch to using https for repos


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

Branch: refs/heads/master
Commit: a758d3137a09ca2299583bf74bd71c500bbd64dd
Parents: b8faa2d
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Tue Oct 25 14:29:02 2016 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Tue Oct 25 14:29:02 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/a758d313/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0110631..a82ae12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,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>
@@ -135,13 +135,6 @@
             </releases>
         </repository>
         <repository>
-            <id>central</id>
-            <url>https://repo1.maven.org/maven2</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-        <repository>
             <id>wasdev-maven-repo</id>
             <name>wasdev-maven-repo</name>
             
<url>http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url>
@@ -150,7 +143,7 @@
     <pluginRepositories>
         <pluginRepository>
             <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>
@@ -160,13 +153,6 @@
             </releases>
         </pluginRepository>
         <pluginRepository>
-            <id>central</id>
-            <url>https://repo1.maven.org/maven2</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
-        <pluginRepository>
             <id>Liberty</id>
             <name>Liberty Repository</name>
             
<url>http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url>

Reply via email to