Browse Source

Released Spring 3.0 RC2

spring-framework-3.0.0.RC2-0-ge3b58bf6783
Arjen Poutsma 17 years ago
parent
commit
e3b58bf678
  1. 1
      build-spring-framework/package-top-level.xml
  2. 2
      build-spring-framework/pom.xml
  3. 6
      build-spring-framework/resources/readme.txt
  4. 3
      build.properties
  5. 4
      org.springframework.aop/pom.xml
  6. 4
      org.springframework.asm/pom.xml
  7. 4
      org.springframework.aspects/pom.xml
  8. 4
      org.springframework.beans/pom.xml
  9. 4
      org.springframework.context.support/pom.xml
  10. 4
      org.springframework.context/pom.xml
  11. 4
      org.springframework.core/pom.xml
  12. 4
      org.springframework.expression/pom.xml
  13. 4
      org.springframework.instrument.tomcat/pom.xml
  14. 4
      org.springframework.instrument/pom.xml
  15. 2
      org.springframework.integration-tests/pom.xml
  16. 4
      org.springframework.jdbc/pom.xml
  17. 16
      org.springframework.jms/pom.xml
  18. 4
      org.springframework.orm/pom.xml
  19. 4
      org.springframework.oxm/pom.xml
  20. 2
      org.springframework.spring-library/pom.xml
  21. 9
      org.springframework.spring-parent/pom.xml
  22. 4
      org.springframework.test/pom.xml
  23. 4
      org.springframework.transaction/pom.xml
  24. 4
      org.springframework.web.portlet/pom.xml
  25. 4
      org.springframework.web.servlet/pom.xml
  26. 4
      org.springframework.web.struts/pom.xml
  27. 4
      org.springframework.web/pom.xml

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

@ -41,6 +41,7 @@ @@ -41,6 +41,7 @@
<exclude name="*/target/**"/>
<exclude name="integration-repo/**"/>
<exclude name="ivy-cache/**"/>
<exclude name="org.springframework.samples.petclinic/**"/>
<!--exclude name="ivy-cache/repository/org.apache.velocity/org.apache.velocity.docbookframework.dist/**"/-->
<exclude name="spring-build/lib/docbook/**" />
<exclude name="**/*OLD*/**"/>

2
build-spring-framework/pom.xml

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<packaging>pom</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<name>Spring Framework</name>
<description>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). </description>

6
build-spring-framework/resources/readme.txt

@ -1,11 +1,11 @@ @@ -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

3
build.properties

@ -1,5 +1,6 @@ @@ -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

4
org.springframework.aop/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

4
org.springframework.asm/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>

4
org.springframework.aspects/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

4
org.springframework.beans/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

4
org.springframework.context.support/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>

4
org.springframework.context/pom.xml

@ -6,12 +6,12 @@ @@ -6,12 +6,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

4
org.springframework.core/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

4
org.springframework.expression/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

4
org.springframework.instrument.tomcat/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-instrument-tomcat</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

4
org.springframework.instrument/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
</project>

2
org.springframework.integration-tests/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<groupId>org.springframework</groupId>
<artifactId>spring-integration-tests</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<dependencies>
<dependency>
<groupId>com.caucho</groupId>

4
org.springframework.jdbc/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>
<dependency>

16
org.springframework.jms/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>
@ -57,37 +57,37 @@ @@ -57,37 +57,37 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<optional>true</optional>
</dependency>
</dependencies>

4
org.springframework.orm/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>
<dependency>

4
org.springframework.oxm/pom.xml

@ -6,12 +6,12 @@ @@ -6,12 +6,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

2
org.springframework.spring-library/pom.xml

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
<groupId>org.springframework</groupId>
<artifactId>spring-library</artifactId>
<packaging>libd</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<name>Spring Framework</name>
<description>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). </description>

9
org.springframework.spring-parent/pom.xml

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
<artifactId>spring-parent</artifactId>
<packaging>pom</packaging>
<name>Spring Framework - Parent</name>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<description>Spring Framework Parent</description>
<scm>
<url>https://fisheye.springframework.org/browse/spring-framework</url>
@ -198,6 +198,13 @@ @@ -198,6 +198,13 @@
</profiles>
<build>
<extensions>
<extension>
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>2.0.0.RELEASE</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

4
org.springframework.test/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

4
org.springframework.transaction/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

4
org.springframework.web.portlet/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

4
org.springframework.web.servlet/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<profiles>

4
org.springframework.web.struts/pom.xml

@ -6,12 +6,12 @@ @@ -6,12 +6,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-struts</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>
<dependency>

4
org.springframework.web/pom.xml

@ -4,12 +4,12 @@ @@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<dependencies>

Loading…
Cancel
Save