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 2011/01/21 12:51:29 UTC

svn commit: r1061769 - /myfaces/trinidad/trunk/pom.xml

Author: matzew
Date: Fri Jan 21 11:51:28 2011
New Revision: 1061769

URL: http://svn.apache.org/viewvc?rev=1061769&view=rev
Log:
tmp going back to myfaces-6

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1061769&r1=1061768&r2=1061769&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Fri Jan 21 11:51:28 2011
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
-    <version>9</version>
+    <version>6</version>
   </parent>
 
   <groupId>org.apache.myfaces.trinidad</groupId>
@@ -144,11 +144,11 @@
 
   <repositories>
     <!-- needed for Bean Validation API -->
-    <!--repository>
+    <repository>
       <id>apache.snapshots</id>
       <name>Apache Snapshots</name>
       <url>http://repository.apache.org/snapshots</url>
-    </repository-->
+    </repository>
     <repository>
       <id>jboss</id>
       <name>jboss nexus</name>
@@ -161,7 +161,7 @@
       <url>http://download.java.net/maven/2/</url>
     </repository>
       <!-- apache snapshot repository should be disabled... -->
-    <!--repository>
+    <repository>
       <id>apache.snapshots.old</id>
       <name>Apache Snapshot Repository</name>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
@@ -172,7 +172,7 @@
         <enabled>false</enabled>
         <updatePolicy>never</updatePolicy>
       </snapshots>
-    </repository-->
+    </repository>
   </repositories>
 
   <pluginRepositories>
@@ -198,7 +198,7 @@
     </site>
 
     <!-- this is defined in a 'good' root pom, but not for ours... -->
-    <!--repository>
+    <repository>
       <id>apache.releases.https</id>
       <name>Apache Release Distribution Repository</name>
       <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
@@ -207,7 +207,7 @@
       <id>apache.snapshots.https</id>
       <name>Apache Development Snapshot Repository</name>
       <url>https://repository.apache.org/content/repositories/snapshots</url>
-    </snapshotRepository-->
+    </snapshotRepository>
   </distributionManagement>
 
   <dependencyManagement>