mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Released Spring 3.0 RC2
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
<exclude name="*/target/**"/>
|
<exclude name="*/target/**"/>
|
||||||
<exclude name="integration-repo/**"/>
|
<exclude name="integration-repo/**"/>
|
||||||
<exclude name="ivy-cache/**"/>
|
<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="ivy-cache/repository/org.apache.velocity/org.apache.velocity.docbookframework.dist/**"/-->
|
||||||
<exclude name="spring-build/lib/docbook/**" />
|
<exclude name="spring-build/lib/docbook/**" />
|
||||||
<exclude name="**/*OLD*/**"/>
|
<exclude name="**/*OLD*/**"/>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring</artifactId>
|
<artifactId>spring</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<name>Spring Framework</name>
|
<name>Spring Framework</name>
|
||||||
<description>Spring is a layered Java/J2EE application platform, based on code published in Expert
|
<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>
|
One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002). </description>
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
SPRING FRAMEWORK 3.0 M4 (August 2009)
|
SPRING FRAMEWORK 3.0 RC2 (November 2009)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
http://www.springframework.org
|
http://www.springframework.org
|
||||||
|
|
||||||
1. INTRODUCTION
|
1. INTRODUCTION
|
||||||
|
|
||||||
This is the fourth milestone of Spring 3.0 which is scheduled for final release in Q3 2009.
|
This is the second release candidate of Spring 3.0, which is scheduled for final release in Q4 2009.
|
||||||
It is nearly feature complete, with only very specific areas still being worked on for RC1.
|
It release is feature complete, but may still have some issues.
|
||||||
|
|
||||||
2. RELEASE NOTES
|
2. RELEASE NOTES
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
version=3.0.0
|
version=3.0.0
|
||||||
release.type=integration
|
build.stamp=RC2
|
||||||
|
release.type=milestone
|
||||||
natural.name=spring-framework
|
natural.name=spring-framework
|
||||||
project.name=Spring Framework
|
project.name=Spring Framework
|
||||||
project.key=SPR
|
project.key=SPR
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-aop</artifactId>
|
<artifactId>spring-aop</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-asm</artifactId>
|
<artifactId>spring-asm</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-aspects</artifactId>
|
<artifactId>spring-aspects</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-beans</artifactId>
|
<artifactId>spring-beans</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-context-support</artifactId>
|
<artifactId>spring-context-support</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-context</artifactId>
|
<artifactId>spring-context</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-core</artifactId>
|
<artifactId>spring-core</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-expression</artifactId>
|
<artifactId>spring-expression</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-instrument-tomcat</artifactId>
|
<artifactId>spring-instrument-tomcat</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-instrument</artifactId>
|
<artifactId>spring-instrument</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-integration-tests</artifactId>
|
<artifactId>spring-integration-tests</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.caucho</groupId>
|
<groupId>com.caucho</groupId>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-jdbc</artifactId>
|
<artifactId>spring-jdbc</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-jms</artifactId>
|
<artifactId>spring-jms</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -57,37 +57,37 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-aop</artifactId>
|
<artifactId>spring-aop</artifactId>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-beans</artifactId>
|
<artifactId>spring-beans</artifactId>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-context</artifactId>
|
<artifactId>spring-context</artifactId>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-core</artifactId>
|
<artifactId>spring-core</artifactId>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-oxm</artifactId>
|
<artifactId>spring-oxm</artifactId>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-tx</artifactId>
|
<artifactId>spring-tx</artifactId>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-orm</artifactId>
|
<artifactId>spring-orm</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-oxm</artifactId>
|
<artifactId>spring-oxm</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-library</artifactId>
|
<artifactId>spring-library</artifactId>
|
||||||
<packaging>libd</packaging>
|
<packaging>libd</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<name>Spring Framework</name>
|
<name>Spring Framework</name>
|
||||||
<description>Spring is a layered Java/J2EE application platform, based on code published in Expert
|
<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>
|
One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002). </description>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Spring Framework - Parent</name>
|
<name>Spring Framework - Parent</name>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<description>Spring Framework Parent</description>
|
<description>Spring Framework Parent</description>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://fisheye.springframework.org/browse/spring-framework</url>
|
<url>https://fisheye.springframework.org/browse/spring-framework</url>
|
||||||
@@ -198,6 +198,13 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<build>
|
<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>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-test</artifactId>
|
<artifactId>spring-test</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-tx</artifactId>
|
<artifactId>spring-tx</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-webmvc-portlet</artifactId>
|
<artifactId>spring-webmvc-portlet</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-webmvc</artifactId>
|
<artifactId>spring-webmvc</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-struts</artifactId>
|
<artifactId>spring-struts</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-web</artifactId>
|
<artifactId>spring-web</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-parent</artifactId>
|
<artifactId>spring-parent</artifactId>
|
||||||
<relativePath>../org.springframework.spring-parent</relativePath>
|
<relativePath>../org.springframework.spring-parent</relativePath>
|
||||||
<version>3.0.0.BUILD-SNAPSHOT</version>
|
<version>3.0.0.RC2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user