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 ee1a61a0 Updated release notes with recent merges
ee1a61a0 is described below
commit ee1a61a0a096325d8d589535d41d2e4cdd18e487
Author: Maarten Coene <[email protected]>
AuthorDate: Wed Jun 17 20:33:52 2026 +0200
Updated release notes with recent merges
---
asciidoc/release-notes.adoc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc
index 0345dc2f..e65144e2 100644
--- a/asciidoc/release-notes.adoc
+++ b/asciidoc/release-notes.adoc
@@ -55,6 +55,8 @@ Note, if you have resolved dependencies with version of Ivy
prior to 2.6.0, you
- NEW: added a new `nearest` conflict manager, which handles conflicts in the
same way that Maven does. (IVY-813) (Thanks to Eric Milles)
- IMPROVEMENT: use Apache Commons Compress for pack200 handling to avoid
issues on Java 14 and later. If pack200 is needed, make sure to add Apache
Commons Compress to your classpath. (IVY-1652)
- IMPROVEMENT: `ivy:retrieve` and the 'post resolve tasks' now support the
`override` child element. (IVY-1664)
+- IMPROVEMENT: `ivy:makepom` will now add `override` elements of the `ivy.xml`
to the `dependencyManagement` section of the
+ generated pom. (IVY-1663) (Thanks to Eric Milles)
- FIX: improved Maven dependencyManagement matching for dependencies with a
non-default type or classifier (IVY-1654) (Thanks to Mark Kittisopikul)
- FIX: the `ivy:retrieve` task failed when the retrieve pattern contained some
text in parentheses before the first token, for instance: `/jobs/lib (JDK
17)/[artifact].[ext]` (IVY-1660)
- FIX: when the `ivy:deliver` task is configured to replace dynamic revisions,
it now replaces these revisions to the resolved revision before any conflict
resolution was done, which was the original behavior before Ivy 2.3.0.
@@ -64,6 +66,8 @@ It also fixes issues where the dynamic revisions were
replaced by versions from
- 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)
+- FIX: the `ivy:deliver` task didn't include XML namespaces from a parent ivy
module when merging the descriptors. (IVY-1658)
+ (Thanks to Eric Milles)
== Committers and Contributors