Skip to content

Commit e7d2ac4

Browse files
spring-buildscbeams
authored andcommitted
Release version 3.1.4.RELEASE
1 parent ae1b36d commit e7d2ac4

File tree

24 files changed

+49
-49
lines changed

24 files changed

+49
-49
lines changed

build.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.1.3
1+
version=3.1.4
22

33
natural.name=spring-framework
44
project.name=Spring Framework
@@ -17,16 +17,16 @@ spring.osgi.range="${spring.osgi.range.nq}"
1717
aj.osgi.range="[1.6.8, 2.0.0)"
1818

1919
## For GA releases
20-
#release.type=release
21-
#build.stamp=RELEASE
20+
release.type=release
21+
build.stamp=RELEASE
2222

2323
## For milestone releases
2424
#release.type=milestone
2525
#build.stamp=M1
2626

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

3131
#bundlor
3232
fail.on.warnings=false

org.springframework.aop/pom.xml

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

org.springframework.asm/pom.xml

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

org.springframework.aspects/pom.xml

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

org.springframework.beans/pom.xml

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

org.springframework.context.support/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-support</artifactId>
88
<packaging>jar</packaging>
9-
<version>3.1.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.4.BUILD-SNAPSHOT</version>
14+
<version>3.1.4.RELEASE</version>
1515
</parent>
1616
<licenses>
1717
<license>

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.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.4.BUILD-SNAPSHOT</version>
14+
<version>3.1.4.RELEASE</version>
1515
</parent>
1616
<licenses>
1717
<license>

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.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.4.BUILD-SNAPSHOT</version>
14+
<version>3.1.4.RELEASE</version>
1515
</parent>
1616
<licenses>
1717
<license>

org.springframework.expression/pom.xml

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

org.springframework.instrument.tomcat/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<groupId>org.springframework</groupId>
77
<artifactId>spring-instrument-tomcat</artifactId>
88
<packaging>jar</packaging>
9-
<version>3.1.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.4.BUILD-SNAPSHOT</version>
14+
<version>3.1.4.RELEASE</version>
1515
</parent>
1616
<licenses>
1717
<license>

org.springframework.instrument/pom.xml

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

org.springframework.integration-tests/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<groupId>org.springframework</groupId>
77
<artifactId>spring-integration-tests</artifactId>
88
<packaging>jar</packaging>
9-
<version>3.1.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.4.BUILD-SNAPSHOT</version>
14+
<version>3.1.4.RELEASE</version>
1515
</parent>
1616
<licenses>
1717
<license>

org.springframework.jdbc/pom.xml

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

org.springframework.jms/pom.xml

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

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.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.4.BUILD-SNAPSHOT</version>
14+
<version>3.1.4.RELEASE</version>
1515
</parent>
1616
<licenses>
1717
<license>

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.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.4.BUILD-SNAPSHOT</version>
14+
<version>3.1.4.RELEASE</version>
1515
</parent>
1616
<licenses>
1717
<license>

org.springframework.spring-library/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.springframework</groupId>
77
<artifactId>spring-library</artifactId>
88
<packaging>libd</packaging>
9-
<version>3.1.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<name>Spring Framework</name>
1111
<description>Spring is a layered Java/J2EE application platform, based on code published in Expert
1212
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
@@ -6,7 +6,7 @@
66
<artifactId>spring-parent</artifactId>
77
<packaging>pom</packaging>
88
<name>Spring Framework - Parent</name>
9-
<version>3.1.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<description>Spring Framework Parent</description>
1111
<scm>
1212
<url>https://fisheye.springframework.org/browse/spring-framework</url>

org.springframework.test/pom.xml

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

org.springframework.transaction/pom.xml

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

org.springframework.web.portlet/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-portlet</artifactId>
88
<packaging>jar</packaging>
9-
<version>3.1.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.4.BUILD-SNAPSHOT</version>
14+
<version>3.1.4.RELEASE</version>
1515
</parent>
1616
<licenses>
1717
<license>

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.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.4.BUILD-SNAPSHOT</version>
14+
<version>3.1.4.RELEASE</version>
1515
</parent>
1616
<licenses>
1717
<license>

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.4.BUILD-SNAPSHOT</version>
9+
<version>3.1.4.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.1.4.BUILD-SNAPSHOT</version>
14+
<version>3.1.4.RELEASE</version>
1515
</parent>
1616
<licenses>
1717
<license>

org.springframework.web/pom.xml

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

0 commit comments

Comments
 (0)