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 2013/11/19 02:56:53 UTC

svn commit: r1543285 - /myfaces/test/trunk/test22/pom.xml

Author: lu4242
Date: Tue Nov 19 01:56:53 2013
New Revision: 1543285

URL: http://svn.apache.org/r1543285
Log:
change to myfaces 2.2.0-beta

Modified:
    myfaces/test/trunk/test22/pom.xml

Modified: myfaces/test/trunk/test22/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/test/trunk/test22/pom.xml?rev=1543285&r1=1543284&r2=1543285&view=diff
==============================================================================
--- myfaces/test/trunk/test22/pom.xml (original)
+++ myfaces/test/trunk/test22/pom.xml Tue Nov 19 01:56:53 2013
@@ -92,7 +92,6 @@
             <scope>provided</scope>
         </dependency>
 
-        <!-- Comment while we have an official release
         <dependency>
             <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-api</artifactId>
@@ -105,13 +104,13 @@
             <version>${jsf-myfaces.version}</version>
             <scope>test</scope>
         </dependency>
-        -->
+        <!--
         <dependency>
             <groupId>javax.faces</groupId>
             <artifactId>javax.faces-api</artifactId>
             <version>2.2</version>
             <scope>provided</scope>
-        </dependency>
+        </dependency>-->
         
         <!-- Servlet 2.5 -->
         <dependency>
@@ -264,6 +263,6 @@
     </reporting>
     <properties>
         <jsf-ri.version>2.0.2-b10</jsf-ri.version>
-        <jsf-myfaces.version>2.2.0-SNAPSHOT</jsf-myfaces.version>
+        <jsf-myfaces.version>2.2.0-beta</jsf-myfaces.version>
     </properties>
 </project>