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/06/06 19:45:19 UTC

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

Author: lu4242
Date: Sat Jun  6 17:45:19 2009
New Revision: 782284

URL: http://svn.apache.org/viewvc?rev=782284&view=rev
Log:
update myfaces and shared versions after release

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=782284&r1=782283&r2=782284&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Sat Jun  6 17:45:19 2009
@@ -147,12 +147,12 @@
       - against *when jsf1.1 is selected*. When jsf1.2 or a Sun implementation
       - are selected for running the examples, this is ignored.
       -->
-    <myfaces-core11-version>1.1.7-SNAPSHOT</myfaces-core11-version>
+    <myfaces-core11-version>1.1.7</myfaces-core11-version>
 
     <!--  
       - Define what shared lib version tomahawk and sandbox code will be compiled with.
       -->
-    <myfaces-shared11-version>2.0.10-SNAPSHOT</myfaces-shared11-version>
+    <myfaces-shared11-version>2.0.10</myfaces-shared11-version>
 
     <!--
       - Define what version of myfaces core 1.2 the tomahawk core12 and sandbox12
@@ -162,12 +162,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.7-SNAPSHOT</myfaces-core12-version>
+    <myfaces-core12-version>1.2.7</myfaces-core12-version>
 
     <!--  
       - Define what shared lib version tomahawk12 and sandbox12 code will be compiled with.
       -->
-    <myfaces-shared12-version>3.0.6-SNAPSHOT</myfaces-shared12-version>
+    <myfaces-shared12-version>3.0.6</myfaces-shared12-version>
   </properties>
 
 </project>
\ No newline at end of file