Author: psharples
Date: Wed May 11 14:19:19 2011
New Revision: 1101892

URL: http://svn.apache.org/viewvc?rev=1101892&view=rev
Log:
Updated the ivy dependencies to point to 0.9.0 for both the connector and 
parser frameworks.

Modified:
    incubator/wookie/branches/0.9.x/ivy.xml

Modified: incubator/wookie/branches/0.9.x/ivy.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.x/ivy.xml?rev=1101892&r1=1101891&r2=1101892&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.x/ivy.xml (original)
+++ incubator/wookie/branches/0.9.x/ivy.xml Wed May 11 14:19:19 2011
@@ -15,20 +15,20 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.incubator" module="wookie" 
revision="0.8.1-SNAPSHOT"/>
+    <info organisation="org.apache.incubator" module="wookie" 
revision="0.9.0"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and 
libraries to deploy in a production environment"/>
       <conf name="runtime" description="Provide the libraries to run in 
standalone without the deploy libraries"/>
          <conf name="dev" extends="deploy, runtime" description="Provide the 
necessary files and libraries to run in standalone (development) mode"/>
-         <conf name="test" extends="dev" visibility="private" description="for 
our testing frameowrk"/>
+         <conf name="test" extends="dev" visibility="private" description="for 
our testing framework"/>
          <conf name="ddlutils" visibility="private" description="Provide the 
necessary libraries to invoke DDLUtils schema generation"/>
        </configurations>
     
     <dependencies>
-        <dependency org="org.apache.incubator" name="wookieJavaConnector" 
rev="latest.integration" conf="deploy->default">
+        <dependency org="org.apache.incubator" name="wookieJavaConnector" 
rev="0.9.0" conf="deploy->default">
         </dependency>
-        <dependency org="org.apache.incubator" name="wookieW3CParser" 
rev="latest.integration" conf="deploy->default">
+        <dependency org="org.apache.incubator" name="wookieW3CParser" 
rev="0.9.0" conf="deploy->default">
         </dependency>
         <dependency org="com.ibm.icu" name="icu4j" rev="4_2_1" 
conf="deploy->default">
         </dependency>


Reply via email to