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 2013/09/27 10:43:27 UTC

svn commit: r1526832 - /myfaces/tobago/branches/tobago-1.5.x/pom.xml

Author: lofwyr
Date: Fri Sep 27 08:43:27 2013
New Revision: 1526832

URL: http://svn.apache.org/r1526832
Log:
TOBAGO-1316: tx-taglib is broken with new createUniqueId() strategy from MyFaces (Facelets only)

Modified:
    myfaces/tobago/branches/tobago-1.5.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.5.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/pom.xml?rev=1526832&r1=1526831&r2=1526832&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/pom.xml Fri Sep 27 08:43:27 2013
@@ -1854,8 +1854,10 @@
     <myfaces11.version>1.1.10</myfaces11.version>
     <myfaces12.version>1.2.12</myfaces12.version>
     <myfaces-test12.version>1.0.4</myfaces-test12.version>
-    <myfaces20.version>2.0.18</myfaces20.version>
-    <myfaces21.version>2.1.12</myfaces21.version>
+    <!--Not using myfaces 2.0.17 or higher because of change https://issues.apache.org/jira/browse/MYFACES-3663-->
+    <myfaces20.version>2.0.16</myfaces20.version>
+    <!--Not using myfaces 2.1.11 or higher because of change https://issues.apache.org/jira/browse/MYFACES-3663-->
+    <myfaces21.version>2.1.10</myfaces21.version>
     <mojarra11.version>1.1_02</mojarra11.version>
     <mojarra12.version>1.2_15</mojarra12.version>
     <mojarra20.version>2.0.11</mojarra20.version>