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 2010/06/17 00:43:46 UTC

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

Author: lu4242
Date: Wed Jun 16 22:43:46 2010
New Revision: 955417

URL: http://svn.apache.org/viewvc?rev=955417&view=rev
Log:
update dependencies

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=955417&r1=955416&r2=955417&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Wed Jun 16 22:43:46 2010
@@ -148,12 +148,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</myfaces-core11-version>
+    <myfaces-core11-version>1.1.8</myfaces-core11-version>
 
     <!--  
       - Define what shared lib version tomahawk and sandbox code will be compiled with.
       -->
-    <myfaces-shared11-version>2.0.11-SNAPSHOT</myfaces-shared11-version>
+    <myfaces-shared11-version>2.0.11</myfaces-shared11-version>
 
     <!--
       - Define what version of myfaces core 1.2 the tomahawk core12 and sandbox12
@@ -163,12 +163,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.9-SNAPSHOT</myfaces-core12-version>
+    <myfaces-core12-version>1.2.9</myfaces-core12-version>
 
     <!--  
       - Define what shared lib version tomahawk12 and sandbox12 code will be compiled with.
       -->
-    <myfaces-shared12-version>3.0.8-SNAPSHOT</myfaces-shared12-version>
+    <myfaces-shared12-version>3.0.8</myfaces-shared12-version>
     <!--
       - Define what version of myfaces core 2.0 the tomahawk core20 and sandbox20
       - code will be compiled and tested against.
@@ -177,12 +177,12 @@
       - 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-SNAPSHOT</myfaces-core20-version>
+    <myfaces-core20-version>2.0.1-SNAPSHOT</myfaces-core20-version>
 
     <!--  
       - Define what shared lib version tomahawk20 and sandbox20 code will be compiled with.
       -->
-    <myfaces-shared20-version>4.0.3-SNAPSHOT</myfaces-shared20-version>
+    <myfaces-shared20-version>4.0.2-SNAPSHOT</myfaces-shared20-version>
   </properties>
 
 </project>
\ No newline at end of file