You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/02/03 20:11:54 UTC

svn commit: r503286 - /myfaces/maven/trunk/master-pom/pom.xml

Author: manolito
Date: Sat Feb  3 11:11:53 2007
New Revision: 503286

URL: http://svn.apache.org/viewvc?view=rev&rev=503286
Log:
fixed snapshot server id to "apache-maven-snapshots" (was "apache.snapshots")

Modified:
    myfaces/maven/trunk/master-pom/pom.xml

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/master-pom/pom.xml?view=diff&rev=503286&r1=503285&r2=503286
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Sat Feb  3 11:11:53 2007
@@ -534,7 +534,7 @@
         </repository>
         <snapshotRepository>
             <uniqueVersion>false</uniqueVersion>
-            <id>apache.snapshots</id>
+            <id>apache-maven-snapshots</id>
             <name>Apache Maven Snapshot Repository</name>
             <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
         </snapshotRepository>
@@ -544,4 +544,4 @@
             <url>scpexe://minotaur.apache.org/www/myfaces.apache.org</url>
         </site>
     </distributionManagement>
-</project>
\ No newline at end of file
+</project>