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:14:00 UTC

svn commit: r503287 - /myfaces/maven/branches/1_0_5/master-pom/pom.xml

Author: manolito
Date: Sat Feb  3 11:13:59 2007
New Revision: 503287

URL: http://svn.apache.org/viewvc?view=rev&rev=503287
Log:
Merged from trunk:
[fixed snapshot server id to "apache-maven-snapshots" (was "apache.snapshots")]

Modified:
    myfaces/maven/branches/1_0_5/master-pom/pom.xml

Modified: myfaces/maven/branches/1_0_5/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/branches/1_0_5/master-pom/pom.xml?view=diff&rev=503287&r1=503286&r2=503287
==============================================================================
--- myfaces/maven/branches/1_0_5/master-pom/pom.xml (original)
+++ myfaces/maven/branches/1_0_5/master-pom/pom.xml Sat Feb  3 11:13:59 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>