Repository: incubator-freemarker Updated Branches: refs/heads/3 080b21e44 -> 6adebc00b
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/6adebc00 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/6adebc00 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/6adebc00 Branch: refs/heads/3 Commit: 6adebc00b30505d396697101f86b87a9c5dc83ba Parents: 080b21e Author: ddekany <[email protected]> Authored: Mon Apr 17 14:51:15 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Apr 17 14:51:15 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/6adebc00/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 92ecf81..cded707 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,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/6adebc00/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 7b2aeca..3fa5393 100644 --- a/build.xml +++ b/build.xml @@ -124,7 +124,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" />
