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/02/25 19:31:11 UTC

svn commit: r1449802 - in /myfaces/core/branches/2.2.x: api/pom.xml impl/pom.xml parent/pom.xml shared-public/pom.xml shared/pom.xml

Author: lu4242
Date: Mon Feb 25 18:31:11 2013
New Revision: 1449802

URL: http://svn.apache.org/r1449802
Log:
update myfaces test to jsf 2.2 and version 1.0.5-SNAPSHOT

Modified:
    myfaces/core/branches/2.2.x/api/pom.xml
    myfaces/core/branches/2.2.x/impl/pom.xml
    myfaces/core/branches/2.2.x/parent/pom.xml
    myfaces/core/branches/2.2.x/shared-public/pom.xml
    myfaces/core/branches/2.2.x/shared/pom.xml

Modified: myfaces/core/branches/2.2.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.2.x/api/pom.xml?rev=1449802&r1=1449801&r2=1449802&view=diff
==============================================================================
--- myfaces/core/branches/2.2.x/api/pom.xml (original)
+++ myfaces/core/branches/2.2.x/api/pom.xml Mon Feb 25 18:31:11 2013
@@ -677,7 +677,7 @@
         
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
-            <artifactId>myfaces-test20</artifactId>
+            <artifactId>myfaces-test22</artifactId>
         </dependency>
 
         <!-- easymock -->

Modified: myfaces/core/branches/2.2.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.2.x/impl/pom.xml?rev=1449802&r1=1449801&r2=1449802&view=diff
==============================================================================
--- myfaces/core/branches/2.2.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.2.x/impl/pom.xml Mon Feb 25 18:31:11 2013
@@ -1146,7 +1146,7 @@
         
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
-            <artifactId>myfaces-test20</artifactId>
+            <artifactId>myfaces-test22</artifactId>
         </dependency>
 
         <!-- easymock -->

Modified: myfaces/core/branches/2.2.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.2.x/parent/pom.xml?rev=1449802&r1=1449801&r2=1449802&view=diff
==============================================================================
--- myfaces/core/branches/2.2.x/parent/pom.xml (original)
+++ myfaces/core/branches/2.2.x/parent/pom.xml Mon Feb 25 18:31:11 2013
@@ -509,8 +509,8 @@
 
             <dependency>
                 <groupId>org.apache.myfaces.test</groupId>
-                <artifactId>myfaces-test20</artifactId>
-                <version>1.0.4</version>
+                <artifactId>myfaces-test22</artifactId>
+                <version>1.0.5-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
 

Modified: myfaces/core/branches/2.2.x/shared-public/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.2.x/shared-public/pom.xml?rev=1449802&r1=1449801&r2=1449802&view=diff
==============================================================================
--- myfaces/core/branches/2.2.x/shared-public/pom.xml (original)
+++ myfaces/core/branches/2.2.x/shared-public/pom.xml Mon Feb 25 18:31:11 2013
@@ -77,7 +77,7 @@
 
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
-            <artifactId>myfaces-test20</artifactId>
+            <artifactId>myfaces-test22</artifactId>
         </dependency>
         
         <dependency>

Modified: myfaces/core/branches/2.2.x/shared/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.2.x/shared/pom.xml?rev=1449802&r1=1449801&r2=1449802&view=diff
==============================================================================
--- myfaces/core/branches/2.2.x/shared/pom.xml (original)
+++ myfaces/core/branches/2.2.x/shared/pom.xml Mon Feb 25 18:31:11 2013
@@ -83,7 +83,7 @@
 
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
-            <artifactId>myfaces-test20</artifactId>
+            <artifactId>myfaces-test22</artifactId>
         </dependency>
         
         <dependency>