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 2010/11/05 19:19:56 UTC

svn commit: r1031692 - /myfaces/trinidad/branches/trinidad-1.0.x/pom.xml

Author: matzew
Date: Fri Nov  5 18:19:56 2010
New Revision: 1031692

URL: http://svn.apache.org/viewvc?rev=1031692&view=rev
Log:
some more love for our poms

Modified:
    myfaces/trinidad/branches/trinidad-1.0.x/pom.xml

Modified: myfaces/trinidad/branches/trinidad-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.0.x/pom.xml?rev=1031692&r1=1031691&r2=1031692&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.0.x/pom.xml (original)
+++ myfaces/trinidad/branches/trinidad-1.0.x/pom.xml Fri Nov  5 18:19:56 2010
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
-    <version>6</version>
+    <version>9</version>
   </parent>
 
   <groupId>org.apache.myfaces.trinidad</groupId>
@@ -139,23 +139,26 @@
   </scm>
 
   <repositories>
-    <!--repository>
-      <id>java.net</id>
-      <url>http://download.java.net/maven/1</url>
-      <layout>legacy</layout>
-    </repository-->
+    <!-- Needed for Mojarra -->
     <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <id>maven2-repository.dev.java.net</id>
+      <name>Java.net Repository for Maven</name>
+      <url>http://download.java.net/maven/2/</url>
     </repository>
   </repositories>
 
   <pluginRepositories>
+    <!--
+        We need this in HERE, since our plugins are a separate project.
+        It would be awful to have that setting in the myfaces-pom.
+    -->
     <pluginRepository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
     </pluginRepository>
   </pluginRepositories>