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 2009/12/08 23:16:59 UTC

svn commit: r888598 - /myfaces/core/branches/1.1.x/impl/pom.xml

Author: lu4242
Date: Tue Dec  8 22:16:59 2009
New Revision: 888598

URL: http://svn.apache.org/viewvc?rev=888598&view=rev
Log:
update to 2.0.11-SNAPSHOT to fix compatibility with JDK 1.4

Modified:
    myfaces/core/branches/1.1.x/impl/pom.xml

Modified: myfaces/core/branches/1.1.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.1.x/impl/pom.xml?rev=888598&r1=888597&r2=888598&view=diff
==============================================================================
--- myfaces/core/branches/1.1.x/impl/pom.xml (original)
+++ myfaces/core/branches/1.1.x/impl/pom.xml Tue Dec  8 22:16:59 2009
@@ -543,7 +543,7 @@
   </reporting>
 
   <properties>
-    <myfaces-shared.version>2.0.10</myfaces-shared.version>
+    <myfaces-shared.version>2.0.11-SNAPSHOT</myfaces-shared.version>
   </properties>
 
 </project>