You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ws...@apache.org on 2006/09/17 22:30:59 UTC

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

Author: wsmoak
Date: Sun Sep 17 13:30:58 2006
New Revision: 447138

URL: http://svn.apache.org/viewvc?view=rev&rev=447138
Log:
Merge changes to the myfaces-master pom from the 2.0.4 release branch.  
By default, releases are now staged under people.apache.org/builds/myfaces.  (This can be overriden by each sub-project.)
Correct URLs minotaur.a.o -> people.a.o, and fix repository ids to avoid duplicate requests.

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=447138&r1=447137&r2=447138
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Sun Sep 17 13:30:58 2006
@@ -440,7 +440,7 @@
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
-            <id>apache-maven-snapshots</id>
+            <id>apache.snapshots</id>
             <url>http://people.apache.org/repo/m2-snapshot-repository</url>
         </repository>
     </repositories>
@@ -486,15 +486,15 @@
     </reporting>
     <distributionManagement>
         <repository>
-            <id>apache-maven</id>
-            <name>Apache Maven Repository</name>
-            <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+            <id>myfaces-staging</id>
+            <name>Apache MyFaces Staging Repository</name>
+            <url>scpexe://people.apache.org/www/people.apache.org/builds/myfaces/m2-staging-repository</url>
         </repository>
         <snapshotRepository>
             <uniqueVersion>false</uniqueVersion>
-            <id>apache-maven-snapshots</id>
+            <id>apache.snapshots</id>
             <name>Apache Maven Snapshot Repository</name>
-            <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
         </snapshotRepository>
         <site>
             <id>apache-site</id>