Remove unnecessary use of snapshot repositories Backport of fix on master by Hadrian Zbarcea <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/25b9b690 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/25b9b690 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/25b9b690 Branch: refs/heads/0.7.0-incubating Commit: 25b9b690a4bb0adcd4d46aba00f9be3e34083533 Parents: 542ae52 Author: Hadrian Zbarcea <[email protected]> Authored: Sat Jun 27 09:43:29 2015 -0400 Committer: Richard Downer <[email protected]> Committed: Wed Jul 15 08:22:09 2015 +0000 ---------------------------------------------------------------------- examples/pom.xml | 19 ------------------- pom.xml | 18 ------------------ usage/downstream-parent/pom.xml | 27 --------------------------- 3 files changed, 64 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/25b9b690/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 28e0afd..ae212e5 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -36,25 +36,6 @@ <relativePath>../pom.xml</relativePath> </parent> - <repositories> - <!-- enable sonatype snapshots repo (only for snapshots) --> - <repository> - <id>sonatype-nexus-snapshots</id> - <name>Sonatype Nexus Snapshots</name> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - <releases> <enabled>false</enabled> </releases> - <snapshots> <enabled>true</enabled> </snapshots> - </repository> - <!-- enable snapshots from apache --> - <repository> - <id>apache-nexus-snapshots</id> - <name>Apache Nexus Snapshots</name> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> <enabled>false</enabled> </releases> - <snapshots> <enabled>true</enabled> </snapshots> - </repository> - </repositories> - <modules> <module>webapps</module> <module>simple-web-cluster</module> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/25b9b690/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 477817a..5da81cf 100644 --- a/pom.xml +++ b/pom.xml @@ -88,24 +88,6 @@ </mailingList> </mailingLists> - <repositories> - <!-- enable sonatype snapshots repo (only for snapshots) --> - <repository> - <id>sonatype-nexus-snapshots</id> - <name>Sonatype Nexus Snapshots</name> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - <releases> <enabled>false</enabled> </releases> - <snapshots> <enabled>true</enabled> </snapshots> - </repository> - <repository> - <id>apache-nexus-snapshots</id> - <name>Apache Nexus Snapshots</name> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> <enabled>false</enabled> </releases> - <snapshots> <enabled>true</enabled> </snapshots> - </repository> - </repositories> - <properties> <!-- Compilation --> <java.version>1.7</java.version> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/25b9b690/usage/downstream-parent/pom.xml ---------------------------------------------------------------------- diff --git a/usage/downstream-parent/pom.xml b/usage/downstream-parent/pom.xml index 8ebdce6..c8372d0 100644 --- a/usage/downstream-parent/pom.xml +++ b/usage/downstream-parent/pom.xml @@ -107,33 +107,6 @@ </dependency> </dependencies> - <repositories> - <!-- enable snapshots from sonatype --> - <repository> - <id>sonatype-nexus-snapshots</id> - <name>Sonatype Nexus Snapshots</name> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <!-- enable snapshots from apache --> - <repository> - <id>apache-nexus-snapshots</id> - <name>Apache Nexus Snapshots</name> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - <build> <testSourceDirectory>src/test/java</testSourceDirectory> <testResources>
