This is an automated email from the ASF dual-hosted git repository.
maartenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push:
new 3b67d9ad Updated release notes
3b67d9ad is described below
commit 3b67d9adc7bd30bfdfba33b5ac6018e4a74f1b4f
Author: Maarten Coene <[email protected]>
AuthorDate: Tue Jun 16 00:14:58 2026 +0200
Updated release notes
---
asciidoc/release-notes.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc
index 83e15cee..0345dc2f 100644
--- a/asciidoc/release-notes.adoc
+++ b/asciidoc/release-notes.adoc
@@ -61,7 +61,9 @@ Note, if you have resolved dependencies with version of Ivy
prior to 2.6.0, you
This way, the delivered ivy.xml can be used to have reproducible dependency
resolution, especially when multiple configurations are used.
It also fixes issues where the dynamic revisions were replaced by versions
from other configurations. (IVY-1485, IVY-1661)
- FIX: the `ivy:deliver` task didn't replace dynamic revision from inherited
dependencies. (IVY-1410) (Thanks to Eric Milles)
-- FIX: the `ivy:install` task didn't take the `from` resolver into account
when resolving Maven parent modules or source/javadoc artifacts.
+- FIX: the `ivy:install` task didn't take the `from` resolver into account
when resolving Maven parent modules or source/javadoc artifacts. (Thanks to
Colin Chambers)
+- FIX: the `ivy:checkdepsupdate` task could suggest a lesser version as
update. (IVY-1665) (Thanks to Eric Milles)
+- FIX: the `ivy:makepom` task no longer adds a dependency to the
<dependencyManagement> section. (IVY-1667) (Thanks to Eric Milles)
== Committers and Contributors