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 11:28:38 UTC

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

Author: matzew
Date: Fri Nov  5 10:28:37 2010
New Revision: 1031502

URL: http://svn.apache.org/viewvc?rev=1031502&view=rev
Log:
pom updates (batch I)

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1031502&r1=1031501&r2=1031502&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Fri Nov  5 10:28:37 2010
@@ -28,8 +28,7 @@
   <parent>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
-    <!--update to version 9-->
-    <version>6</version>
+    <version>9</version>
   </parent>
 
   <groupId>org.apache.myfaces.trinidad</groupId>
@@ -146,29 +145,11 @@
   </scm>
 
   <repositories>
-    <!--Fixme: This repository is pretty bad.  We should move require artifacts to repo1. -->
-    <repository>
-      <id>java.net</id>
-      <url>http://download.java.net/maven/1</url>
-      <layout>legacy</layout>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-    </repository>
     <!-- needed for Bean Validation API -->
     <repository>
-      <id>jboss releases</id>
-      <name>JBoss Releases</name>
-      <url>http://repository.jboss.org/maven2/</url>
-      <layout>default</layout>
-    </repository>
-    <repository>
-      <id>maven2-repository.dev.java.net</id>
-      <name>Java.net Repository for Maven</name>
-      <url>http://download.java.net/maven/2/</url>
-      <layout>default</layout>
+      <id>jboss</id>
+      <name>jboss nexus</name>
+      <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
     </repository>
   </repositories>
 
@@ -176,7 +157,10 @@
     <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>