You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2016/01/25 21:44:49 UTC

[11/26] servicemix git commit: SM-2803: Refactor the assembly creation

 SM-2803: Refactor the assembly creation

- mvn repo list updated


Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/5724a977
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/5724a977
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/5724a977

Branch: refs/heads/master
Commit: 5724a977f27e8516bd8b098c45077aff81284098
Parents: 13c9b81
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Thu Jan 14 23:47:31 2016 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Thu Jan 14 23:47:31 2016 +0100

----------------------------------------------------------------------
 .../resources/etc/org.ops4j.pax.url.mvn.cfg     | 26 ++++++++++----------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/5724a977/assemblies/apache-servicemix/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg
----------------------------------------------------------------------
diff --git a/assemblies/apache-servicemix/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg b/assemblies/apache-servicemix/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg
index d0092d7..93b8ef9 100644
--- a/assemblies/apache-servicemix/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg
+++ b/assemblies/apache-servicemix/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg
@@ -79,13 +79,13 @@ org.ops4j.pax.url.mvn.defaultRepositories=\
 #
 # Comma separated list of repositories scanned when resolving an artifact.
 # The default list includes the following repositories:
-#   http://repo1.maven.org/maven2@id=maven.central.repo, \
-#   http://repository.springsource.com/maven/bundles/release@id=springsource.release.repo, \
-#   http://repository.springsource.com/maven/bundles/external@id=springsource.external.repo, \
-#   http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases@id=apache.snapshots.repo, \
-#   http://svn.apache.org/repos/asf/servicemix/m2-repo@id=maven.smx.repo, \
-#   http://zodiac.springsource.com/maven/bundles/release@id=gemini, \
-#   https://oss.sonatype.org/content/repositories/releases/@id=maven.sonatype.repo
+#    http://repo1.maven.org/maven2@id=central
+#    http://repository.springsource.com/maven/bundles/release@id=spring.ebr
+#    http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external
+#    http://zodiac.springsource.com/maven/bundles/release@id=gemini
+#    http://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases
+#    https://oss.sonatype.org/content/repositories/snapshots@id=sonatype.snapshots.deploy@snapshots@noreleases
+#    https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases
 # 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=\
 #    @id=reponid : the id for the repository, just like in the settings.xml this is optional but recomendet
 #
 org.ops4j.pax.url.mvn.repositories= \
-    http://repo1.maven.org/maven2@id=maven.central.repo, \
-    http://repository.springsource.com/maven/bundles/release@id=springsource.release.repo, \
-    http://repository.springsource.com/maven/bundles/external@id=springsource.external.repo, \
-    http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases@id=apache.snapshots.repo, \
-    http://svn.apache.org/repos/asf/servicemix/m2-repo@id=maven.smx.repo, \
+    http://repo1.maven.org/maven2@id=central, \
+    http://repository.springsource.com/maven/bundles/release@id=spring.ebr.release, \
+    http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external, \
     http://zodiac.springsource.com/maven/bundles/release@id=gemini, \
-    https://oss.sonatype.org/content/repositories/releases/@id=maven.sonatype.repo
+    http://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, \
+    https://oss.sonatype.org/content/repositories/snapshots@id=sonatype.snapshots.deploy@snapshots@noreleases, \
+    https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases