Skip to content

Commit 75a5e62

Browse files
committed
Release Spring Framework 3.1.0.RC1
1 parent 17ce06a commit 75a5e62

File tree

25 files changed

+51
-51
lines changed

25 files changed

+51
-51
lines changed

build-spring-framework/publish-documentation.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<!-- Main targets -->
55
<target name="publish-documentation" depends="publish-documentation.init">
6-
<sshexec host="static.springframework.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
6+
<sshexec host="static.springsource.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
77
command="rm -rf /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"/>
8-
<sshexec host="static.springframework.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
8+
<sshexec host="static.springsource.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
99
command="mkdir /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"/>
1010

11-
<scp remoteToDir="${username}@spring02.managed.contegix.com:/opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"
11+
<scp remoteToDir="${username}@static.springsource.org:/opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"
1212
keyfile="${key.file}" passphrase="${passphrase}" sftp="true" verbose="true">
1313
<fileset dir="${package.output.dir}">
1414
<include name="changelog.txt" />
@@ -18,7 +18,7 @@
1818
<fileset dir="${package.docs.dir}" />
1919
</scp>
2020

21-
<sshexec host="static.springframework.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
21+
<sshexec host="static.springsource.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
2222
command="rm -f /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.1.x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version} /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.1.x"/>
2323
</target>
2424

build.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ aj.osgi.range="[1.6.8, 2.0.0)"
2121
#build.stamp=RELEASE
2222

2323
## For milestone releases
24-
#release.type=milestone
25-
#build.stamp=M1
24+
release.type=milestone
25+
build.stamp=RC1
2626

2727
## For trunk development / ci builds
28-
release.type=integration
28+
#release.type=integration
2929
#build.stamp=BUILD-SNAPSHOT

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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</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.1.0.BUILD-SNAPSHOT</version>
9+
<version>3.1.0.RC1</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.0.BUILD-SNAPSHOT</version>
14+
<version>3.1.0.RC1</version>
1515
</parent>
1616

1717
<dependencies>

org.springframework.core/pom.xml

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

1717
<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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</version>
1313
</parent>
1414

1515
</project>

org.springframework.integration-tests/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-integration-tests</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>

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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>

org.springframework.jms/pom.xml

+2-2
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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.orm/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<groupId>org.springframework</groupId>
77
<artifactId>spring-orm</artifactId>
88
<packaging>jar</packaging>
9-
<version>3.1.0.BUILD-SNAPSHOT</version>
9+
<version>3.1.0.RC1</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.0.BUILD-SNAPSHOT</version>
14+
<version>3.1.0.RC1</version>
1515
</parent>
1616
<dependencies>
1717
<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.1.0.BUILD-SNAPSHOT</version>
9+
<version>3.1.0.RC1</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.0.BUILD-SNAPSHOT</version>
14+
<version>3.1.0.RC1</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.1.0.BUILD-SNAPSHOT</version>
17+
<version>3.1.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>

org.springframework.spring-parent/pom.xml

+1-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.1.0.BUILD-SNAPSHOT</version>
17+
<version>3.1.0.RC1</version>
1818
<description>Spring Framework Parent</description>
1919
<scm>
2020
<url>https://fisheye.springframework.org/browse/spring-framework</url>

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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</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.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.1.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.1.0.BUILD-SNAPSHOT</version>
12+
<version>3.1.0.RC1</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.web.servlet/pom.xml

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

1717
<profiles>

org.springframework.web.struts/pom.xml

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

org.springframework.web/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<groupId>org.springframework</groupId>
66
<artifactId>spring-web</artifactId>
77
<packaging>jar</packaging>
8-
<version>3.1.0.BUILD-SNAPSHOT</version>
8+
<version>3.1.0.RC1</version>
99
<parent>
1010
<groupId>org.springframework</groupId>
1111
<artifactId>spring-parent</artifactId>
1212
<relativePath>../org.springframework.spring-parent</relativePath>
13-
<version>3.1.0.BUILD-SNAPSHOT</version>
13+
<version>3.1.0.RC1</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)