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
This commit is contained in:
Xavier Hanin 2006-01-19 09:57:34 +00:00
parent cdd2763123
commit a7f8cc4963
1 changed files with 1 additions and 1 deletions

View File

@ -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)