You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2009/02/21 19:10:47 UTC

svn commit: r746554 - /myfaces/orchestra/trunk/examples/pom.xml

Author: skitching
Date: Sat Feb 21 18:10:47 2009
New Revision: 746554

URL: http://svn.apache.org/viewvc?rev=746554&view=rev
Log:
Move sandbox dependency to latest version

Modified:
    myfaces/orchestra/trunk/examples/pom.xml

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=746554&r1=746553&r2=746554&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Sat Feb 21 18:10:47 2009
@@ -232,13 +232,13 @@
         <dependency>
             <groupId>org.apache.myfaces.tomahawk</groupId>
             <artifactId>tomahawk</artifactId>
-            <version>1.1.8-SNAPSHOT</version>
+            <version>1.1.9-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.tomahawk</groupId>
             <artifactId>tomahawk-sandbox</artifactId>
-            <version>1.1.8-SNAPSHOT</version>
+            <version>1.1.9-SNAPSHOT</version>
         </dependency>
 
         <dependency>