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 2009/11/12 19:00:40 UTC

svn commit: r835477 - /myfaces/current20/test-webapp/webapp/pom.xml

Author: lu4242
Date: Thu Nov 12 18:00:39 2009
New Revision: 835477

URL: http://svn.apache.org/viewvc?rev=835477&view=rev
Log:
change config to point to latest ri release

Modified:
    myfaces/current20/test-webapp/webapp/pom.xml

Modified: myfaces/current20/test-webapp/webapp/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current20/test-webapp/webapp/pom.xml?rev=835477&r1=835476&r2=835477&view=diff
==============================================================================
--- myfaces/current20/test-webapp/webapp/pom.xml (original)
+++ myfaces/current20/test-webapp/webapp/pom.xml Thu Nov 12 18:00:39 2009
@@ -196,12 +196,12 @@
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>javax.faces</groupId>
+                    <groupId>com.sun.faces</groupId>
                     <artifactId>jsf-api</artifactId>
                     <version>${jsf-ri.version}</version>
                 </dependency>
                 <dependency>
-                    <groupId>javax.faces</groupId>
+                    <groupId>com.sun.faces</groupId>
                     <artifactId>jsf-impl</artifactId>
                     <version>${jsf-ri.version}</version>
                 </dependency>
@@ -326,14 +326,18 @@
             <url>http://people.apache.org/repo/m2-snapshot-repository</url>
         </repository>
         <repository>
-            <id>java.net</id>
+            <id>java.net.1</id>
             <url>http://download.java.net/maven/1</url>
             <layout>legacy</layout>
         </repository>
+        <repository>
+            <id>java.net.2</id>
+            <url>http://download.java.net/maven/2</url>
+        </repository>        
     </repositories>
 
     <properties>
-        <jsf-ri.version>2.0.0-SNAPSHOT</jsf-ri.version>
+        <jsf-ri.version>2.0.1</jsf-ri.version>
         <jsf-myfaces.version>2.0.0-SNAPSHOT</jsf-myfaces.version>
         <maven.jetty.plugin.version>6.1.16</maven.jetty.plugin.version>
         <log4j.version>1.2.13</log4j.version>