diff --git a/core/pom.xml b/core/pom.xml
index b9da65f75..f2fb37064 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -12,7 +12,7 @@
org.springframework.batch
spring-batch-parent
- 1.0.0-m3-SNAPSHOT
+ 1.0.0-m3
../parent
diff --git a/docs/pom.xml b/docs/pom.xml
index f05d6fdb1..b7904d43d 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -9,7 +9,7 @@
org.springframework.batch
spring-batch-parent
- 1.0.0-m3-SNAPSHOT
+ 1.0.0-m3
../parent
diff --git a/execution/pom.xml b/execution/pom.xml
index 06ed8d3bb..350435c1b 100644
--- a/execution/pom.xml
+++ b/execution/pom.xml
@@ -12,7 +12,7 @@
org.springframework.batch
spring-batch-parent
- 1.0.0-m3-SNAPSHOT
+ 1.0.0-m3
../parent
diff --git a/infrastructure/pom.xml b/infrastructure/pom.xml
index 2bc337ef9..0a1c05c44 100644
--- a/infrastructure/pom.xml
+++ b/infrastructure/pom.xml
@@ -1,196 +1,194 @@
-
-
- 4.0.0
- spring-batch-infrastructure
- jar
- Infrastructure
-
-
-
-
-
-
- org.springframework.batch
- spring-batch-parent
- 1.0.0-m3-SNAPSHOT
- ../parent
-
-
-
-
- junit
- junit
-
-
- aspectj
- aspectjrt
- test
-
-
- aspectj
- aspectjweaver
- test
-
-
- cglib
- cglib-nodep
- test
-
-
- backport-util-concurrent
- backport-util-concurrent
- true
-
-
-
- org.apache.geronimo.specs
- geronimo-jms_1.1_spec
- 1.0
- provided
-
-
- mockobjects
- mockobjects-jdk1.4-j2ee1.3
-
-
- mockobjects
- mockobjects-core
-
-
-
-
- commons-logging
- commons-logging
-
-
- commons-lang
- commons-lang
-
-
- commons-io
- commons-io
- test
-
-
- hsqldb
- hsqldb
- test
-
-
- easymock
- easymock
-
-
- com.thoughtworks.xstream
- xstream
- true
-
-
- stax
- stax
- true
-
-
- org.springframework.ws
- spring-oxm
- 1.0.0
- true
-
-
- org.springframework
- spring-beans
-
-
- org.springframework
- spring-core
-
-
-
-
- org.hibernate
- hibernate
- true
-
-
-
- org.apache.geronimo.specs
- geronimo-jta_1.1_spec
- 1.1
- provided
-
-
-
- cglib
- cglib-nodep
- true
-
-
- org.apache.ibatis
- ibatis-sqlmap
- 2.3.0
- true
-
-
-
- org.springframework
- spring-aop
-
-
- org.springframework
- spring-core
-
-
- org.springframework
- spring-jdbc
-
-
- org.springframework
- spring-jms
-
-
- org.springframework
- spring-orm
-
-
- org.springframework
- spring-test
- test
-
-
- org.springframework
- spring-tx
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-clover-plugin
-
- ${basedir}/src/test/resources/clover.license
-
-
-
- pre-site
-
- instrument
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-clover-plugin
-
-
-
-
-
+
+
+ 4.0.0
+ spring-batch-infrastructure
+ jar
+ Infrastructure
+
+
+
+
+
+
+ org.springframework.batch
+ spring-batch-parent
+ 1.0.0-m3
+ ../parent
+
+
+
+
+ junit
+ junit
+
+
+ aspectj
+ aspectjrt
+ test
+
+
+ aspectj
+ aspectjweaver
+ test
+
+
+ cglib
+ cglib-nodep
+ test
+
+
+ backport-util-concurrent
+ backport-util-concurrent
+ true
+
+
+
+ org.apache.geronimo.specs
+ geronimo-jms_1.1_spec
+ 1.0
+ provided
+
+
+ mockobjects
+ mockobjects-jdk1.4-j2ee1.3
+
+
+ mockobjects
+ mockobjects-core
+
+
+
+
+ commons-logging
+ commons-logging
+
+
+ commons-lang
+ commons-lang
+
+
+ commons-io
+ commons-io
+ test
+
+
+ hsqldb
+ hsqldb
+ test
+
+
+ easymock
+ easymock
+
+
+ com.thoughtworks.xstream
+ xstream
+ true
+
+
+ stax
+ stax
+ true
+
+
+ org.springframework.ws
+ spring-oxm
+ 1.0.0
+ true
+
+
+ org.springframework
+ spring-beans
+
+
+ org.springframework
+ spring-core
+
+
+
+
+ org.hibernate
+ hibernate
+ true
+
+
+
+ org.apache.geronimo.specs
+ geronimo-jta_1.1_spec
+ 1.1
+ provided
+
+
+
+ cglib
+ cglib-nodep
+ true
+
+
+ org.apache.ibatis
+ ibatis-sqlmap
+ 2.3.0
+ true
+
+
+
+ org.springframework
+ spring-aop
+
+
+ org.springframework
+ spring-core
+
+
+ org.springframework
+ spring-jdbc
+
+
+ org.springframework
+ spring-jms
+
+
+ org.springframework
+ spring-orm
+
+
+ org.springframework
+ spring-test
+ test
+
+
+ org.springframework
+ spring-tx
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-clover-plugin
+
+ ${basedir}/src/test/resources/clover.license
+
+
+
+ pre-site
+
+ instrument
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-clover-plugin
+
+
+
+
+
\ No newline at end of file
diff --git a/integration/pom.xml b/integration/pom.xml
index 675a7c9da..0a53fb276 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -1,163 +1,161 @@
-
-
- 4.0.0
- spring-batch-integration
- jar
- Integration Tests
-
- Integration tests for the Spring Batch Infrastructure
-
-
-
- org.springframework.batch
- 1.0.0-m3-SNAPSHOT
- spring-batch-parent
- ../parent
-
-
-
-
- true
-
-
-
-
- org.springframework.batch
- spring-batch-infrastructure
- ${project.version}
-
-
- hsqldb
- hsqldb
- test
-
-
- commons-io
- commons-io
-
-
- org.apache.derby
- derby
- 10.2.1.6
-
-
- org.apache.activemq
- activemq-core
- 5.0-SNAPSHOT-10
-
-
- commons-logging
- commons-logging
-
-
- mx4j
- mx4j
-
-
- org.apache.geronimo.specs
-
- geronimo-j2ee-management_1.0_spec
-
-
-
- test
-
-
- junit
- junit
-
-
- easymock
- easymock
-
-
-
- org.apache.geronimo.specs
- geronimo-jms_1.1_spec
- 1.0
-
-
- mockobjects
- mockobjects-jdk1.4-j2ee1.3
-
-
- mockobjects
- mockobjects-core
-
-
-
-
- org.apache.geronimo.specs
- geronimo-j2ee-management_1.1_spec
- 1.0-M1
-
-
- xmlunit
- xmlunit
- 1.1
- test
- true
-
-
- org.springframework.ws
- spring-oxm
- 1.0.0
- test
- true
-
-
- org.springframework
- spring-beans
-
-
- org.springframework
- spring-core
-
-
-
-
- org.codehaus.castor
- castor
- 1.1.2
- test
-
-
- xerces
- xerces
-
-
- true
-
-
- xerces
- xercesImpl
- 2.4.0
- true
-
-
- stax
- stax
- true
-
-
- com.thoughtworks.xstream
- xstream
- 1.2.1
- true
-
-
-
- org.springframework
- spring-jms
-
-
- org.springframework
- spring-test
- test
-
-
-
-
+
+
+ 4.0.0
+ spring-batch-integration
+ jar
+ Integration Tests
+
+ Integration tests for the Spring Batch Infrastructure
+
+
+
+ org.springframework.batch
+ 1.0.0-m3
+ spring-batch-parent
+ ../parent
+
+
+
+
+ true
+
+
+
+
+ org.springframework.batch
+ spring-batch-infrastructure
+ ${project.version}
+
+
+ hsqldb
+ hsqldb
+ test
+
+
+ commons-io
+ commons-io
+
+
+ org.apache.derby
+ derby
+ 10.2.1.6
+
+
+ org.apache.activemq
+ activemq-core
+ 5.0-SNAPSHOT-10
+
+
+ commons-logging
+ commons-logging
+
+
+ mx4j
+ mx4j
+
+
+ org.apache.geronimo.specs
+
+ geronimo-j2ee-management_1.0_spec
+
+
+
+ test
+
+
+ junit
+ junit
+
+
+ easymock
+ easymock
+
+
+
+ org.apache.geronimo.specs
+ geronimo-jms_1.1_spec
+ 1.0
+
+
+ mockobjects
+ mockobjects-jdk1.4-j2ee1.3
+
+
+ mockobjects
+ mockobjects-core
+
+
+
+
+ org.apache.geronimo.specs
+ geronimo-j2ee-management_1.1_spec
+ 1.0-M1
+
+
+ xmlunit
+ xmlunit
+ 1.1
+ test
+ true
+
+
+ org.springframework.ws
+ spring-oxm
+ 1.0.0
+ test
+ true
+
+
+ org.springframework
+ spring-beans
+
+
+ org.springframework
+ spring-core
+
+
+
+
+ org.codehaus.castor
+ castor
+ 1.1.2
+ test
+
+
+ xerces
+ xerces
+
+
+ true
+
+
+ xerces
+ xercesImpl
+ 2.4.0
+ true
+
+
+ stax
+ stax
+ true
+
+
+ com.thoughtworks.xstream
+ xstream
+ 1.2.1
+ true
+
+
+
+ org.springframework
+ spring-jms
+
+
+ org.springframework
+ spring-test
+ test
+
+
+
+
\ No newline at end of file
diff --git a/parent/pom.xml b/parent/pom.xml
index e541ba9c0..eed28b6e6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -8,7 +8,7 @@
- 1.0.0-m3-SNAPSHOT
+ 1.0.0-m3
pom
http://www.springframework.org/spring-batch
@@ -16,9 +16,9 @@
http://www.springsource.com
- http://fisheye3.cenqua.com/browse/springframework/spring-batch/trunk
- scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk
- scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk
+ http://fisheye3.cenqua.com/browse/springframework/spring-batch/tags/spring-batch-1.0.0-m3
+ scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.0-m3
+ scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.0-m3
JIRA
diff --git a/pom.xml b/pom.xml
index 5d77dbf42..24aefa409 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,199 +1,199 @@
-
-
- 4.0.0
- org.springframework.batch
- spring-batch
- Spring Batch
-
-
-
-
- 1.0.0-m3-SNAPSHOT
- pom
- http://www.springframework.org/spring-batch
-
- SpringSource
- http://www.springsource.com
-
-
- http://fisheye3.cenqua.com/browse/springframework/spring-batch/trunk
- scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk
- scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk
-
-
- JIRA
- http://opensource.atlassian.com/projects/spring/browse/BATCH
-
-
-
- Spring Batch Forum
- http://forum.springframework.org/forumdisplay.php?f=41
- http://forum.springframework.org/forumdisplay.php?f=41
-
-
- http://lists.interface21.com/listmanager/listinfo/spring-batch-announce
- http://lists.interface21.com/listmanager/listinfo/spring-batch-announce
- Spring Batch Announce
- http://lists.interface21.com/archives/spring-batch-announce
-
-
-
- Bamboo
- https://build.springframework.org/bamboo/browse/BATCH
-
-
-
- Apache 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
-
-
-
-
- parent
- infrastructure
- core
- execution
- samples
- integration
- docs
-
-
-
-
- default
-
- true
-
-
-
- deployment
-
-
- static.springframework.org
- scp://static.springframework.org:/var/www/domains/springframework.org/static/htdocs/spring-batch
-
-
-
-
- strict
-
- false
-
-
-
- fast
-
- true
-
-
-
- snapshots
-
-
- apache-snapshots
-
- http://people.apache.org/maven-snapshot-repository
-
-
-
-
-
-
-
- http://www.springframework.org/download
-
- staging
- file:///${user.dir}/target/staging
-
-
- spring-milestone
- Spring Milestone Repository
- s3://maven.springframework.org/milestone
-
-
- spring-snapshot
- Spring Snapshot Repository
- s3://maven.springframework.org/snapshot
-
-
-
-
-
-
- org.springframework.aws
- spring-aws-maven
- 1.2
-
-
-
-
- maven-assembly-plugin
-
-
- zip-files
- package
-
- single
-
- false
-
-
- src/assembly/no-dependencies.xml
- src/assembly/with-dependencies.xml
-
-
-
-
-
-
-
-
-
-
- spring-milestone
- Spring Portfolio Milestone Repository
- http://s3.amazonaws.com/maven.springframework.org/milestone
-
-
- spring-external
- Spring Portfolio Milestone Repository
- http://s3.amazonaws.com/maven.springframework.org/external
-
-
- apache-snapshot
- Apache Foundation Snapshot Repository
- http://people.apache.org/maven-snapshot-repository
-
-
-
-
-
- spring-external
- Spring Portfolio Milestone Repository
- http://s3.amazonaws.com/maven.springframework.org/external
-
-
- objectstyle
- http://objectstyle.org/maven2
-
-
-
-
-
- dsyer
- Dave Syer
- david.syer@springsource.com
-
-
- nebhale
- Ben Hale
- ben.hale@springsource.com
-
-
- lward
- Lucas Ward
- lucas.l.ward@accenture.com
-
-
-
-
+
+
+ 4.0.0
+ org.springframework.batch
+ spring-batch
+ Spring Batch
+
+
+
+
+ 1.0.0-m3
+ pom
+ http://www.springframework.org/spring-batch
+
+ SpringSource
+ http://www.springsource.com
+
+
+ http://fisheye3.cenqua.com/browse/springframework/spring-batch/tags/spring-batch-1.0.0-m3
+ scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.0-m3
+ scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.0-m3
+
+
+ JIRA
+ http://opensource.atlassian.com/projects/spring/browse/BATCH
+
+
+
+ Spring Batch Forum
+ http://forum.springframework.org/forumdisplay.php?f=41
+ http://forum.springframework.org/forumdisplay.php?f=41
+
+
+ http://lists.interface21.com/listmanager/listinfo/spring-batch-announce
+ http://lists.interface21.com/listmanager/listinfo/spring-batch-announce
+ Spring Batch Announce
+ http://lists.interface21.com/archives/spring-batch-announce
+
+
+
+ Bamboo
+ https://build.springframework.org/bamboo/browse/BATCH
+
+
+
+ Apache 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+ parent
+ infrastructure
+ core
+ execution
+ samples
+ integration
+ docs
+
+
+
+
+ default
+
+ true
+
+
+
+ deployment
+
+
+ static.springframework.org
+ scp://static.springframework.org:/var/www/domains/springframework.org/static/htdocs/spring-batch
+
+
+
+
+ strict
+
+ false
+
+
+
+ fast
+
+ true
+
+
+
+ snapshots
+
+
+ apache-snapshots
+
+ http://people.apache.org/maven-snapshot-repository
+
+
+
+
+
+
+
+ http://www.springframework.org/download
+
+ staging
+ file:///${user.dir}/target/staging
+
+
+ spring-milestone
+ Spring Milestone Repository
+ s3://maven.springframework.org/milestone
+
+
+ spring-snapshot
+ Spring Snapshot Repository
+ s3://maven.springframework.org/snapshot
+
+
+
+
+
+
+ org.springframework.aws
+ spring-aws-maven
+ 1.2
+
+
+
+
+ maven-assembly-plugin
+
+
+ zip-files
+ package
+
+ single
+
+ false
+
+
+ src/assembly/no-dependencies.xml
+ src/assembly/with-dependencies.xml
+
+
+
+
+
+
+
+
+
+
+ spring-milestone
+ Spring Portfolio Milestone Repository
+ http://s3.amazonaws.com/maven.springframework.org/milestone
+
+
+ spring-external
+ Spring Portfolio Milestone Repository
+ http://s3.amazonaws.com/maven.springframework.org/external
+
+
+ apache-snapshot
+ Apache Foundation Snapshot Repository
+ http://people.apache.org/maven-snapshot-repository
+
+
+
+
+
+ spring-external
+ Spring Portfolio Milestone Repository
+ http://s3.amazonaws.com/maven.springframework.org/external
+
+
+ objectstyle
+ http://objectstyle.org/maven2
+
+
+
+
+
+ dsyer
+ Dave Syer
+ david.syer@springsource.com
+
+
+ nebhale
+ Ben Hale
+ ben.hale@springsource.com
+
+
+ lward
+ Lucas Ward
+ lucas.l.ward@accenture.com
+
+
+
+
\ No newline at end of file
diff --git a/samples/pom.xml b/samples/pom.xml
index f78bad5b6..ea2a86e66 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -1,196 +1,196 @@
-
- 4.0.0
- spring-batch-samples
- jar
- Samples
-
- Example batch jobs using Spring Batch Core and Execution.
-
-
-
- org.springframework.batch
- spring-batch-parent
- 1.0.0-m3-SNAPSHOT
- ../parent
-
-
-
-
- org.springframework.batch
- spring-batch-execution
- ${project.version}
-
-
- aspectj
- aspectjrt
-
-
- junit
- junit
-
-
- org.springmodules
- spring-modules-validation
- 0.8
-
-
- rhino
- js
-
-
- commons-validator
- commons-validator
-
-
- org.springframework
- spring
-
-
-
-
- quartz
- quartz
- 1.5.1
-
-
- asm
- asm-all
- 2.2.3
- test
-
-
- aspectj
- aspectjweaver
- test
-
-
- hsqldb
- hsqldb
- test
-
-
- commons-io
- commons-io
- test
-
-
- commons-dbcp
- commons-dbcp
- test
-
-
- org.springframework.ws
- spring-oxm
- 1.0.0
- true
-
-
- org.springframework
- spring-beans
-
-
- org.springframework
- spring-core
-
-
-
-
- geronimo-spec
- geronimo-spec-j2ee
- 1.4-rc4
- test
-
-
- easymock
- easymock
-
-
-
- cglib
- cglib-nodep
- test
-
-
-
- com.thoughtworks.xstream
- xstream
- test
-
-
-
- stax
- stax
- test
-
-
- xmlunit
- xmlunit
- test
- 1.1
-
-
- org.hibernate
- hibernate
- true
-
-
-
- org.apache.geronimo.specs
- geronimo-jta_1.1_spec
- 1.1
- provided
-
-
-
- cglib
- cglib-nodep
- true
-
-
- backport-util-concurrent
- backport-util-concurrent
- true
-
-
- org.apache.ibatis
- ibatis-sqlmap
- 2.3.0
- true
-
-
-
- org.springframework
- spring-core
-
-
- org.springframework
- spring-test
- test
-
-
- org.springframework
- spring-web
- test
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.3
-
-
-
- **/*Tests.java
-
-
- **/Abstract*.java
- **/NflJobFunctionalTests.java
-
-
-
-
-
+
+ 4.0.0
+ spring-batch-samples
+ jar
+ Samples
+
+ Example batch jobs using Spring Batch Core and Execution.
+
+
+
+ org.springframework.batch
+ spring-batch-parent
+ 1.0.0-m3
+ ../parent
+
+
+
+
+ org.springframework.batch
+ spring-batch-execution
+ ${project.version}
+
+
+ aspectj
+ aspectjrt
+
+
+ junit
+ junit
+
+
+ org.springmodules
+ spring-modules-validation
+ 0.8
+
+
+ rhino
+ js
+
+
+ commons-validator
+ commons-validator
+
+
+ org.springframework
+ spring
+
+
+
+
+ quartz
+ quartz
+ 1.5.1
+
+
+ asm
+ asm-all
+ 2.2.3
+ test
+
+
+ aspectj
+ aspectjweaver
+ test
+
+
+ hsqldb
+ hsqldb
+ test
+
+
+ commons-io
+ commons-io
+ test
+
+
+ commons-dbcp
+ commons-dbcp
+ test
+
+
+ org.springframework.ws
+ spring-oxm
+ 1.0.0
+ true
+
+
+ org.springframework
+ spring-beans
+
+
+ org.springframework
+ spring-core
+
+
+
+
+ geronimo-spec
+ geronimo-spec-j2ee
+ 1.4-rc4
+ test
+
+
+ easymock
+ easymock
+
+
+
+ cglib
+ cglib-nodep
+ test
+
+
+
+ com.thoughtworks.xstream
+ xstream
+ test
+
+
+
+ stax
+ stax
+ test
+
+
+ xmlunit
+ xmlunit
+ test
+ 1.1
+
+
+ org.hibernate
+ hibernate
+ true
+
+
+
+ org.apache.geronimo.specs
+ geronimo-jta_1.1_spec
+ 1.1
+ provided
+
+
+
+ cglib
+ cglib-nodep
+ true
+
+
+ backport-util-concurrent
+ backport-util-concurrent
+ true
+
+
+ org.apache.ibatis
+ ibatis-sqlmap
+ 2.3.0
+ true
+
+
+
+ org.springframework
+ spring-core
+
+
+ org.springframework
+ spring-test
+ test
+
+
+ org.springframework
+ spring-web
+ test
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.3
+
+
+
+ **/*Tests.java
+
+
+ **/Abstract*.java
+ **/NflJobFunctionalTests.java
+
+
+
+
+
\ No newline at end of file