You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/10 00:49:26 UTC

svn commit: r1144759 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Sat Jul  9 22:49:25 2011
New Revision: 1144759

URL: http://svn.apache.org/viewvc?rev=1144759&view=rev
Log:
declared apache.snapshots repository like in ASF pom for use when parent is SNAPSHOT

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1144759&r1=1144758&r2=1144759&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Jul  9 22:49:25 2011
@@ -612,6 +612,17 @@ under the License.
     <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
   </properties>
 
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <build>
     <pluginManagement>
       <plugins>