Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master ea1d6cba7 -> b0243f005


Remove unnecessary use of snapshot repositories


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/474f8fc5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/474f8fc5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/474f8fc5

Branch: refs/heads/master
Commit: 474f8fc59728e24b205dfad6feb321fecbeda99d
Parents: 32960be
Author: Hadrian Zbarcea <[email protected]>
Authored: Sat Jun 27 09:43:29 2015 -0400
Committer: Hadrian Zbarcea <[email protected]>
Committed: Sat Jun 27 09:43:29 2015 -0400

----------------------------------------------------------------------
 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/474f8fc5/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index c696d52..ab73620 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/474f8fc5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 48c54db..853b1fa 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/474f8fc5/usage/downstream-parent/pom.xml
----------------------------------------------------------------------
diff --git a/usage/downstream-parent/pom.xml b/usage/downstream-parent/pom.xml
index 6df3ef5..5be01ff 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>

Reply via email to