You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2018/03/02 11:52:48 UTC

ant-ivy git commit: IVY-1576 Update release notes

Repository: ant-ivy
Updated Branches:
  refs/heads/master 3b17df0ab -> 9e8810563


IVY-1576 Update 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/9e881056
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/9e881056
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/9e881056

Branch: refs/heads/master
Commit: 9e88105637ac1a454479f940135804929d6329f6
Parents: 3b17df0
Author: Jaikiran Pai <ja...@apache.org>
Authored: Fri Mar 2 17:22:22 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Fri Mar 2 17:22:22 2018 +0530

----------------------------------------------------------------------
 asciidoc/release-notes.adoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/9e881056/asciidoc/release-notes.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc
index 164f319..0b53049 100644
--- a/asciidoc/release-notes.adoc
+++ b/asciidoc/release-notes.adoc
@@ -77,6 +77,7 @@ For details about the following changes, check our JIRA install at link:https://
 - FIX: Cycle in parent POM ancestry yields StackOverflowError in PomModuleDescriptorParser (jira:IVY-1545[]) (Thanks to Brett Randall)
 - FIX: The method hasIvyListener in org.apache.ivy.core.event.EventManager always returned false
 - FIX: Allow conditionally activated properties through Maven profiles, to be referenced in the `pom.xml` (jira:IVY-1577[])
+- FIX: Fix Maven dependency resolution for dependencies with multiple different classifiers (jira:IVY-1576[])
 
 - IMPROVEMENT: Throw an IllegalStateException when retrieving the resolutionCacheRoot on the DefaultResolutionCacheManager if the basedir (or IvySettings) is not set (jira:IVY-1482[])
 - IMPROVEMENT: Optimization: limit the revision numbers scanned if revision prefix is specified (Thanks to Ernestas Vaiciukevi&#269;ius)