File tree 25 files changed +53
-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 +53
-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 =" spring02.managed.contegix.com" username =" ${username}" keyfile =" ${key.file}" passphrase =" ${passphrase}"
6
+ <sshexec host =" static.springframework.org" username =" ${username}" keyfile =" ${key.file}" passphrase =" ${passphrase}"
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}"
7
9
command=" mkdir /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}" />
8
10
9
- <scp remoteToDir =" ${username}@spring02.managed.contegix.com :/opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"
11
+ <scp remoteToDir =" ${username}@static.springframework.org :/opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"
10
12
keyfile=" ${key.file}" passphrase =" ${passphrase}" sftp =" true" verbose =" true" >
11
13
<fileset dir =" ${package.output.dir}" >
12
14
<include name =" changelog.txt" />
16
18
<fileset dir =" ${package.docs.dir}" />
17
19
</scp >
18
20
19
- <sshexec host =" spring02.managed.contegix.com " username =" ${username}" keyfile =" ${key.file}" passphrase =" ${passphrase}"
20
- command=" rm /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.0 .x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version} /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.0 .x" />
21
+ <sshexec host =" static.springframework.org " username =" ${username}" keyfile =" ${key.file}" passphrase =" ${passphrase}"
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" />
21
23
</target >
22
24
23
25
<!-- Other targets -->
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ spring.osgi.range="${spring.osgi.range.nq}"
5
5
aj.osgi.range ="[1.5.4, 2.0.0)"
6
6
7
7
#
8
- release.type =integration
8
+ # release.type=integration
9
9
natural.name =spring-framework
10
10
project.name =Spring Framework
11
11
project.key =SPR
@@ -22,8 +22,8 @@ compiler.args=-enableJavadoc -warn:none
22
22
# build.stamp=RELEASE
23
23
24
24
# For when releasing milestones
25
- # release.type=milestone
26
- # build.stamp=M1
25
+ release.type =milestone
26
+ build.stamp =M2
27
27
28
28
# For development in trunk
29
29
# release.type=integration
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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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.M2 </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-web</artifactId >
8
8
<packaging >jar</packaging >
9
- <version >3.1.0.BUILD-SNAPSHOT </version >
9
+ <version >3.1.0.M2 </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.M2 </version >
15
15
</parent >
16
16
17
17
<dependencies >
You can’t perform that action at this time.
0 commit comments