Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 65b66b5d6 -> 3ea964e12
[KARAF-3273] Add zodiac.springsource.com repo (for gemini-blueprint) in etc/org.ops4j.pax.url.mvn.cfg Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/58aa6c47 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/58aa6c47 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/58aa6c47 Branch: refs/heads/karaf-3.0.x Commit: 58aa6c4750e482e2a66e9b0cf76c64fab8607559 Parents: 0f2ad3e Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Oct 10 16:53:18 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Oct 10 16:53:18 2014 +0200 ---------------------------------------------------------------------- .../src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/58aa6c47/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg ---------------------------------------------------------------------- diff --git a/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg b/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg index 0ce8807..501bfed 100644 --- a/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg +++ b/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg @@ -79,6 +79,7 @@ org.ops4j.pax.url.mvn.defaultRepositories=\ # 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@norelease # https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases @@ -93,6 +94,7 @@ org.ops4j.pax.url.mvn.repositories= \ 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, \ http://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, \ https://oss.sonatype.org/content/repositories/snapshots@id=sonatype.snapshots.deploy@snapshots@norelease, \ https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases
