You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:50:47 UTC

[50/50] [abbrv] brooklyn-server git commit: Remove unnecessary use of snapshot repositories

Remove unnecessary use of snapshot repositories

Backport of fix on master by Hadrian Zbarcea <ha...@apache.org>


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 <ha...@apache.org>
Authored: Sat Jun 27 09:43:29 2015 -0400
Committer: Richard Downer <ri...@apache.org>
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>