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/10 23:48:48 UTC

svn commit: r442011 - /myfaces/core/branches/1_1_4/pom.xml

Author: wsmoak
Date: Sun Sep 10 14:48:48 2006
New Revision: 442011

URL: http://svn.apache.org/viewvc?view=rev&rev=442011
Log:
Remove the distribution management section; it is inherited from the myfaces-master pom.
Use the staging repository on people.a.o rather than the one on the zone.

Modified:
    myfaces/core/branches/1_1_4/pom.xml

Modified: myfaces/core/branches/1_1_4/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_4/pom.xml?view=diff&rev=442011&r1=442010&r2=442011
==============================================================================
--- myfaces/core/branches/1_1_4/pom.xml (original)
+++ myfaces/core/branches/1_1_4/pom.xml Sun Sep 10 14:48:48 2006
@@ -42,23 +42,10 @@
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
-      <id>myfaces-repo</id>
-      <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
+      <id>myfaces-staging</id>
+      <url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>
     </repository>
   </repositories>
-  <distributionManagement>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Maven Snapshot (and Test Build) Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-    </repository>
-    <snapshotRepository>
-      <uniqueVersion>false</uniqueVersion>
-      <id>apache.snapshots</id>
-      <name>Apache Maven Snapshot Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-    </snapshotRepository>
-  </distributionManagement>
     <build>
         <pluginManagement>
             <plugins>