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-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/a78ac1a2
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/a78ac1a2
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/a78ac1a2

Branch: refs/heads/0.7.0-incubating
Commit: a78ac1a24c39f8c0da04cbb4e01065289af16767
Parents: 619f8aa
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 -------------------
 1 file changed, 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/a78ac1a2/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>

Reply via email to