From e3b58bf67836a045b4e519eb4f496bc725d06f52 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 13 Nov 2009 15:13:07 +0000 Subject: [PATCH] Released Spring 3.0 RC2 --- build-spring-framework/package-top-level.xml | 1 + build-spring-framework/pom.xml | 2 +- build-spring-framework/resources/readme.txt | 6 +++--- build.properties | 3 ++- org.springframework.aop/pom.xml | 4 ++-- org.springframework.asm/pom.xml | 4 ++-- org.springframework.aspects/pom.xml | 4 ++-- org.springframework.beans/pom.xml | 4 ++-- org.springframework.context.support/pom.xml | 4 ++-- org.springframework.context/pom.xml | 4 ++-- org.springframework.core/pom.xml | 4 ++-- org.springframework.expression/pom.xml | 4 ++-- org.springframework.instrument.tomcat/pom.xml | 4 ++-- org.springframework.instrument/pom.xml | 4 ++-- org.springframework.integration-tests/pom.xml | 2 +- org.springframework.jdbc/pom.xml | 4 ++-- org.springframework.jms/pom.xml | 16 ++++++++-------- org.springframework.orm/pom.xml | 4 ++-- org.springframework.oxm/pom.xml | 4 ++-- org.springframework.spring-library/pom.xml | 2 +- org.springframework.spring-parent/pom.xml | 9 ++++++++- org.springframework.test/pom.xml | 4 ++-- org.springframework.transaction/pom.xml | 4 ++-- org.springframework.web.portlet/pom.xml | 4 ++-- org.springframework.web.servlet/pom.xml | 4 ++-- org.springframework.web.struts/pom.xml | 4 ++-- org.springframework.web/pom.xml | 4 ++-- 27 files changed, 63 insertions(+), 54 deletions(-) diff --git a/build-spring-framework/package-top-level.xml b/build-spring-framework/package-top-level.xml index 333e7d401855..e852a967dd84 100644 --- a/build-spring-framework/package-top-level.xml +++ b/build-spring-framework/package-top-level.xml @@ -41,6 +41,7 @@ + diff --git a/build-spring-framework/pom.xml b/build-spring-framework/pom.xml index 90070945dcc0..21b3e76f2b18 100644 --- a/build-spring-framework/pom.xml +++ b/build-spring-framework/pom.xml @@ -14,7 +14,7 @@ org.springframework spring pom - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 Spring Framework Spring is a layered Java/J2EE application platform, based on code published in Expert One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002). diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt index 241fbc1a2bd1..fbc38c2cc912 100644 --- a/build-spring-framework/resources/readme.txt +++ b/build-spring-framework/resources/readme.txt @@ -1,11 +1,11 @@ -SPRING FRAMEWORK 3.0 M4 (August 2009) +SPRING FRAMEWORK 3.0 RC2 (November 2009) ------------------------------------- http://www.springframework.org 1. INTRODUCTION -This is the fourth milestone of Spring 3.0 which is scheduled for final release in Q3 2009. -It is nearly feature complete, with only very specific areas still being worked on for RC1. +This is the second release candidate of Spring 3.0, which is scheduled for final release in Q4 2009. +It release is feature complete, but may still have some issues. 2. RELEASE NOTES diff --git a/build.properties b/build.properties index c8ff4b5d3f42..f65ae857947f 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,6 @@ version=3.0.0 -release.type=integration +build.stamp=RC2 +release.type=milestone natural.name=spring-framework project.name=Spring Framework project.key=SPR diff --git a/org.springframework.aop/pom.xml b/org.springframework.aop/pom.xml index 5433aef57653..da6ed6673bb4 100644 --- a/org.springframework.aop/pom.xml +++ b/org.springframework.aop/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-aop jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.asm/pom.xml b/org.springframework.asm/pom.xml index 36d4412917d3..523b4677e5c3 100644 --- a/org.springframework.asm/pom.xml +++ b/org.springframework.asm/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-asm jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml index e4fd535b598a..4722addbe1e5 100644 --- a/org.springframework.aspects/pom.xml +++ b/org.springframework.aspects/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-aspects jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.beans/pom.xml b/org.springframework.beans/pom.xml index b969b59e0a74..b6cf4e35380d 100644 --- a/org.springframework.beans/pom.xml +++ b/org.springframework.beans/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-beans jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.context.support/pom.xml b/org.springframework.context.support/pom.xml index 55b12cafbbf5..c89c2975e7b3 100644 --- a/org.springframework.context.support/pom.xml +++ b/org.springframework.context.support/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-context-support jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml index aa0e30b9f495..5bc9653ac2ee 100644 --- a/org.springframework.context/pom.xml +++ b/org.springframework.context/pom.xml @@ -6,12 +6,12 @@ org.springframework spring-context jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.core/pom.xml b/org.springframework.core/pom.xml index ad0aaa9dc85e..ca9e7af4c174 100644 --- a/org.springframework.core/pom.xml +++ b/org.springframework.core/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-core jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.expression/pom.xml b/org.springframework.expression/pom.xml index e0a6ff64fcc7..595465a918ec 100644 --- a/org.springframework.expression/pom.xml +++ b/org.springframework.expression/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-expression jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.instrument.tomcat/pom.xml b/org.springframework.instrument.tomcat/pom.xml index a0495944cc07..f3d44558805e 100644 --- a/org.springframework.instrument.tomcat/pom.xml +++ b/org.springframework.instrument.tomcat/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-instrument-tomcat jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.instrument/pom.xml b/org.springframework.instrument/pom.xml index 14f69b1761c5..1ded75cf041b 100644 --- a/org.springframework.instrument/pom.xml +++ b/org.springframework.instrument/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-instrument jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.integration-tests/pom.xml b/org.springframework.integration-tests/pom.xml index 5d8cec651885..b008fe3661a3 100644 --- a/org.springframework.integration-tests/pom.xml +++ b/org.springframework.integration-tests/pom.xml @@ -4,7 +4,7 @@ org.springframework spring-integration-tests jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 com.caucho diff --git a/org.springframework.jdbc/pom.xml b/org.springframework.jdbc/pom.xml index aae259a0297f..4d464b3e2b43 100644 --- a/org.springframework.jdbc/pom.xml +++ b/org.springframework.jdbc/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-jdbc jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.jms/pom.xml b/org.springframework.jms/pom.xml index 209bdedcc9e8..3ca49cfe964a 100644 --- a/org.springframework.jms/pom.xml +++ b/org.springframework.jms/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-jms jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 @@ -57,37 +57,37 @@ org.springframework spring-aop - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 compile org.springframework spring-beans - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 compile org.springframework spring-context - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 compile org.springframework spring-core - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 compile org.springframework spring-oxm - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 true org.springframework spring-tx - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 true diff --git a/org.springframework.orm/pom.xml b/org.springframework.orm/pom.xml index b56398734338..534d0be9a3e9 100644 --- a/org.springframework.orm/pom.xml +++ b/org.springframework.orm/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-orm jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.oxm/pom.xml b/org.springframework.oxm/pom.xml index ed19a01b8f7b..4da86b106051 100644 --- a/org.springframework.oxm/pom.xml +++ b/org.springframework.oxm/pom.xml @@ -6,12 +6,12 @@ org.springframework spring-oxm jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.spring-library/pom.xml b/org.springframework.spring-library/pom.xml index c416fc871e55..c0efad11a521 100644 --- a/org.springframework.spring-library/pom.xml +++ b/org.springframework.spring-library/pom.xml @@ -14,7 +14,7 @@ org.springframework spring-library libd - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 Spring Framework Spring is a layered Java/J2EE application platform, based on code published in Expert One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002). diff --git a/org.springframework.spring-parent/pom.xml b/org.springframework.spring-parent/pom.xml index f85ae24053fd..761770ae3a7f 100644 --- a/org.springframework.spring-parent/pom.xml +++ b/org.springframework.spring-parent/pom.xml @@ -14,7 +14,7 @@ spring-parent pom Spring Framework - Parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 Spring Framework Parent https://fisheye.springframework.org/browse/spring-framework @@ -198,6 +198,13 @@ + + + org.springframework.build.aws + org.springframework.build.aws.maven + 2.0.0.RELEASE + + org.apache.maven.plugins diff --git a/org.springframework.test/pom.xml b/org.springframework.test/pom.xml index 332939c8b645..f7b5c6dbdb8e 100644 --- a/org.springframework.test/pom.xml +++ b/org.springframework.test/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-test jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.transaction/pom.xml b/org.springframework.transaction/pom.xml index e0f4cb80cfb3..b915d71a6e97 100644 --- a/org.springframework.transaction/pom.xml +++ b/org.springframework.transaction/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-tx jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.web.portlet/pom.xml b/org.springframework.web.portlet/pom.xml index 3bae18fbf4df..9ad562b0583a 100644 --- a/org.springframework.web.portlet/pom.xml +++ b/org.springframework.web.portlet/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-webmvc-portlet jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.web.servlet/pom.xml b/org.springframework.web.servlet/pom.xml index d342206020e2..8146b28ee166 100644 --- a/org.springframework.web.servlet/pom.xml +++ b/org.springframework.web.servlet/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-webmvc jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.web.struts/pom.xml b/org.springframework.web.struts/pom.xml index 08e06e3f214f..350432e652df 100644 --- a/org.springframework.web.struts/pom.xml +++ b/org.springframework.web.struts/pom.xml @@ -6,12 +6,12 @@ org.springframework spring-struts jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 diff --git a/org.springframework.web/pom.xml b/org.springframework.web/pom.xml index b16747c9c82e..cc8ae96e03e4 100644 --- a/org.springframework.web/pom.xml +++ b/org.springframework.web/pom.xml @@ -4,12 +4,12 @@ org.springframework spring-web jar - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 org.springframework spring-parent ../org.springframework.spring-parent - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2