From a7f8cc4963f068aaa160c50d69872791a25cd52e Mon Sep 17 00:00:00 2001 From: Xavier Hanin Date: Thu, 19 Jan 2006 09:57:34 +0000 Subject: [PATCH] added jira issue reference for m2 compatibility (IVY-140) git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484113 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 07aabace..857da46a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ - NEW: maven2 pom compatibility: most resolvers are now able to handle m2 pom as project metadata - and there is a new convertpom task able to convert a pom file to an ivy file + and there is a new convertpom task able to convert a pom file to an ivy file (IVY-140) - NEW: import configurations from external file (IVY-88) - NEW: a new default resolver which let override ivy files and artifacts found on public repository (ivyrep / ibiblio) and let publish modules in a local repository (IVY-132)