You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2007/12/22 10:33:23 UTC

svn commit: r606436 - /ant/ivy/site/target/history/trunk/samples/build.xml

Author: xavier
Date: Sat Dec 22 01:33:22 2007
New Revision: 606436

URL: http://svn.apache.org/viewvc?rev=606436&view=rev
Log:
update site

Modified:
    ant/ivy/site/target/history/trunk/samples/build.xml

Modified: ant/ivy/site/target/history/trunk/samples/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/trunk/samples/build.xml?rev=606436&r1=606435&r2=606436&view=diff
==============================================================================
--- ant/ivy/site/target/history/trunk/samples/build.xml (original)
+++ ant/ivy/site/target/history/trunk/samples/build.xml Sat Dec 22 01:33:22 2007
@@ -38,7 +38,7 @@
 	
 	<!-- here is the version of ivy we will use. change this property to try a newer 
          version if you want -->
-	<property name="ivy.install.version" value="2.0.0-alpha-2-incubating" />
+	<property name="ivy.install.version" value="2.0.0-beta1" />
 	<property name="ivy.jar.dir" value="${basedir}/ivy" />
 	<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar" />
 
@@ -50,7 +50,7 @@
     	<mkdir dir="${ivy.jar.dir}"/>
 		<!-- download Ivy from web site so that it can be used even without any special installation -->
 		<echo message="installing ivy..."/>
-    	<get src="http://people.apache.org/~xavier/ivy/${ivy.install.version}/ivy.jar"
+    	<get src="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar"
     		 dest="${ivy.jar.file}" usetimestamp="true"/>
     </target>