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/11 00:25:03 UTC

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

Author: wsmoak
Date: Sun Sep 10 15:25:01 2006
New Revision: 442016

URL: http://svn.apache.org/viewvc?view=rev&rev=442016
Log:
Remove the repositories from myfaces-core-project.  The snapshot repo is inherited from myfaces-master, and the staging repository should not be in the pom as it is not guaranteed to stay in that location.

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=442016&r1=442015&r2=442016
==============================================================================
--- myfaces/core/branches/1_1_4/pom.xml (original)
+++ myfaces/core/branches/1_1_4/pom.xml Sun Sep 10 15:25:01 2006
@@ -24,28 +24,6 @@
     <module>api</module>
     <module>impl</module>
   </modules>
-  <repositories>
-    <repository>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <id>apache-maven-snapshots</id>
-      <url>http://cvs.apache.org/maven-snapshot-repository</url>
-    </repository>
-    <repository>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <id>myfaces-staging</id>
-      <url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>
-    </repository>
-  </repositories>
     <build>
         <pluginManagement>
             <plugins>