Author: maartenc
Date: Fri Sep 25 21:31:59 2009
New Revision: 819030

URL: http://svn.apache.org/viewvc?rev=819030&view=rev
Log:
Preparing 2.1.0 release

Modified:
    ant/ivy/core/branches/2.1.0/doc/install.html

Modified: ant/ivy/core/branches/2.1.0/doc/install.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.1.0/doc/install.html?rev=819030&r1=819029&r2=819030&view=diff
==============================================================================
--- ant/ivy/core/branches/2.1.0/doc/install.html (original)
+++ ant/ivy/core/branches/2.1.0/doc/install.html Fri Sep 25 21:31:59 2009
@@ -52,7 +52,7 @@
 <h1>Automatically</h1>
 If you want to use Ivy only in your ant build scripts, and have an internet 
connection when you build, you can download Ivy from this site and use the 
downloaded version automatically, using this simple build snippet:
 <code type="xml">
-    <property name="ivy.install.version" value="2.1.0-rc2" />
+    <property name="ivy.install.version" value="2.1.0" />
     <condition property="ivy.home" value="${env.IVY_HOME}">
       <isset property="env.IVY_HOME" />
     </condition>


Reply via email to