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 2011/02/06 01:47:53 UTC

svn commit: r1067556 - /myfaces/tomahawk/trunk/pom.xml

Author: lu4242
Date: Sun Feb  6 00:47:52 2011
New Revision: 1067556

URL: http://svn.apache.org/viewvc?rev=1067556&view=rev
Log:
update myfaces core version and plugins version

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=1067556&r1=1067555&r2=1067556&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Sun Feb  6 00:47:52 2011
@@ -177,16 +177,16 @@
       - against *when jsf2.0 is selected*. When jsf1.1 or a Sun implementation
       - are selected for running the examples, this is ignored.
       -->
-    <myfaces-core20-version>2.0.2</myfaces-core20-version>
+    <myfaces-core20-version>2.0.3</myfaces-core20-version>
 
     <!--  
       - Define what shared lib version tomahawk20 and sandbox20 code will be compiled with.
       -->
     <myfaces-shared20-version>4.0.3</myfaces-shared20-version>
 
-    <myfaces-builder-annotations-version>1.0.7</myfaces-builder-annotations-version>
+    <myfaces-builder-annotations-version>1.0.8-SNAPSHOT</myfaces-builder-annotations-version>
 
-    <myfaces-builder-plugin-version>1.0.8</myfaces-builder-plugin-version>
+    <myfaces-builder-plugin-version>1.0.9-SNAPSHOT</myfaces-builder-plugin-version>
   </properties>
 
 </project>