mirror of https://github.com/apache/jclouds.git
Removed explicit references to the Maven2 repo (http://repo2.maven.org/maven2) as Sonatype advise against it, and corrected the URL for the jboss repo since they've now also moved to Nexus ( http://repository.jboss.org/nexus/content/groups/public-jboss).
This commit is contained in:
parent
744d828416
commit
1b27381b71
|
@ -77,13 +77,6 @@
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<!--repository>
|
|
||||||
<id>repo2</id>
|
|
||||||
<url>http://repo2.maven.org/maven2</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository-->
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>jclouds-googlecode-deploy</id>
|
<id>jclouds-googlecode-deploy</id>
|
||||||
<url>http://jclouds.googlecode.com/svn/repo</url>
|
<url>http://jclouds.googlecode.com/svn/repo</url>
|
||||||
|
@ -136,15 +129,6 @@
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<!--repository>
|
|
||||||
<id>jclouds-googlecode-deploy</id>
|
|
||||||
<url>dav:https://jclouds.googlecode.com/svn/repo</url>
|
|
||||||
<uniqueVersion>false</uniqueVersion>
|
|
||||||
</repository>
|
|
||||||
<snapshotRepository>
|
|
||||||
<id>jclouds-rimu-snapshots-nexus</id>
|
|
||||||
<url>http://jclouds.rimuhosting.com:8081/nexus/content/repositories/snapshots</url>
|
|
||||||
</snapshotRepository-->
|
|
||||||
<site>
|
<site>
|
||||||
<id>website</id>
|
<id>website</id>
|
||||||
<name>website</name>
|
<name>website</name>
|
||||||
|
@ -152,13 +136,6 @@
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<!--pluginRepository>
|
|
||||||
<id>central</id>
|
|
||||||
<url>http://repo1.maven.org/maven2</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</pluginRepository-->
|
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>jclouds-googlecode-deploy</id>
|
<id>jclouds-googlecode-deploy</id>
|
||||||
<url>http://jclouds.googlecode.com/svn/repo</url>
|
<url>http://jclouds.googlecode.com/svn/repo</url>
|
||||||
|
|
Loading…
Reference in New Issue