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 2008/08/31 01:48:36 UTC

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

Author: lu4242
Date: Sat Aug 30 16:48:36 2008
New Revision: 690617

URL: http://svn.apache.org/viewvc?rev=690617&view=rev
Log:
update myfaces core version to 1.2.4 and shared12 to 3.0.4

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=690617&r1=690616&r2=690617&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Sat Aug 30 16:48:36 2008
@@ -155,12 +155,12 @@
       - against *when jsf1.2 is selected*. When jsf1.1 or a Sun implementation
       - are selected for running the examples, this is ignored.
       -->
-    <myfaces-core12-version>1.2.4-SNAPSHOT</myfaces-core12-version>
+    <myfaces-core12-version>1.2.4</myfaces-core12-version>
 
     <!--  
       - Define what shared lib version tomahawk12 and sandbox12 code will be compiled with.
       -->
-    <myfaces-shared12-version>3.0.4-SNAPSHOT</myfaces-shared12-version>
+    <myfaces-shared12-version>3.0.4</myfaces-shared12-version>
   </properties>
 
 </project>