You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/10 15:34:42 UTC

svn commit: r169468 - in /maven/components/trunk: maven-plugins/pom.xml pom.xml

Author: brett
Date: Tue May 10 06:34:41 2005
New Revision: 169468

URL: http://svn.apache.org/viewcvs?rev=169468&view=rev
Log:
back to m2 repo for now as RELEASE files don't get converted

Modified:
    maven/components/trunk/maven-plugins/pom.xml
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/pom.xml?rev=169468&r1=169467&r2=169468&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/pom.xml (original)
+++ maven/components/trunk/maven-plugins/pom.xml Tue May 10 06:34:41 2005
@@ -58,8 +58,11 @@
     <repository>
       <id>repo1</id>
       <name>Maven Central Repository</name>
+<!-- Waiting for RELEASE files to be mirrored
       <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven</url>
       <layout>legacy</layout>
+-->
+      <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
     </repository>
   </distributionManagement>
   <modules>

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=169468&r1=169467&r2=169468&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Tue May 10 06:34:41 2005
@@ -90,8 +90,11 @@
     <repository>
       <id>repo1</id>
       <name>Maven Central Repository</name>
+<!-- Waiting for release files to be mirror
       <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven</url>
       <layout>legacy</layout>
+-->
+      <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
     </repository>
   </distributionManagement>
   <modules>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org