Skip to content

Commit fdab4f4

Browse files
committed
Releasing 3.0 RC1
1 parent 3b5aad7 commit fdab4f4

File tree

25 files changed

+53
-52
lines changed

25 files changed

+53
-52
lines changed

build-spring-framework/pom.xml

Lines changed: 1 addition & 1 deletion
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.RC1</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

Lines changed: 3 additions & 3 deletions
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 RC1 (September 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 first 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

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

org.springframework.aop/pom.xml

Lines changed: 2 additions & 2 deletions
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.RC1</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.RC1</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.asm/pom.xml

Lines changed: 2 additions & 2 deletions
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.RC1</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.RC1</version>
1313
</parent>
1414

1515

org.springframework.aspects/pom.xml

Lines changed: 2 additions & 2 deletions
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.RC1</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.RC1</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.beans/pom.xml

Lines changed: 2 additions & 2 deletions
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.RC1</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.RC1</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.context.support/pom.xml

Lines changed: 2 additions & 2 deletions
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.RC1</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.RC1</version>
1313
</parent>
1414

1515

org.springframework.context/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-context</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.RC1</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.RC1</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.core/pom.xml

Lines changed: 2 additions & 2 deletions
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.RC1</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.RC1</version>
1313
</parent>
1414

1515
<dependencies>

0 commit comments

Comments
 (0)