diff --git a/build-spring-framework/pom.xml b/build-spring-framework/pom.xml
index 90070945dcc..fc0b8e9b9f9 100644
--- a/build-spring-framework/pom.xml
+++ b/build-spring-framework/pom.xml
@@ -14,7 +14,7 @@
org.springframework
spring
pom
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
Spring Framework
Spring is a layered Java/J2EE application platform, based on code published in Expert
One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002).
diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt
index 077112ca4f3..f99e74dcd8b 100644
--- a/build-spring-framework/resources/readme.txt
+++ b/build-spring-framework/resources/readme.txt
@@ -4,7 +4,7 @@ http://www.springframework.org
1. INTRODUCTION
-Spring Framework 3.0 is the next generation of the Spring: fully Java 5 based,
+Spring Framework 3.0 is the next generation of Spring: fully Java 5 based,
EL enabled, REST enabled, and with support for JSR-330 (Dependency Injection)
and JSR-303 (Bean Validation).
diff --git a/build.properties b/build.properties
index c8ff4b5d3f4..2e13cdd62dd 100644
--- a/build.properties
+++ b/build.properties
@@ -1,5 +1,6 @@
version=3.0.0
-release.type=integration
+release.type=release
+build.stamp=RELEASE
natural.name=spring-framework
project.name=Spring Framework
project.key=SPR
diff --git a/org.springframework.aop/pom.xml b/org.springframework.aop/pom.xml
index 5433aef5765..d669c1da0e4 100644
--- a/org.springframework.aop/pom.xml
+++ b/org.springframework.aop/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-aop
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.asm/pom.xml b/org.springframework.asm/pom.xml
index 36d4412917d..2c07c766f81 100644
--- a/org.springframework.asm/pom.xml
+++ b/org.springframework.asm/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-asm
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml
index e4fd535b598..a1909bad5ed 100644
--- a/org.springframework.aspects/pom.xml
+++ b/org.springframework.aspects/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-aspects
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.beans/pom.xml b/org.springframework.beans/pom.xml
index b969b59e0a7..d5eee0ac61f 100644
--- a/org.springframework.beans/pom.xml
+++ b/org.springframework.beans/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-beans
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.context.support/pom.xml b/org.springframework.context.support/pom.xml
index 55b12cafbbf..a0f7fded2b9 100644
--- a/org.springframework.context.support/pom.xml
+++ b/org.springframework.context.support/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-context-support
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml
index b38b9edab47..9360923e1cd 100644
--- a/org.springframework.context/pom.xml
+++ b/org.springframework.context/pom.xml
@@ -6,12 +6,12 @@
org.springframework
spring-context
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.core/pom.xml b/org.springframework.core/pom.xml
index 786b86b2dc1..57caac0d4da 100644
--- a/org.springframework.core/pom.xml
+++ b/org.springframework.core/pom.xml
@@ -6,12 +6,12 @@
org.springframework
spring-core
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.expression/pom.xml b/org.springframework.expression/pom.xml
index e0a6ff64fcc..0c27627d422 100644
--- a/org.springframework.expression/pom.xml
+++ b/org.springframework.expression/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-expression
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.instrument.tomcat/pom.xml b/org.springframework.instrument.tomcat/pom.xml
index a0495944cc0..f531f124b62 100644
--- a/org.springframework.instrument.tomcat/pom.xml
+++ b/org.springframework.instrument.tomcat/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-instrument-tomcat
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.instrument/pom.xml b/org.springframework.instrument/pom.xml
index 14f69b1761c..3e10793efbe 100644
--- a/org.springframework.instrument/pom.xml
+++ b/org.springframework.instrument/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-instrument
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.integration-tests/pom.xml b/org.springframework.integration-tests/pom.xml
index 5d8cec65188..1c6b0d47956 100644
--- a/org.springframework.integration-tests/pom.xml
+++ b/org.springframework.integration-tests/pom.xml
@@ -4,7 +4,7 @@
org.springframework
spring-integration-tests
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
com.caucho
diff --git a/org.springframework.jdbc/pom.xml b/org.springframework.jdbc/pom.xml
index aae259a0297..3347d188840 100644
--- a/org.springframework.jdbc/pom.xml
+++ b/org.springframework.jdbc/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-jdbc
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.jms/pom.xml b/org.springframework.jms/pom.xml
index 209bdedcc9e..ffc607fb86f 100644
--- a/org.springframework.jms/pom.xml
+++ b/org.springframework.jms/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-jms
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
@@ -57,37 +57,37 @@
org.springframework
spring-aop
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
compile
org.springframework
spring-beans
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
compile
org.springframework
spring-context
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
compile
org.springframework
spring-core
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
compile
org.springframework
spring-oxm
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
true
org.springframework
spring-tx
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
true
diff --git a/org.springframework.orm/pom.xml b/org.springframework.orm/pom.xml
index 1aa9c43d6df..12c6c22dc66 100644
--- a/org.springframework.orm/pom.xml
+++ b/org.springframework.orm/pom.xml
@@ -6,12 +6,12 @@
org.springframework
spring-orm
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.oxm/pom.xml b/org.springframework.oxm/pom.xml
index ed19a01b8f7..914c51fa4d3 100644
--- a/org.springframework.oxm/pom.xml
+++ b/org.springframework.oxm/pom.xml
@@ -6,12 +6,12 @@
org.springframework
spring-oxm
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.spring-library/pom.xml b/org.springframework.spring-library/pom.xml
index c416fc871e5..b5fc8d44ff3 100644
--- a/org.springframework.spring-library/pom.xml
+++ b/org.springframework.spring-library/pom.xml
@@ -14,7 +14,7 @@
org.springframework
spring-library
libd
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
Spring Framework
Spring is a layered Java/J2EE application platform, based on code published in Expert
One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002).
diff --git a/org.springframework.spring-parent/pom.xml b/org.springframework.spring-parent/pom.xml
index 234c28c2df2..e98f4b5aadb 100644
--- a/org.springframework.spring-parent/pom.xml
+++ b/org.springframework.spring-parent/pom.xml
@@ -14,7 +14,7 @@
spring-parent
pom
Spring Framework - Parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
Spring Framework Parent
https://fisheye.springframework.org/browse/spring-framework
@@ -137,7 +137,7 @@
spring-milestone
Spring Milestone Repository
- s3://maven.springframework.org/milestone
+ s3://maven.springframework.org/release
spring-snapshot
diff --git a/org.springframework.test/pom.xml b/org.springframework.test/pom.xml
index 332939c8b64..07e6263108f 100644
--- a/org.springframework.test/pom.xml
+++ b/org.springframework.test/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-test
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.transaction/pom.xml b/org.springframework.transaction/pom.xml
index e0f4cb80cfb..d3488300841 100644
--- a/org.springframework.transaction/pom.xml
+++ b/org.springframework.transaction/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-tx
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.web.portlet/pom.xml b/org.springframework.web.portlet/pom.xml
index 3bae18fbf4d..1ac92faf588 100644
--- a/org.springframework.web.portlet/pom.xml
+++ b/org.springframework.web.portlet/pom.xml
@@ -4,12 +4,12 @@
org.springframework
spring-webmvc-portlet
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.web.servlet/pom.xml b/org.springframework.web.servlet/pom.xml
index 6c3bcd5756b..c4131b2a12b 100644
--- a/org.springframework.web.servlet/pom.xml
+++ b/org.springframework.web.servlet/pom.xml
@@ -6,12 +6,12 @@
org.springframework
spring-webmvc
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.web.struts/pom.xml b/org.springframework.web.struts/pom.xml
index 08e06e3f214..f2aacdb3fde 100644
--- a/org.springframework.web.struts/pom.xml
+++ b/org.springframework.web.struts/pom.xml
@@ -6,12 +6,12 @@
org.springframework
spring-struts
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
diff --git a/org.springframework.web/pom.xml b/org.springframework.web/pom.xml
index a266a782d3b..74b26549770 100644
--- a/org.springframework.web/pom.xml
+++ b/org.springframework.web/pom.xml
@@ -6,12 +6,12 @@
org.springframework
spring-web
jar
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE
org.springframework
spring-parent
../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RELEASE