You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ba...@apache.org on 2006/12/01 17:55:27 UTC

svn commit: r481294 - in /maven/archiva/trunk: design/white-site/pom.xml pom.xml

Author: bayard
Date: Fri Dec  1 08:55:27 2006
New Revision: 481294

URL: http://svn.apache.org/viewvc?view=rev&rev=481294
Log:
Couple of pom fixes to the apache snapshot repo as suggested by Max Bowsher on archiva-dev

Modified:
    maven/archiva/trunk/design/white-site/pom.xml
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/design/white-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/design/white-site/pom.xml?view=diff&rev=481294&r1=481293&r2=481294
==============================================================================
--- maven/archiva/trunk/design/white-site/pom.xml (original)
+++ maven/archiva/trunk/design/white-site/pom.xml Fri Dec  1 08:55:27 2006
@@ -36,7 +36,7 @@
     <!-- for skin -->
     <repository>
       <id>apache.snapshots</id>
-      <url>http://people.apache.org/maven-snapshot-repository</url>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
     </repository>
   </repositories>
 </project>

Modified: maven/archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?view=diff&rev=481294&r1=481293&r2=481294
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Fri Dec  1 08:55:27 2006
@@ -486,7 +486,7 @@
 
     <!-- See: http://www.nabble.com/NoClassDefFoundError-from-shared-in-project-info-reports-tf2678299s177.html#a7489595 -->
     <pluginRepository>
-      <id>apache.org</id>
+      <id>apache.snapshots</id>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
       <releases>
         <enabled>false</enabled>