You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2012/11/23 22:41:41 UTC

svn commit: r1413074 - /maven/maven-3/trunk/pom.xml

Author: jvanzyl
Date: Fri Nov 23 21:41:40 2012
New Revision: 1413074

URL: http://svn.apache.org/viewvc?rev=1413074&view=rev
Log:
wagon 2.3 will be in central shortly, remove from the POM for the release

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

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1413074&r1=1413073&r2=1413074&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Fri Nov 23 21:41:40 2012
@@ -564,13 +564,4 @@
       </build>
     </profile>
   </profiles>
-
-  <repositories>
-    <repository>
-      <id>wagon-2.3-stage</id>
-      <name>wagon-2.3-stage</name>
-      <url>https://repository.apache.org/content/repositories/maven-055/</url>
-    </repository>
-  </repositories>
-
 </project>