File tree Expand file tree Collapse file tree 27 files changed +63
-54
lines changed
org.springframework.aspects
org.springframework.beans
org.springframework.context.support
org.springframework.context
org.springframework.expression
org.springframework.instrument.tomcat
org.springframework.instrument
org.springframework.integration-tests
org.springframework.spring-library
org.springframework.spring-parent
org.springframework.transaction
org.springframework.web.portlet
org.springframework.web.servlet
org.springframework.web.struts Expand file tree Collapse file tree 27 files changed +63
-54
lines changed Original file line number Diff line number Diff line change 41
41
<exclude name =" */target/**" />
42
42
<exclude name =" integration-repo/**" />
43
43
<exclude name =" ivy-cache/**" />
44
+ <exclude name =" org.springframework.samples.petclinic/**" />
44
45
<!-- exclude name="ivy-cache/repository/org.apache.velocity/org.apache.velocity.docbookframework.dist/**"/-->
45
46
<exclude name =" spring-build/lib/docbook/**" />
46
47
<exclude name =" **/*OLD*/**" />
Original file line number Diff line number Diff line change 14
14
<groupId >org.springframework</groupId >
15
15
<artifactId >spring</artifactId >
16
16
<packaging >pom</packaging >
17
- <version >3.0.0.BUILD-SNAPSHOT </version >
17
+ <version >3.0.0.RC2 </version >
18
18
<name >Spring Framework</name >
19
19
<description >Spring is a layered Java/J2EE application platform, based on code published in Expert
20
20
One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002). </description >
Original file line number Diff line number Diff line change 1
- SPRING FRAMEWORK 3.0 M4 (August 2009)
1
+ SPRING FRAMEWORK 3.0 RC2 (November 2009)
2
2
-------------------------------------
3
3
http://www.springframework.org
4
4
5
5
1. INTRODUCTION
6
6
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 .
9
9
10
10
2. RELEASE NOTES
11
11
Original file line number Diff line number Diff line change 1
1
version =3.0.0
2
- release.type =integration
2
+ build.stamp =RC2
3
+ release.type =milestone
3
4
natural.name =spring-framework
4
5
project.name =Spring Framework
5
6
project.key =SPR
Original file line number Diff line number Diff line change 4
4
<groupId >org.springframework</groupId >
5
5
<artifactId >spring-aop</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.0.0.BUILD-SNAPSHOT </version >
7
+ <version >3.0.0.RC2 </version >
8
8
<parent >
9
9
<groupId >org.springframework</groupId >
10
10
<artifactId >spring-parent</artifactId >
11
11
<relativePath >../org.springframework.spring-parent</relativePath >
12
- <version >3.0.0.BUILD-SNAPSHOT </version >
12
+ <version >3.0.0.RC2 </version >
13
13
</parent >
14
14
15
15
<dependencies >
Original file line number Diff line number Diff line change 4
4
<groupId >org.springframework</groupId >
5
5
<artifactId >spring-asm</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.0.0.BUILD-SNAPSHOT </version >
7
+ <version >3.0.0.RC2 </version >
8
8
<parent >
9
9
<groupId >org.springframework</groupId >
10
10
<artifactId >spring-parent</artifactId >
11
11
<relativePath >../org.springframework.spring-parent</relativePath >
12
- <version >3.0.0.BUILD-SNAPSHOT </version >
12
+ <version >3.0.0.RC2 </version >
13
13
</parent >
14
14
15
15
Original file line number Diff line number Diff line change 4
4
<groupId >org.springframework</groupId >
5
5
<artifactId >spring-aspects</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.0.0.BUILD-SNAPSHOT </version >
7
+ <version >3.0.0.RC2 </version >
8
8
<parent >
9
9
<groupId >org.springframework</groupId >
10
10
<artifactId >spring-parent</artifactId >
11
11
<relativePath >../org.springframework.spring-parent</relativePath >
12
- <version >3.0.0.BUILD-SNAPSHOT </version >
12
+ <version >3.0.0.RC2 </version >
13
13
</parent >
14
14
15
15
<dependencies >
Original file line number Diff line number Diff line change 4
4
<groupId >org.springframework</groupId >
5
5
<artifactId >spring-beans</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.0.0.BUILD-SNAPSHOT </version >
7
+ <version >3.0.0.RC2 </version >
8
8
<parent >
9
9
<groupId >org.springframework</groupId >
10
10
<artifactId >spring-parent</artifactId >
11
11
<relativePath >../org.springframework.spring-parent</relativePath >
12
- <version >3.0.0.BUILD-SNAPSHOT </version >
12
+ <version >3.0.0.RC2 </version >
13
13
</parent >
14
14
15
15
<dependencies >
Original file line number Diff line number Diff line change 4
4
<groupId >org.springframework</groupId >
5
5
<artifactId >spring-context-support</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.0.0.BUILD-SNAPSHOT </version >
7
+ <version >3.0.0.RC2 </version >
8
8
<parent >
9
9
<groupId >org.springframework</groupId >
10
10
<artifactId >spring-parent</artifactId >
11
11
<relativePath >../org.springframework.spring-parent</relativePath >
12
- <version >3.0.0.BUILD-SNAPSHOT </version >
12
+ <version >3.0.0.RC2 </version >
13
13
</parent >
14
14
15
15
Original file line number Diff line number Diff line change 6
6
<groupId >org.springframework</groupId >
7
7
<artifactId >spring-context</artifactId >
8
8
<packaging >jar</packaging >
9
- <version >3.0.0.BUILD-SNAPSHOT </version >
9
+ <version >3.0.0.RC2 </version >
10
10
<parent >
11
11
<groupId >org.springframework</groupId >
12
12
<artifactId >spring-parent</artifactId >
13
13
<relativePath >../org.springframework.spring-parent</relativePath >
14
- <version >3.0.0.BUILD-SNAPSHOT </version >
14
+ <version >3.0.0.RC2 </version >
15
15
</parent >
16
16
17
17
<dependencies >
You can’t perform that action at this time.
0 commit comments