From e2608eff0df7f0dee994d2edd3e05a68d9befda6 Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Thu, 23 Oct 2008 19:53:34 +0000 Subject: [PATCH] Updated release notes with IVY-955 git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-rc2@707460 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE_NOTES | 1 + doc/release-notes.html | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 23155bd1..b4900439 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -217,5 +217,6 @@ List of changes since Ivy 2.0.0-rc1: - FIX: Maven pom license url can contain xml entities (IVY-950) - FIX: Maven pom license has name as optional element (IVY-949) - FIX: Ivy doesn't throw an error when the parent POM cannot be loaded (IVY-931) +- FIX: Maven pom parser is not handling pom property ${project.parent.version} (IVY-955) - DOCUMENTATION: Filesystem resolver: talks about "patterns" but does not mention these must become absolute file paths (IVY-910) \ No newline at end of file diff --git a/doc/release-notes.html b/doc/release-notes.html index 38e11f96..643fef3e 100644 --- a/doc/release-notes.html +++ b/doc/release-notes.html @@ -221,6 +221,7 @@ List of changes since Ivy 2.0.0-rc1: - FIX: Maven pom license url can contain xml entities (IVY-950) - FIX: Maven pom license has name as optional element (IVY-949) - FIX: Ivy doesn't throw an error when the parent POM cannot be loaded (IVY-931) +- FIX: Maven pom parser is not handling pom property ${project.parent.version} (IVY-955) - DOCUMENTATION: Filesystem resolver: talks about "patterns" but does not mention these must become absolute file paths (IVY-910)