Build: Upgraded to Ivy 2.4.0
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/0c225466 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/0c225466 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/0c225466 Branch: refs/heads/2.3 Commit: 0c2254661f54be42d2b10fca8a74cd21a9ac5452 Parents: 30aec8a Author: ddekany <[email protected]> Authored: Mon Apr 17 14:51:33 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Apr 17 14:51:33 2017 +0200 ---------------------------------------------------------------------- README.md | 2 +- build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/0c225466/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index eba34dd..d175433 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ If you haven't yet, download the source release, or checkout FreeMarker from the source code repository. See repository locations here: http://freemarker.org/sourcecode.html -You need JDK 8, Apache Ant (tested with 1.8.1) and Ivy (tested with 2.3.0) to +You need JDK 8, Apache Ant (tested with 1.8.1) and Ivy (tested with 2.4.0) to be installed. To install Ivy (but be sure it's not already installed), issue `ant download-ivy`; it will copy Ivy under `~/.ant/lib`. (Alternatively, you can copy `ivy-<version>.jar` into the Ant home `lib` subfolder manually.) http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/0c225466/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 1db2c89..5b030bf 100644 --- a/build.xml +++ b/build.xml @@ -131,7 +131,7 @@ <mkdir dir="build"/> </target> - <property name="ivy.install.version" value="2.3.0" /> + <property name="ivy.install.version" value="2.4.0" /> <property name="ivy.home" value="${user.home}/.ant" /> <property name="ivy.jar.dir" value="${ivy.home}/lib" /> <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar" />
