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 22:44:30 UTC

svn commit: r1144958 - /maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml

Author: hboutemy
Date: Sun Jul 10 20:44:30 2011
New Revision: 1144958

URL: http://svn.apache.org/viewvc?rev=1144958&view=rev
Log:
declared new apache.snapshots repository location

Modified:
    maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml?rev=1144958&r1=1144957&r2=1144958&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml Sun Jul 10 20:44:30 2011
@@ -51,13 +51,11 @@ under the License.
   <repositories>
     <repository>
       <id>apache.snapshots</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
       <releases>
         <enabled>false</enabled>
       </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
     </repository>
   </repositories>
 </project>