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/940d2fb7 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/940d2fb7 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/940d2fb7 Branch: refs/heads/1.3.x-fixes Commit: 940d2fb79268d05b6182f7a79fb8224676a0a420 Parents: afde06a Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Oct 25 14:29:02 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Nov 8 14:47:18 2016 +0000 ---------------------------------------------------------------------- pom.xml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/940d2fb7/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>
