Skip to content

Commit

Permalink
Upgrade ivy. (Next time you update, please do 'rm -rf ~/.subfloor_bui…
Browse files Browse the repository at this point in the history
…ld_cache'.)

git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@295 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Dec 18, 2009
1 parent 0f591e0 commit 32990d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subfloor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ TYPICAL TARGET SEQUENCE
value="${ivy.artifact.id}-${project.revision}.zip"/>

<!-- Ivy properties -->
<property name="ivy.install.version" value="2.0.0-beta2" description="Specifies the version of IVY to fetch" />
<property name="ivy.install.version" value="2.1.0" description="Specifies the version of IVY to fetch" />
<property name="ivy.jar.file"
value="${ivy.build.cache.dir}/ivybeta1.jar"
value="${ivy.build.cache.dir}/ivy.jar"
description="The full path to the IVY jar file to use during the build. If the file is not present, the build will attempt to fetch IVY and save the jar as specified by this property" />
<property name="ivy.settingsurl"
value="file:${basedir}/ivysettings.xml"
Expand Down

0 comments on commit 32990d3

Please sign in to comment.