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/fb0ae745 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/fb0ae745 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/fb0ae745 Branch: refs/heads/3.0.x-fixes Commit: fb0ae745bc9dd004de375745bbb6ae4ca570cef9 Parents: 00e2287 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Oct 25 11:15:18 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Oct 25 13:43:02 2016 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/fb0ae745/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 243732e..60c8d5c 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>
