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/05/17 13:33:06 UTC

ant-ivy git commit: add release notes for IVY-1520

Repository: ant-ivy
Updated Branches:
  refs/heads/master a3a401027 -> 10e19b91f


add release notes for IVY-1520


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

Branch: refs/heads/master
Commit: 10e19b91f25843d823bb8018323c036e6c0219dd
Parents: a3a4010
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Wed May 17 15:32:50 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
Committed: Wed May 17 15:32:50 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/10e19b91/doc/release-notes.html
----------------------------------------------------------------------
diff --git a/doc/release-notes.html b/doc/release-notes.html
index bb90c9e..57fd07e 100644
--- a/doc/release-notes.html
+++ b/doc/release-notes.html
@@ -68,6 +68,7 @@ List of changes since Ivy 2.4.0:
 - FIX: Dependencies failed using branch attribute (and extra attributes) (IVY-1141) (Thanks to Stephen Haberman)
 - FIX: useCacheOnly should allow lookup of changing dependencies in cache (IVY-1515) (Thanks to Ilya)
 - FIX: Translation of POM to Ivy XML with * exclusion is removing main artifact (IVY-1531) (Thanks to Jaikiran Pai)
+- FIX: Have makepom task take description from ivy-module > info > description element (IVY-1520)
 
 - 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)