You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2009/08/17 15:33:57 UTC

svn commit: r804981 - in /myfaces: core/branches/1.2.x/pom.xml current12/test-webapp/pom.xml

Author: werpu
Date: Mon Aug 17 13:33:57 2009
New Revision: 804981

URL: http://svn.apache.org/viewvc?rev=804981&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2332

Modified:
    myfaces/core/branches/1.2.x/pom.xml
    myfaces/current12/test-webapp/pom.xml

Modified: myfaces/core/branches/1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/pom.xml?rev=804981&r1=804980&r2=804981&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/pom.xml (original)
+++ myfaces/core/branches/1.2.x/pom.xml Mon Aug 17 13:33:57 2009
@@ -36,8 +36,8 @@
      <repository>
        <id>java.net</id>
        <name>java.net Maven 1 Repository</name>
-       <url>http://download.java.net/maven/1</url>
-       <layout>legacy</layout>
+       <url>http://download.java.net/maven/2</url>
+      
     </repository>
   </repositories>
   <build>

Modified: myfaces/current12/test-webapp/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current12/test-webapp/pom.xml?rev=804981&r1=804980&r2=804981&view=diff
==============================================================================
--- myfaces/current12/test-webapp/pom.xml (original)
+++ myfaces/current12/test-webapp/pom.xml Mon Aug 17 13:33:57 2009
@@ -229,17 +229,12 @@
     </dependencies>
 
     <repositories>
-       <repository>
-            <id>java.net</id>
-            <name>java.net Maven 1 Repository</name>
-            <url>https://maven-repository.dev.java.net/nonav/repository</url>
-            <layout>legacy</layout>
-       </repository> 
-       <repository>
-            <id>maven2-repository.dev.java.net</id>
-            <name>Java.net Repository for Maven</name>
-            <url>https://maven2-repository.dev.java.net/nonav/repository</url>
+
+        <repository>
+          <id>java.net</id>
+          <url>http://download.java.net/maven/2</url>
         </repository>
+     
         <repository>
             <id>apache.snapshots</id>
             <name>Apache Snapshot Repository</name>