You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/10/25 12:03:46 UTC

svn commit: r1188589 - /incubator/wookie/trunk/ivy.xml

Author: scottbw
Date: Tue Oct 25 10:03:46 2011
New Revision: 1188589

URL: http://svn.apache.org/viewvc?rev=1188589&view=rev
Log:
Replaced "latest.integration" versions in Ivy.xml with specific versions, as otherwise running with "Doffline=true" doesn't actually work. Thanks to Steve Lee for the patch (see WOOKIE-272).

Modified:
    incubator/wookie/trunk/ivy.xml

Modified: incubator/wookie/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=1188589&r1=1188588&r2=1188589&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Tue Oct 25 10:03:46 2011
@@ -26,9 +26,9 @@
 	</configurations>
 	    
     <dependencies>
-        <dependency org="org.apache.wookie" name="wookie-java-connector" rev="latest.integration" conf="deploy->default">
+        <dependency org="org.apache.wookie" name="wookie-java-connector" rev="0.9.2-incubating-SNAPSHOT" conf="deploy->default">
         </dependency>
-        <dependency org="org.apache.wookie" name="wookie-parser" rev="latest.integration" conf="deploy->default">
+        <dependency org="org.apache.wookie" name="wookie-parser" rev="0.9.2-incubating-SNAPSHOT" conf="deploy->default">
         </dependency>
         
         <!--  Uncomment to include JCR persistence manager -->
@@ -76,9 +76,9 @@
       	-->  
         <dependency  org="org.apache.shindig" name="shindig-common" transitive="false" rev="2.0.0" conf="deploy->default">
         </dependency>
-        <dependency  org="com.google.collections" name="google-collections" rev="latest.integration" conf="deploy->default">
+        <dependency  org="com.google.collections" name="google-collections" rev="1.0-rc2" conf="deploy->default">
         </dependency>
-         <dependency org="commons-codec" name="commons-codec" rev="latest.integration" conf="deploy->default">
+         <dependency org="commons-codec" name="commons-codec" rev="1.5" conf="deploy->default">
         </dependency>