From 9a9f2436d97ed016b91df1edee85371920df2cfc Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 12 Mar 2009 21:13:30 +0000 Subject: [PATCH] maven --- build-spring-webflow/resources/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index a0cec49b..50b86e89 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -4,6 +4,12 @@ http://www.springframework.org/webflow Changes in version 2.0.6 (2009.03.12) ------------------------------------- +General +* Changed Maven artifact ids for the org.springframework.webflow projects to be consistent with other Spring artifacts published to Maven Central (SWF-993). + This change was made to prevent conflicts when resolving artifacts from both Maven Central and the OSGi-ready SpringSource Bundle Repository. + NOTE: this change will require an artifact-id update as well as a version update to your poms that obtain web flow from Maven Central. + See the reference documentation for updated instructions on obtaining web flow artifacts from Maven Central. + Bug Fixes * Fixed bug where FlowHandlerMapping could not handle null flow id scenarios (SWF-968) * Fixed bug where flow ids were not properly generated when loading flow resources using classpath*: notation (SWF-988, SWF-992)