You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2014/07/26 03:52:11 UTC

[29/50] git commit: [KARAF-3128] Upgrade to location of OSS/OPS4J Sonatype repositories

[KARAF-3128] Upgrade to location of OSS/OPS4J Sonatype repositories


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/0a95d114
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/0a95d114
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/0a95d114

Branch: refs/remotes/karaf-2.3.x
Commit: 0a95d1146ed2f33d471241d9dc3f97e961d111ab
Parents: 18181f0
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Jul 17 11:22:22 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Jul 17 11:22:22 2014 +0200

----------------------------------------------------------------------
 .../distribution/release/etc/org.ops4j.pax.url.mvn.cfg  |  6 +++---
 .../distribution/snapshot/etc/org.ops4j.pax.url.mvn.cfg | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/0a95d114/assemblies/apache-karaf/src/main/distribution/release/etc/org.ops4j.pax.url.mvn.cfg
----------------------------------------------------------------------
diff --git a/assemblies/apache-karaf/src/main/distribution/release/etc/org.ops4j.pax.url.mvn.cfg b/assemblies/apache-karaf/src/main/distribution/release/etc/org.ops4j.pax.url.mvn.cfg
index 18fed15..f47637d 100644
--- a/assemblies/apache-karaf/src/main/distribution/release/etc/org.ops4j.pax.url.mvn.cfg
+++ b/assemblies/apache-karaf/src/main/distribution/release/etc/org.ops4j.pax.url.mvn.cfg
@@ -90,8 +90,8 @@ org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.rep
 #
 # The default list doesn't contain any repository containing snapshots as it can impact the artifacts resolution.
 # You may want to add the following repositories containing snapshots:
-#    http://oss.sonatype.org/content/repositories/snapshots@snapshots@noreleases@id=sonatype.snapshot
-#    http://oss.sonatype.org/content/repositories/ops4j-snapshots@snapshots@noreleases@id=ops4j.snapshot
+#    https://oss.sonatype.org/content/repositories/snapshots@snapshots@noreleases@id=sonatype.snapshot
+#    https://oss.sonatype.org/content/repositories/ops4j-snapshots@snapshots@noreleases@id=ops4j.snapshot
 #    http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases@id=apache
 #
 org.ops4j.pax.url.mvn.repositories= \
@@ -99,5 +99,5 @@ org.ops4j.pax.url.mvn.repositories= \
     http://svn.apache.org/repos/asf/servicemix/m2-repo@id=servicemix, \
     http://repository.springsource.com/maven/bundles/release@id=springsource.release, \
     http://repository.springsource.com/maven/bundles/external@id=springsource.external, \
-    http://oss.sonatype.org/content/repositories/releases/@id=sonatype
+    https://oss.sonatype.org/content/repositories/releases/@id=sonatype
 

http://git-wip-us.apache.org/repos/asf/karaf/blob/0a95d114/assemblies/apache-karaf/src/main/distribution/snapshot/etc/org.ops4j.pax.url.mvn.cfg
----------------------------------------------------------------------
diff --git a/assemblies/apache-karaf/src/main/distribution/snapshot/etc/org.ops4j.pax.url.mvn.cfg b/assemblies/apache-karaf/src/main/distribution/snapshot/etc/org.ops4j.pax.url.mvn.cfg
index 31a5e16..79e7c10 100644
--- a/assemblies/apache-karaf/src/main/distribution/snapshot/etc/org.ops4j.pax.url.mvn.cfg
+++ b/assemblies/apache-karaf/src/main/distribution/snapshot/etc/org.ops4j.pax.url.mvn.cfg
@@ -79,13 +79,13 @@ org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.rep
 # Comma separated list of repositories scanned when resolving an artifact.
 # The default list includes the following repositories containing releases:
 #    http://repo1.maven.org/maven2@id=central
-#    http://oss.sonatype.org/content/repositories/snapshots@snapshots@noreleases@id=sonatype.snapshot
-#    http://oss.sonatype.org/content/repositories/ops4j-snapshots@snapshots@noreleases@id=ops4j.snapshot
+#    https://oss.sonatype.org/content/repositories/snapshots@snapshots@noreleases@id=sonatype.snapshot
+#    https://oss.sonatype.org/content/repositories/ops4j-snapshots@snapshots@noreleases@id=ops4j.snapshot
 #    http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases@id=apache
 #    http://svn.apache.org/repos/asf/servicemix/m2-repo@id=servicemix
 #    http://repository.springsource.com/maven/bundles/release@id=springsource.release
 #    http://repository.springsource.com/maven/bundles/external@id=springsource.external
-#    http://oss.sonatype.org/content/repositories/releases/@id=sonatype
+#    https://oss.sonatype.org/content/repositories/releases/@id=sonatype
 # To add repositories to the default ones, prepend '+' to the list of repositories
 # to add.
 # A repository url can be appended with zero or more of the following flags:
@@ -94,11 +94,11 @@ org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.rep
 #
 org.ops4j.pax.url.mvn.repositories= \
     http://repo1.maven.org/maven2@id=central, \
-    http://oss.sonatype.org/content/repositories/snapshots@snapshots@noreleases@id=sonatype.snapshot, \
-    http://oss.sonatype.org/content/repositories/ops4j-snapshots@snapshots@noreleases@id=ops4j.snapshot, \
+    https://oss.sonatype.org/content/repositories/snapshots@snapshots@noreleases@id=sonatype.snapshot, \
+    https://oss.sonatype.org/content/repositories/ops4j-snapshots@snapshots@noreleases@id=ops4j.snapshot, \
     http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases@id=apache, \
     http://svn.apache.org/repos/asf/servicemix/m2-repo@id=servicemix, \
     http://repository.springsource.com/maven/bundles/release@id=springsource.release, \
     http://repository.springsource.com/maven/bundles/external@id=springsource.external, \
-    http://oss.sonatype.org/content/repositories/releases/@id=sonatype
+    https://oss.sonatype.org/content/repositories/releases/@id=sonatype