This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nutch.git
commit e6a961ce967e94dc7128154b68cfa24fcd4370e9 Author: Sebastian Nagel <[email protected]> AuthorDate: Tue Oct 30 17:47:22 2018 +0100 NUTCH-2671 Upgrade to ant ivy library - roll back to 2.4.0 to bring Jenkins build back to normal --- default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.properties b/default.properties index 1423025..bb987d9 100644 --- a/default.properties +++ b/default.properties @@ -63,7 +63,7 @@ runtime.dir=./runtime runtime.deploy=${runtime.dir}/deploy runtime.local=${runtime.dir}/local -ivy.version=2.5.0-rc1 +ivy.version=2.4.0 ivy.dir=${basedir}/ivy ivy.file=${ivy.dir}/ivy.xml ivy.jar=${ivy.dir}/ivy-${ivy.version}.jar
