You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/04/30 16:09:50 UTC

svn commit: r1591299 - in /myfaces/tobago/trunk: pom.xml tobago-core/pom.xml tobago-example/tobago-example-demo/pom.xml tobago-extension/tobago-sandbox/pom.xml tobago-theme/tobago-theme-standard/pom.xml

Author: lofwyr
Date: Wed Apr 30 14:09:49 2014
New Revision: 1591299

URL: http://svn.apache.org/r1591299
Log:
- update MyFaces and Mojarra
- buildable with JSF 2.2

Modified:
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/tobago-core/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
    myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1591299&r1=1591298&r2=1591299&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed Apr 30 14:09:49 2014
@@ -540,8 +540,8 @@
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.test</groupId>
-        <artifactId>myfaces-test20</artifactId>
-        <version>${myfaces-test20.version}</version>
+        <artifactId>myfaces-test22</artifactId>
+        <version>1.0.6</version>
         <scope>test</scope>
       </dependency>
     </dependencies>
@@ -1520,13 +1520,12 @@
   </contributors>
 
   <properties>
-    <myfaces-test20.version>1.0.4</myfaces-test20.version>
     <myfaces20.version>2.0.21</myfaces20.version>
     <myfaces21.version>2.1.15</myfaces21.version>
-    <myfaces22.version>2.2.2</myfaces22.version>
+    <myfaces22.version>2.2.3</myfaces22.version>
     <mojarra20.version>2.0.11</mojarra20.version>
-    <mojarra21.version>2.1.7</mojarra21.version>
-    <mojarra22.version>2.2.2</mojarra22.version>
+    <mojarra21.version>2.1.28</mojarra21.version>
+    <mojarra22.version>2.2.6</mojarra22.version>
     <slf4j.version>1.7.6</slf4j.version>
     <logback.version>1.1.1</logback.version>
     <log4j.version>1.2.17</log4j.version>

Modified: myfaces/tobago/trunk/tobago-core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/pom.xml?rev=1591299&r1=1591298&r2=1591299&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-core/pom.xml Wed Apr 30 14:09:49 2014
@@ -231,7 +231,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
-      <artifactId>myfaces-test20</artifactId>
+      <artifactId>myfaces-test22</artifactId>
     </dependency>
     <dependency>
       <groupId>commons-codec</groupId>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1591299&r1=1591298&r2=1591299&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Wed Apr 30 14:09:49 2014
@@ -194,9 +194,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
-      <artifactId>myfaces-test20</artifactId>
-      <version>${myfaces-test20.version}</version>
-      <scope>test</scope>
+      <artifactId>myfaces-test22</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml?rev=1591299&r1=1591298&r2=1591299&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml Wed Apr 30 14:09:49 2014
@@ -257,8 +257,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
-      <artifactId>myfaces-test20</artifactId>
-      <scope>test</scope>
+      <artifactId>myfaces-test22</artifactId>
     </dependency>
   </dependencies>
 

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/pom.xml?rev=1591299&r1=1591298&r2=1591299&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/pom.xml Wed Apr 30 14:09:49 2014
@@ -165,9 +165,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
-      <artifactId>myfaces-test20</artifactId>
-      <version>${myfaces-test20.version}</version>
-      <scope>test</scope>
+      <artifactId>myfaces-test22</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>