You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2011/10/21 10:19:22 UTC

svn commit: r1187209 - /incubator/wookie/branches/0.9.1/ivy.xml

Author: psharples
Date: Fri Oct 21 08:19:21 2011
New Revision: 1187209

URL: http://svn.apache.org/viewvc?rev=1187209&view=rev
Log:
added -incubating to version string

Modified:
    incubator/wookie/branches/0.9.1/ivy.xml

Modified: incubator/wookie/branches/0.9.1/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/ivy.xml?rev=1187209&r1=1187208&r2=1187209&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.1/ivy.xml (original)
+++ incubator/wookie/branches/0.9.1/ivy.xml Fri Oct 21 08:19:21 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie" revision="0.9.1"/>
+    <info organisation="org.apache.wookie" module="wookie" revision="0.9.1-incubating"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>