Repository: ant-ivy Updated Branches: refs/heads/master fa2ddf8ea -> e14481ce4
More updates to the release notes Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/e14481ce Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/e14481ce Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/e14481ce Branch: refs/heads/master Commit: e14481ce442380339dba2cba813f920009f32f43 Parents: fa2ddf8 Author: Gintas Grigelionis <[email protected]> Authored: Fri Mar 16 13:41:53 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Fri Mar 16 13:41:53 2018 +0100 ---------------------------------------------------------------------- asciidoc/release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/e14481ce/asciidoc/release-notes.adoc ---------------------------------------------------------------------- diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc index 9b6f994..fdfd491 100644 --- a/asciidoc/release-notes.adoc +++ b/asciidoc/release-notes.adoc @@ -85,7 +85,7 @@ For details about the following changes, check our JIRA install at link:https:// - IMPROVEMENT: Update BouncyCastle to 1.52 (jira:IVY-1521[]) (Thanks to Michal Srb) - IMPROVEMENT: `symlinkmass` option of retrieve task has been deprecated in this release and will no longer be supported since, starting this version of Ivy, Ivy uses Java standard API(s) for symlink management and as such doesn't spawn a process to execute symlink creation shell commands, like it used to do earlier. The `symlinkmass` option was previously there to launch just one single process instead of multiple processes for symlink creation. Now with the usage of the Java standard API(s), this option no longer is relevant. - IMPROVEMENT: Ivy command line now supports passing `overwriteMode` option to `retrieve` task (jira:IVY-1447[]) -- IMPROVEMENT: Support timestamped SNAPSHOT versions from Maven repository (jira:IVY-1476[]) +- IMPROVEMENT: Support timestamped SNAPSHOT versions from Maven repository (jira:IVY-1153[]) and (jira:IVY-1476[]) - IMPROVEMENT: Update Commons VFS to 2.2 - IMPROVEMENT: Ivy now supports activating of Maven profiles, in `pom.xml`, by `jdk`, `os`, `property` and `file` (jira:IVY-1558[]) and (jira:IVY-1577[])
