You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2017/06/01 11:52:38 UTC

ant-ivy git commit: release notes for IVY-1528

Repository: ant-ivy
Updated Branches:
  refs/heads/master b6284ae1d -> 0dbae4197


release notes for IVY-1528


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/0dbae419
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/0dbae419
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/0dbae419

Branch: refs/heads/master
Commit: 0dbae4197d6694859bbba8d7d940bcf6f39c86be
Parents: b6284ae
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Thu Jun 1 13:52:29 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
Committed: Thu Jun 1 13:52:29 2017 +0200

----------------------------------------------------------------------
 doc/release-notes.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/0dbae419/doc/release-notes.html
----------------------------------------------------------------------
diff --git a/doc/release-notes.html b/doc/release-notes.html
index 258dc4d..3462ef1 100644
--- a/doc/release-notes.html
+++ b/doc/release-notes.html
@@ -74,6 +74,7 @@ List of changes since Ivy 2.4.0:
 - FIX: Ivy 2.4.0 improperly handles modules with colon (:) in version (IVY-1522) (Thanks to Jaikiran Pai)
 - FIX: Delay the processing of configured cache ttls, until the IvySettings object is usable (IVY-1495) (Thanks to Jaikiran Pai)
 - FIX: Including optional ivysettings of type 'file' doesn't work when file doesn't exist (IVY-1555) (Thanks to Jaikiran Pai)
+- FIX: Makepom ignores dependency classifiers (IVY-1528) (Thanks to Jaikiran Pai)
 
 - IMPROVEMENT: Throw an IllegalStateException when retrieving the resolutionCacheRoot on the DefaultResolutionCacheManager if the basedir (or IvySettings) is not set (IVY-1482)
 - IMPROVEMENT: Optimization: limit the revision numbers scanned if revision prefix is specified (Thanks to Ernestas Vaiciukevi&#269;ius)