[seam-commits] Seam SVN: r8370 - branches/Seam_2_0_FP/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jun 11 09:05:05 EDT 2008


Author: manaRH
Date: 2008-06-11 09:05:05 -0400 (Wed, 11 Jun 2008)
New Revision: 8370

Modified:
   branches/Seam_2_0_FP/build/root.pom.xml
Log:
added repository for latest version of jsf 1.2

Modified: branches/Seam_2_0_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml	2008-06-10 20:34:56 UTC (rev 8369)
+++ branches/Seam_2_0_FP/build/root.pom.xml	2008-06-11 13:05:05 UTC (rev 8370)
@@ -34,6 +34,11 @@
       <name>JBoss Snapshot Repository</name>
       <url>http://snapshots.jboss.org/maven2</url>
       </repository>
+	<repository>
+	  <id>java.net</id>
+	  <url>http://download.java.net/maven/1</url>
+	  <layout>legacy</layout>
+	</repository>
   </repositories>
   
   <!-- Externalize some version numbers here -->
@@ -192,13 +197,13 @@
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
-        <version>1.2_04-p02</version>
+        <version>1.2_08</version>
       </dependency>
 
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-impl</artifactId>
-        <version>1.2_04-p02</version>
+        <version>1.2_08</version>
         <exclusions>
           <exclusion>
             <groupId>commons-collections</groupId>




More information about the seam-commits mailing list