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/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f43806c8 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/f43806c8 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/f43806c8 Branch: refs/heads/0.7.0-incubating Commit: f43806c81a901fb7f82e9308b44b1224eb37ee95 Parents: 88a743d 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 ---------------------------------------------------------------------- pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/f43806c8/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>
