Author: craigmcc
Date: Thu Jun  1 23:19:35 2006
New Revision: 411062

URL: http://svn.apache.org/viewvc?rev=411062&view=rev
Log:
Add a pointer to the java.net repository, and update the JSF RI version
numbers to 1.1_02 to pick up the latest released version.  With these
changes, "mvn clean test -Pjsfri" works on the core library.

Modified:
    struts/shale/branches/mvn_reorg/pom.xml

Modified: struts/shale/branches/mvn_reorg/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/pom.xml?rev=411062&r1=411061&r2=411062&view=diff
==============================================================================
--- struts/shale/branches/mvn_reorg/pom.xml (original)
+++ struts/shale/branches/mvn_reorg/pom.xml Thu Jun  1 23:19:35 2006
@@ -100,12 +100,12 @@
                 <dependency>
                     <groupId>javax.faces</groupId>
                     <artifactId>jsf-api</artifactId>
-                    <version>1.1</version>
+                    <version>1.1_02</version>
                 </dependency>
                 <dependency>
                     <groupId>javax.faces</groupId>
                     <artifactId>jsf-impl</artifactId>
-                    <version>1.1</version>
+                    <version>1.1_02</version>
                     <scope>runtime</scope>
                 </dependency>
             </dependencies>
@@ -120,6 +120,15 @@
         <module>test-framework</module>
         <module>apps</module>
     </modules>
+
+    <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>
+    </repositories>
 
     <build>
 


Reply via email to