Skip to content

Commit e3b58bf

Browse files
committed
Released Spring 3.0 RC2
1 parent fc2d8ba commit e3b58bf

File tree

27 files changed

+63
-54
lines changed

27 files changed

+63
-54
lines changed

build-spring-framework/package-top-level.xml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<exclude name="*/target/**"/>
4242
<exclude name="integration-repo/**"/>
4343
<exclude name="ivy-cache/**"/>
44+
<exclude name="org.springframework.samples.petclinic/**"/>
4445
<!--exclude name="ivy-cache/repository/org.apache.velocity/org.apache.velocity.docbookframework.dist/**"/-->
4546
<exclude name="spring-build/lib/docbook/**" />
4647
<exclude name="**/*OLD*/**"/>

build-spring-framework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>org.springframework</groupId>
1515
<artifactId>spring</artifactId>
1616
<packaging>pom</packaging>
17-
<version>3.0.0.BUILD-SNAPSHOT</version>
17+
<version>3.0.0.RC2</version>
1818
<name>Spring Framework</name>
1919
<description>Spring is a layered Java/J2EE application platform, based on code published in Expert
2020
One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002). </description>

build-spring-framework/resources/readme.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
SPRING FRAMEWORK 3.0 M4 (August 2009)
1+
SPRING FRAMEWORK 3.0 RC2 (November 2009)
22
-------------------------------------
33
http://www.springframework.org
44

55
1. INTRODUCTION
66

7-
This is the fourth milestone of Spring 3.0 which is scheduled for final release in Q3 2009.
8-
It is nearly feature complete, with only very specific areas still being worked on for RC1.
7+
This is the second release candidate of Spring 3.0, which is scheduled for final release in Q4 2009.
8+
It release is feature complete, but may still have some issues.
99

1010
2. RELEASE NOTES
1111

build.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version=3.0.0
2-
release.type=integration
2+
build.stamp=RC2
3+
release.type=milestone
34
natural.name=spring-framework
45
project.name=Spring Framework
56
project.key=SPR

org.springframework.aop/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-aop</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.asm/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-asm</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515

org.springframework.aspects/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-aspects</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.beans/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-beans</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.context.support/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-context-support</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515

org.springframework.context/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<groupId>org.springframework</groupId>
77
<artifactId>spring-context</artifactId>
88
<packaging>jar</packaging>
9-
<version>3.0.0.BUILD-SNAPSHOT</version>
9+
<version>3.0.0.RC2</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.0.0.BUILD-SNAPSHOT</version>
14+
<version>3.0.0.RC2</version>
1515
</parent>
1616

1717
<dependencies>

org.springframework.core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-core</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.expression/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-expression</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.instrument.tomcat/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-instrument-tomcat</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.instrument/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-instrument</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
</project>

org.springframework.integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-integration-tests</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<dependencies>
99
<dependency>
1010
<groupId>com.caucho</groupId>

org.springframework.jdbc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-jdbc</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>

org.springframework.jms/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-jms</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<dependencies>
@@ -57,37 +57,37 @@
5757
<dependency>
5858
<groupId>org.springframework</groupId>
5959
<artifactId>spring-aop</artifactId>
60-
<version>3.0.0.BUILD-SNAPSHOT</version>
60+
<version>3.0.0.RC2</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.springframework</groupId>
6565
<artifactId>spring-beans</artifactId>
66-
<version>3.0.0.BUILD-SNAPSHOT</version>
66+
<version>3.0.0.RC2</version>
6767
<scope>compile</scope>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.springframework</groupId>
7171
<artifactId>spring-context</artifactId>
72-
<version>3.0.0.BUILD-SNAPSHOT</version>
72+
<version>3.0.0.RC2</version>
7373
<scope>compile</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.springframework</groupId>
7777
<artifactId>spring-core</artifactId>
78-
<version>3.0.0.BUILD-SNAPSHOT</version>
78+
<version>3.0.0.RC2</version>
7979
<scope>compile</scope>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.springframework</groupId>
8383
<artifactId>spring-oxm</artifactId>
84-
<version>3.0.0.BUILD-SNAPSHOT</version>
84+
<version>3.0.0.RC2</version>
8585
<optional>true</optional>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.springframework</groupId>
8989
<artifactId>spring-tx</artifactId>
90-
<version>3.0.0.BUILD-SNAPSHOT</version>
90+
<version>3.0.0.RC2</version>
9191
<optional>true</optional>
9292
</dependency>
9393
</dependencies>

org.springframework.orm/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-orm</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>

org.springframework.oxm/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<groupId>org.springframework</groupId>
77
<artifactId>spring-oxm</artifactId>
88
<packaging>jar</packaging>
9-
<version>3.0.0.BUILD-SNAPSHOT</version>
9+
<version>3.0.0.RC2</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.0.0.BUILD-SNAPSHOT</version>
14+
<version>3.0.0.RC2</version>
1515
</parent>
1616

1717
<dependencies>

org.springframework.spring-library/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>org.springframework</groupId>
1515
<artifactId>spring-library</artifactId>
1616
<packaging>libd</packaging>
17-
<version>3.0.0.BUILD-SNAPSHOT</version>
17+
<version>3.0.0.RC2</version>
1818
<name>Spring Framework</name>
1919
<description>Spring is a layered Java/J2EE application platform, based on code published in Expert
2020
One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002). </description>

org.springframework.spring-parent/pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<artifactId>spring-parent</artifactId>
1515
<packaging>pom</packaging>
1616
<name>Spring Framework - Parent</name>
17-
<version>3.0.0.BUILD-SNAPSHOT</version>
17+
<version>3.0.0.RC2</version>
1818
<description>Spring Framework Parent</description>
1919
<scm>
2020
<url>https://fisheye.springframework.org/browse/spring-framework</url>
@@ -198,6 +198,13 @@
198198
</profiles>
199199

200200
<build>
201+
<extensions>
202+
<extension>
203+
<groupId>org.springframework.build.aws</groupId>
204+
<artifactId>org.springframework.build.aws.maven</artifactId>
205+
<version>2.0.0.RELEASE</version>
206+
</extension>
207+
</extensions>
201208
<plugins>
202209
<plugin>
203210
<groupId>org.apache.maven.plugins</groupId>

org.springframework.test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-test</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.transaction/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-tx</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.web.portlet/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-webmvc-portlet</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.web.servlet/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-webmvc</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC2</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.0.BUILD-SNAPSHOT</version>
12+
<version>3.0.0.RC2</version>
1313
</parent>
1414

1515
<profiles>

0 commit comments

Comments
 (0)