File tree 25 files changed +51
-51
lines changed
org.springframework.aspects
org.springframework.beans
org.springframework.context
org.springframework.context.support
org.springframework.expression
org.springframework.instrument
org.springframework.instrument.tomcat
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
25 files changed +51
-51
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<!-- Main targets -->
5
5
<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}"
7
7
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}"
9
9
command=" mkdir /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}" />
10
10
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}"
12
12
keyfile=" ${key.file}" passphrase =" ${passphrase}" sftp =" true" verbose =" true" >
13
13
<fileset dir =" ${package.output.dir}" >
14
14
<include name =" changelog.txt" />
18
18
<fileset dir =" ${package.docs.dir}" />
19
19
</scp >
20
20
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}"
22
22
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" />
23
23
</target >
24
24
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ aj.osgi.range="[1.6.8, 2.0.0)"
21
21
# build.stamp=RELEASE
22
22
23
23
# # For milestone releases
24
- # release.type=milestone
25
- # build.stamp=M1
24
+ release.type =milestone
25
+ build.stamp =RC1
26
26
27
27
# # For trunk development / ci builds
28
- release.type =integration
28
+ # release.type=integration
29
29
# build.stamp=BUILD-SNAPSHOT
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.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
9
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
14
+ <version >3.1.0.RC1 </version >
15
15
</parent >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 6
6
<groupId >org.springframework</groupId >
7
7
<artifactId >spring-core</artifactId >
8
8
<packaging >jar</packaging >
9
- <version >3.1.0.BUILD-SNAPSHOT </version >
9
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
14
+ <version >3.1.0.RC1 </version >
15
15
</parent >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 4
4
<groupId >org.springframework</groupId >
5
5
<artifactId >spring-expression</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </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-instrument-tomcat</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </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-instrument</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </version >
13
13
</parent >
14
14
15
15
</project >
Original file line number Diff line number Diff line change 4
4
<groupId >org.springframework</groupId >
5
5
<artifactId >spring-integration-tests</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </version >
13
13
</parent >
14
14
<dependencies >
15
15
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >org.springframework</groupId >
5
5
<artifactId >spring-jdbc</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </version >
13
13
</parent >
14
14
<dependencies >
15
15
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >org.springframework</groupId >
5
5
<artifactId >spring-jms</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </version >
13
13
</parent >
14
14
15
15
<dependencies >
Original file line number Diff line number Diff line change 6
6
<groupId >org.springframework</groupId >
7
7
<artifactId >spring-orm</artifactId >
8
8
<packaging >jar</packaging >
9
- <version >3.1.0.BUILD-SNAPSHOT </version >
9
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
14
+ <version >3.1.0.RC1 </version >
15
15
</parent >
16
16
<dependencies >
17
17
<dependency >
Original file line number Diff line number Diff line change 6
6
<groupId >org.springframework</groupId >
7
7
<artifactId >spring-oxm</artifactId >
8
8
<packaging >jar</packaging >
9
- <version >3.1.0.BUILD-SNAPSHOT </version >
9
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
14
+ <version >3.1.0.RC1 </version >
15
15
</parent >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 14
14
<groupId >org.springframework</groupId >
15
15
<artifactId >spring-library</artifactId >
16
16
<packaging >libd</packaging >
17
- <version >3.1.0.BUILD-SNAPSHOT </version >
17
+ <version >3.1.0.RC1 </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 14
14
<artifactId >spring-parent</artifactId >
15
15
<packaging >pom</packaging >
16
16
<name >Spring Framework - Parent</name >
17
- <version >3.1.0.BUILD-SNAPSHOT </version >
17
+ <version >3.1.0.RC1 </version >
18
18
<description >Spring Framework Parent</description >
19
19
<scm >
20
20
<url >https://fisheye.springframework.org/browse/spring-framework</url >
Original file line number Diff line number Diff line change 4
4
<groupId >org.springframework</groupId >
5
5
<artifactId >spring-test</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </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-tx</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </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-webmvc-portlet</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >3.1.0.BUILD-SNAPSHOT </version >
7
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
12
+ <version >3.1.0.RC1 </version >
13
13
</parent >
14
14
15
15
<dependencies >
Original file line number Diff line number Diff line change 6
6
<groupId >org.springframework</groupId >
7
7
<artifactId >spring-webmvc</artifactId >
8
8
<packaging >jar</packaging >
9
- <version >3.1.0.BUILD-SNAPSHOT </version >
9
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
14
+ <version >3.1.0.RC1 </version >
15
15
</parent >
16
16
17
17
<profiles >
Original file line number Diff line number Diff line change 6
6
<groupId >org.springframework</groupId >
7
7
<artifactId >spring-struts</artifactId >
8
8
<packaging >jar</packaging >
9
- <version >3.1.0.BUILD-SNAPSHOT </version >
9
+ <version >3.1.0.RC1 </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.1.0.BUILD-SNAPSHOT </version >
14
+ <version >3.1.0.RC1 </version >
15
15
</parent >
16
16
<dependencies >
17
17
<dependency >
Original file line number Diff line number Diff line change 5
5
<groupId >org.springframework</groupId >
6
6
<artifactId >spring-web</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >3.1.0.BUILD-SNAPSHOT </version >
8
+ <version >3.1.0.RC1 </version >
9
9
<parent >
10
10
<groupId >org.springframework</groupId >
11
11
<artifactId >spring-parent</artifactId >
12
12
<relativePath >../org.springframework.spring-parent</relativePath >
13
- <version >3.1.0.BUILD-SNAPSHOT </version >
13
+ <version >3.1.0.RC1 </version >
14
14
</parent >
15
15
16
16
<dependencies >
You can’t perform that action at this time.
0 commit comments