You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2009/12/19 22:37:17 UTC

svn commit: r892508 - in /incubator/openwebbeans/trunk: pom.xml webbeans-jsf/pom.xml

Author: struberg
Date: Sat Dec 19 21:37:17 2009
New Revision: 892508

URL: http://svn.apache.org/viewvc?rev=892508&view=rev
Log:
OWB-202 bump jsf version to JSF-2

Modified:
    incubator/openwebbeans/trunk/pom.xml
    incubator/openwebbeans/trunk/webbeans-jsf/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=892508&r1=892507&r2=892508&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Sat Dec 19 21:37:17 2009
@@ -438,13 +438,13 @@
 			<dependency>
 				<groupId>org.apache.myfaces.core</groupId>
 				<artifactId>myfaces-api</artifactId>
-				<version>1.2.6</version>
+				<version>2.0.0-alpha</version>
 			</dependency>
 
 			<dependency>
 				<groupId>org.apache.myfaces.core</groupId>
 				<artifactId>myfaces-impl</artifactId>
-				<version>1.2.6</version>
+				<version>2.0.0-alpha</version>
 			</dependency>
 
 			<dependency>

Modified: incubator/openwebbeans/trunk/webbeans-jsf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jsf/pom.xml?rev=892508&r1=892507&r2=892508&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jsf/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jsf/pom.xml Sat Dec 19 21:37:17 2009
@@ -58,9 +58,9 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-        	<groupId>org.apache.geronimo.specs</groupId>
-        	<artifactId>geronimo-servlet_2.5_spec</artifactId>
-        	<optional>true</optional>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+            <optional>true</optional>
         </dependency>
       
     </dependencies>