Skip to content

Commit 0206845

Browse files
committed
Spring 3.0.5
1 parent a37a9e8 commit 0206845

File tree

24 files changed

+47
-47
lines changed

24 files changed

+47
-47
lines changed

build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spring.osgi.range="${spring.osgi.range.nq}"
55
aj.osgi.range="[1.5.4, 2.0.0)"
66

77
#
8-
release.type=integration
8+
#release.type=integration
99
natural.name=spring-framework
1010
project.name=Spring Framework
1111
project.key=SPR
@@ -18,8 +18,8 @@ test.vm.args=-Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
1818
compiler.args=-enableJavadoc -warn:none
1919

2020
# For when releasing
21-
#release.type=release
22-
#build.stamp=RELEASE
21+
release.type=release
22+
build.stamp=RELEASE
2323

2424
# For when releasing milestones
2525
#release.type=milestone

org.springframework.aop/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.5.BUILD-SNAPSHOT</version>
7+
<version>3.0.5.RELEASE</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.5.BUILD-SNAPSHOT</version>
12+
<version>3.0.5.RELEASE</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.asm/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.5.BUILD-SNAPSHOT</version>
7+
<version>3.0.5.RELEASE</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.5.BUILD-SNAPSHOT</version>
12+
<version>3.0.5.RELEASE</version>
1313
</parent>
1414

1515

org.springframework.aspects/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.5.BUILD-SNAPSHOT</version>
7+
<version>3.0.5.RELEASE</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.5.BUILD-SNAPSHOT</version>
12+
<version>3.0.5.RELEASE</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.beans/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.5.BUILD-SNAPSHOT</version>
7+
<version>3.0.5.RELEASE</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.5.BUILD-SNAPSHOT</version>
12+
<version>3.0.5.RELEASE</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.context.support/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.5.BUILD-SNAPSHOT</version>
7+
<version>3.0.5.RELEASE</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.5.BUILD-SNAPSHOT</version>
12+
<version>3.0.5.RELEASE</version>
1313
</parent>
1414

1515

org.springframework.context/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.5.BUILD-SNAPSHOT</version>
9+
<version>3.0.5.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.0.5.BUILD-SNAPSHOT</version>
14+
<version>3.0.5.RELEASE</version>
1515
</parent>
1616

1717
<dependencies>

org.springframework.core/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.5.BUILD-SNAPSHOT</version>
9+
<version>3.0.5.RELEASE</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.0.5.BUILD-SNAPSHOT</version>
14+
<version>3.0.5.RELEASE</version>
1515
</parent>
1616

1717
<dependencies>

org.springframework.expression/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.5.BUILD-SNAPSHOT</version>
7+
<version>3.0.5.RELEASE</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.5.BUILD-SNAPSHOT</version>
12+
<version>3.0.5.RELEASE</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.instrument.tomcat/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.5.BUILD-SNAPSHOT</version>
7+
<version>3.0.5.RELEASE</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.5.BUILD-SNAPSHOT</version>
12+
<version>3.0.5.RELEASE</version>
1313
</parent>
1414

1515
<dependencies>

0 commit comments

Comments
 (0)