diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 9fc8fd04b..7f43dd60c 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -18,7 +18,7 @@ org.springframework.batch org.springframework.batch - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 .. diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index 1f41c353b..112e1aebe 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -1,9 +1,8 @@ - + 4.0.0 org.springframework.batch org.springframework.batch.archetype.simple.cli - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 jar Commandline http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype diff --git a/build-central/pom.xml b/build-central/pom.xml index 668c45578..567bdaf4c 100644 --- a/build-central/pom.xml +++ b/build-central/pom.xml @@ -1,5 +1,4 @@ - + 4.0.0 org.springframework.batch.build.central @@ -12,7 +11,7 @@ Spring Batch Maven Central Build - used to build Maven artifacts for the central org.springframework.batch org.springframework.batch - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 .. diff --git a/pom.xml b/pom.xml index 0ea9fcb12..76572be60 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,4 @@ - - + 4.0.0 org.springframework.batch org.springframework.batch @@ -9,7 +7,7 @@ - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 pom spring-batch-parent @@ -23,9 +21,9 @@ http://www.springsource.com - https://fisheye.springframework.org/browse/spring-batch - scm:svn:https://src.springframework.org/svn/spring-batch/trunk - scm:svn:https://src.springframework.org/svn/spring-batch/trunk + https://fisheye.springframework.org/browse/spring-batch/tags/2.0.0.RC1 + scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.0.0.RC1 + scm:svn:https://src.springframework.org/svn/spring-batch/tags/2.0.0.RC1 JIRA @@ -140,8 +138,7 @@ src/site/docbook/reference/ src/docbkx/resources/images/ - + pre-site @@ -197,7 +194,7 @@ index.xml false - + css/html.css ${basedir}/src/site/docbook/reference ${basedir}/src/docbkx/resources/xsl/fopdf.xsl @@ -616,4 +613,4 @@ - + \ No newline at end of file diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 9e40e8b6d..b67d1811b 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -1,5 +1,4 @@ - + 4.0.0 org.springframework.batch.core @@ -13,7 +12,7 @@ org.springframework.batch org.springframework.batch.parent - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 ../spring-batch-parent @@ -163,8 +162,7 @@ Reference script for HSQLDB - N.B. not under source control, but packagaed in jar. --> - + @@ -181,8 +179,7 @@ Reference script for DB2 - N.B. not under source control, but packagaed in jar. --> - + @@ -199,8 +196,7 @@ Reference script for Derby - N.B. not under source control, but packagaed in jar. --> - + @@ -217,8 +213,7 @@ Reference script for Oracle - N.B. not under source control, but packagaed in jar. --> - + @@ -235,8 +230,7 @@ Reference script for PostgreSQL - N.B. not under source control, but packagaed in jar. --> - + @@ -253,8 +247,7 @@ Reference script for MySQL - N.B. not under source control, but packaged in jar. --> - + @@ -271,8 +264,7 @@ Reference script for MS SQLServer - N.B. not under source control, but packaged in jar. --> - + @@ -289,8 +281,7 @@ Reference script for Sybase - N.B. not under source control, but packaged in jar. --> - + diff --git a/spring-batch-infrastructure-tests/pom.xml b/spring-batch-infrastructure-tests/pom.xml index 57738b8c7..20c62d924 100644 --- a/spring-batch-infrastructure-tests/pom.xml +++ b/spring-batch-infrastructure-tests/pom.xml @@ -1,5 +1,4 @@ - + 4.0.0 org.springframework.batch.infrastructure.tests jar @@ -8,7 +7,7 @@ org.springframework.batch org.springframework.batch.parent - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 ../spring-batch-parent diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index de2191a83..05a334744 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -1,5 +1,4 @@ - + 4.0.0 org.springframework.batch.infrastructure jar @@ -11,7 +10,7 @@ org.springframework.batch org.springframework.batch.parent - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 ../spring-batch-parent diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index 1f18afb07..7e69dec98 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -1,13 +1,12 @@ - + 4.0.0 org.springframework.batch.integration Enterprise Integration org.springframework.batch org.springframework.batch.parent - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 ../spring-batch-parent diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml index f6c1914ae..6a3cf3123 100644 --- a/spring-batch-parent/pom.xml +++ b/spring-batch-parent/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.springframework.batch org.springframework.batch.parent - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 Spring Batch Parent Spring Batch parent project. Defines dependencies and common configuration for the diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 5b1c180d8..0a8d3befc 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -1,5 +1,4 @@ - + 4.0.0 org.springframework.batch.samples jar @@ -11,7 +10,7 @@ org.springframework.batch org.springframework.batch.parent - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 ../spring-batch-parent @@ -242,8 +241,7 @@ Reference script for HSQLDB - N.B. not under source control, but packagaed in jar. --> - + @@ -260,8 +258,7 @@ Reference script for DB2 - N.B. not under source control, but packagaed in jar. --> - + @@ -278,8 +275,7 @@ Reference script for Derby - N.B. not under source control, but packagaed in jar. --> - + @@ -296,8 +292,7 @@ Reference script for Oracle - N.B. not under source control, but packagaed in jar. --> - + @@ -314,8 +309,7 @@ Reference script for PostgreSQL - N.B. not under source control, but packagaed in jar. --> - + @@ -332,8 +326,7 @@ Reference script for MySQL - N.B. not under source control, but packaged in jar. --> - + @@ -350,8 +343,7 @@ Reference script for MS SQLServer - N.B. not under source control, but packaged in jar. --> - + @@ -368,8 +360,7 @@ Reference script for Sybase - N.B. not under source control, but packaged in jar. --> - + diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml index 1712019e6..546b416dd 100755 --- a/spring-batch-test/pom.xml +++ b/spring-batch-test/pom.xml @@ -1,6 +1,4 @@ - - + 4.0.0 org.springframework.batch.test @@ -11,7 +9,7 @@ org.springframework.batch org.springframework.batch.parent - 2.0.0.CI-SNAPSHOT + 2.0.0.RC1 ../spring-batch-parent @@ -45,7 +43,7 @@ org.springframework org.springframework.test - + compile