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:16:47 UTC

svn commit: r1591304 - in /myfaces/tobago/branches/tobago-3.0.x: 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:16:47 2014
New Revision: 1591304

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

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

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1591304&r1=1591303&r2=1591304&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Wed Apr 30 14:16:47 2014
@@ -35,13 +35,12 @@
   <inceptionYear>2002</inceptionYear>
 
   <properties>
-    <myfaces-test20.version>1.0.5</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>
     <commons-collection.version>3.2.1</commons-collection.version>
@@ -501,9 +500,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>
     </dependencies>
   </dependencyManagement>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/pom.xml?rev=1591304&r1=1591303&r2=1591304&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/pom.xml Wed Apr 30 14:16:47 2014
@@ -224,7 +224,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/branches/tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml?rev=1591304&r1=1591303&r2=1591304&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml Wed Apr 30 14:16:47 2014
@@ -158,9 +158,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/branches/tobago-3.0.x/tobago-extension/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-extension/tobago-sandbox/pom.xml?rev=1591304&r1=1591303&r2=1591304&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-extension/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-extension/tobago-sandbox/pom.xml Wed Apr 30 14:16:47 2014
@@ -236,8 +236,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/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/pom.xml?rev=1591304&r1=1591303&r2=1591304&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/pom.xml Wed Apr 30 14:16:47 2014
@@ -127,7 +127,6 @@
     </plugins>
   </build>
 
-
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
@@ -142,9 +141,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>