You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/04/17 04:45:20 UTC

svn commit: r1326892 - /myfaces/orchestra/trunk/maven/pom.xml

Author: lu4242
Date: Tue Apr 17 02:45:20 2012
New Revision: 1326892

URL: http://svn.apache.org/viewvc?rev=1326892&view=rev
Log:
rollback release process remove unused repo

Modified:
    myfaces/orchestra/trunk/maven/pom.xml

Modified: myfaces/orchestra/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=1326892&r1=1326891&r2=1326892&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Tue Apr 17 02:45:20 2012
@@ -12,7 +12,7 @@
   <packaging>pom</packaging>
   <name>MyFaces Orchestra Maven</name>
   <url>http://myfaces.apache.org/orchestra</url>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.3-SNAPSHOT</version>
   <description>
     The parent descriptor (and parent site) for all Apache MyFaces Orchestra modules.
   </description>
@@ -81,28 +81,6 @@
     </site>
   </distributionManagement>
 
-  <repositories>
-
-    <repository>
-      <id>myfaces-staging</id>
-      <url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>
-      <releases>
-        <enabled>false</enabled>
-        <!-- Enable to test a MyFaces core release candidate with MyFaces Orchestra -->
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-
-    <repository>
-      <id>java-net</id>
-      <url>http://download.java.net/maven/1</url>
-      <layout>legacy</layout>
-    </repository>
-
-  </repositories>
-
   <build>
    
     <!-- Since Maven 3.0, this is required to add scpexe as protocol for deploy. -->