You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/03/18 03:26:15 UTC

svn commit: r1082796 - /cassandra/branches/cassandra-0.7/build.xml

Author: jbellis
Date: Fri Mar 18 02:26:14 2011
New Revision: 1082796

URL: http://svn.apache.org/viewvc?rev=1082796&view=rev
Log:
Upgrade to release of Whirr 0.3.0

Modified:
    cassandra/branches/cassandra-0.7/build.xml

Modified: cassandra/branches/cassandra-0.7/build.xml
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/build.xml?rev=1082796&r1=1082795&r2=1082796&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/build.xml (original)
+++ cassandra/branches/cassandra-0.7/build.xml Fri Mar 18 02:26:14 2011
@@ -162,7 +162,6 @@
       <!-- for distributed tests -->
       <artifact:remoteRepository id="jclouds"   url="http://jclouds.googlecode.com/svn/repo"/>
       <artifact:remoteRepository id="oauth"     url="http://oauth.googlecode.com/svn/code/maven"/>
-      <artifact:remoteRepository id="twttr"     url="http://maven.twttr.com"/>
 
       <property name="maven-ant-tasks.initialized" value="true"/>
     </target>
@@ -208,13 +207,12 @@
                              sourcesFilesetId="test-dependency-sources" 
                              cacheDependencyRefs="true" 
                              dependencyRefsBuildFile="${build.dir}/test-dependencies.xml">
-        <dependency groupId="org.apache.whirr" artifactId="whirr-core" version="0.3.0-incubating-SNAPSHOT"/>
-        <dependency groupId="org.apache.whirr" artifactId="whirr-cli" version="0.3.0-incubating-SNAPSHOT"/>
+        <dependency groupId="org.apache.whirr" artifactId="whirr-core" version="0.3.0-incubating"/>
+        <dependency groupId="org.apache.whirr" artifactId="whirr-cli" version="0.3.0-incubating"/>
         <remoteRepository refid="apache"/>
         <remoteRepository refid="central"/>
         <remoteRepository refid="jclouds"/>
         <remoteRepository refid="oauth"/>
-        <remoteRepository refid="twttr"/>
       </artifact:dependencies>
       <copy todir="${test.lib}/jars">
         <fileset refid="test-dependency-jars"/>