From e03e7ca6438c8513ab8044dc357d08829e526240 Mon Sep 17 00:00:00 2001 From: nebhale Date: Thu, 27 Sep 2007 15:31:55 +0000 Subject: [PATCH] [maven-release-plugin] prepare release spring-batch-1.0-m2 --- core/pom.xml | 5 +- docs/pom.xml | 8 +- execution/pom.xml | 451 ++++++++---------- infrastructure/pom.xml | 5 +- integration/pom.xml | 278 ++++++----- pom.xml | 1030 ++++++++++++++++++++-------------------- samples/pom.xml | 308 ++++++------ 7 files changed, 1008 insertions(+), 1077 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index c20936443..e5361af3f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,5 +1,4 @@ - + 4.0.0 spring-batch-core @@ -13,7 +12,7 @@ org.springframework.batch spring-batch - 1.0-m2-SNAPSHOT + 1.0-m2 .. diff --git a/docs/pom.xml b/docs/pom.xml index 63d988dce..728a32fd6 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -1,5 +1,4 @@ - + 4.0.0 spring-batch-docs @@ -10,7 +9,7 @@ org.springframework.batch spring-batch - 1.0-m2-SNAPSHOT + 1.0-m2 .. @@ -60,8 +59,7 @@ - + pre-site diff --git a/execution/pom.xml b/execution/pom.xml index 3371f3eba..657c3658f 100644 --- a/execution/pom.xml +++ b/execution/pom.xml @@ -1,250 +1,201 @@ - - - 4.0.0 - spring-batch-execution - jar - Execution - - - - - - - org.springframework.batch - spring-batch - 1.0-m2-SNAPSHOT - .. - - - - - org.springframework.batch - spring-batch-core - ${project.version} - - - org.springframework - spring-test - - - hsqldb - hsqldb - test - - - commons-io - commons-io - test - - - easymock - easymock - - - junit - junit - - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1 - provided - - - - cglib - cglib-nodep - true - - - org.hibernate - hibernate - true - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - generate-sql - generate-sources - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - 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-execution + jar + Execution + + + + + + + org.springframework.batch + spring-batch + 1.0-m2 + .. + + + + + org.springframework.batch + spring-batch-core + ${project.version} + + + org.springframework + spring-test + + + hsqldb + hsqldb + test + + + commons-io + commons-io + test + + + easymock + easymock + + + junit + junit + + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + 1.1 + provided + + + + cglib + cglib-nodep + true + + + org.hibernate + hibernate + true + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + generate-sql + generate-sources + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + 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/infrastructure/pom.xml b/infrastructure/pom.xml index 5ab7c898f..0f7a38206 100644 --- a/infrastructure/pom.xml +++ b/infrastructure/pom.xml @@ -1,5 +1,4 @@ - + 4.0.0 spring-batch-infrastructure @@ -13,7 +12,7 @@ org.springframework.batch spring-batch - 1.0-m2-SNAPSHOT + 1.0-m2 .. diff --git a/integration/pom.xml b/integration/pom.xml index 354acd2c7..24aeb7fcf 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -1,140 +1,138 @@ - - - 4.0.0 - spring-batch-integration - jar - Integration Tests - - Integration tests for the Spring Batch Infrastructure - - - - org.springframework.batch - 1.0-m2-SNAPSHOT - spring-batch - .. - - - - - true - - - - - org.springframework.batch - spring-batch-infrastructure - ${project.version} - - - org.springframework - spring-test - - - 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 - - - - - 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 - true - - - stax - stax - true - - - com.thoughtworks.xstream - xstream - 1.2.1 - true - - - - - + + + 4.0.0 + spring-batch-integration + jar + Integration Tests + + Integration tests for the Spring Batch Infrastructure + + + + org.springframework.batch + 1.0-m2 + spring-batch + .. + + + + + true + + + + + org.springframework.batch + spring-batch-infrastructure + ${project.version} + + + org.springframework + spring-test + + + 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 + + + + + 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 + true + + + stax + stax + true + + + com.thoughtworks.xstream + xstream + 1.2.1 + true + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 448f9d0a8..27843e81e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,521 +1,509 @@ - - - - 4.0.0 - org.springframework.batch - spring-batch - Spring Batch - - - - - 1.0-m2-SNAPSHOT - pom - http://static.springframework.org/spring-batch - - Interface 21 - http://www.interface21.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 - - http://build.springframework.org:8085/bamboo/browse/BATCH - - - - - Apache 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - true - - - - 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/spring-batch - - - staging - file:///${user.dir}/target/staging - - - local - file:///${user.dir}/target/staging - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - - - - - - org.springframework.aws - spring-aws-maven - 1.2 - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.4 - 1.4 - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.3 - - - - **/*Tests.java - - - **/Abstract*.java - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - junitreport - site - - - Creating JUnit reports - - - - - - - - - - - run - - - - cleandata - pre-site - - - Removing test data - - - - - - - - - run - - - - - - ant - ant-junit - 1.6.5 - - - foundrylogic.vpp - vpp - 2.2.1 - - - - - maven-clean-plugin - - - - ${basedir} - - activemq-data - derby-home - amqstore - .clover - surefire* - - false - - - - - - - - - - - aspectj - aspectjrt - 1.5.3 - - - junit - junit - 3.8.1 - test - - - org.hibernate - hibernate - 3.2.3.ga - - - commons-logging - commons-logging - - - javax.transaction - jta - - - cglib - cglib - - - net.sf.ehcache - ehcache - - - asm - asm-attrs - - - asm - asm - - - - - cglib - cglib-nodep - 2.1_3 - - - org.springframework - spring - 2.1-m4 - - - commons-logging - commons-logging - 1.1 - - - avalon-framework - avalon-framework - - - logkit - logkit - - - javax.servlet - servlet-api - - - - - commons-lang - commons-lang - 2.1 - - - commons-io - commons-io - 1.2 - - - hsqldb - hsqldb - 1.8.0.7 - - - org.springframework - spring-test - 2.1-m4 - test - - - easymock - easymock - 1.1 - test - - - com.thoughtworks.xstream - xstream - 1.2.1 - true - - - stax - stax - 1.2.0 - true - - - commons-dbcp - commons-dbcp - 1.2.1 - - - commons-collections - commons-collections - - - - - - - - - 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 - - - - - true - - - org.apache.maven.plugins - maven-surefire-report-plugin - - - com.interface21.maven - maven-external-report-plugin - 1.0 - - JUnit Report - - JUnit test results for this project - - junit-reports - - - - org.codehaus.mojo - jdepend-maven-plugin - - - maven-javadoc-plugin - - - - http://java.sun.com/j2ee/1.4/docs/api - - - http://java.sun.com/j2se/1.5.0/docs/api - - - http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/ - - - http://jakarta.apache.org/commons/dbcp/apidocs/ - - - http://jakarta.apache.org/commons/fileupload/apidocs/ - - - http://jakarta.apache.org/commons/httpclient/apidocs/ - - - http://jakarta.apache.org/commons/logging/api/ - - - http://jakarta.apache.org/commons/pool/apidocs/ - - http://www.junit.org/junit/javadoc/ - - http://logging.apache.org/log4j/docs/api/ - - - http://jakarta.apache.org/regexp/apidocs/ - - - http://jakarta.apache.org/velocity/api/ - - - http://static.springframework.org/spring/docs/2.1.x/api/ - - - http://static.springframework.org/spring-batch/spring-batch-infrastructure/apidocs/ - - - http://static.springframework.org/spring-batch/spring-batch-core/apidocs/ - - - http://static.springframework.org/spring-batch/spring-batch-execution/apidocs/ - - - true - - - - - - - - dsyer - Dave Syer - dsyer@interface21.com - - - lward - Lucas Ward - lucas.l.ward@accenture.com - - - - + + + 4.0.0 + org.springframework.batch + spring-batch + Spring Batch + + + + + 1.0-m2 + pom + http://static.springframework.org/spring-batch + + Interface 21 + http://www.interface21.com + + + http://fisheye3.cenqua.com/browse/springframework/spring-batch/tags/spring-batch-1.0-m2 + scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0-m2 + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0-m2 + + + 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 + + http://build.springframework.org:8085/bamboo/browse/BATCH + + + + + Apache 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + true + + + + 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/spring-batch + + + staging + file:///${user.dir}/target/staging + + + local + file:///${user.dir}/target/staging + + + spring-snapshot + Spring Snapshot Repository + s3://maven.springframework.org/snapshot + + + + + + + org.springframework.aws + spring-aws-maven + 1.2 + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.3 + + + + **/*Tests.java + + + **/Abstract*.java + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + junitreport + site + + + Creating JUnit reports + + + + + + + + + + + run + + + + cleandata + pre-site + + + Removing test data + + + + + + + + + run + + + + + + ant + ant-junit + 1.6.5 + + + foundrylogic.vpp + vpp + 2.2.1 + + + + + maven-clean-plugin + + + + ${basedir} + + activemq-data + derby-home + amqstore + .clover + surefire* + + false + + + + + + + + + + + aspectj + aspectjrt + 1.5.3 + + + junit + junit + 3.8.1 + test + + + org.hibernate + hibernate + 3.2.3.ga + + + commons-logging + commons-logging + + + javax.transaction + jta + + + cglib + cglib + + + net.sf.ehcache + ehcache + + + asm + asm-attrs + + + asm + asm + + + + + cglib + cglib-nodep + 2.1_3 + + + org.springframework + spring + 2.1-m4 + + + commons-logging + commons-logging + 1.1 + + + avalon-framework + avalon-framework + + + logkit + logkit + + + javax.servlet + servlet-api + + + + + commons-lang + commons-lang + 2.1 + + + commons-io + commons-io + 1.2 + + + hsqldb + hsqldb + 1.8.0.7 + + + org.springframework + spring-test + 2.1-m4 + test + + + easymock + easymock + 1.1 + test + + + com.thoughtworks.xstream + xstream + 1.2.1 + true + + + stax + stax + 1.2.0 + true + + + commons-dbcp + commons-dbcp + 1.2.1 + + + commons-collections + commons-collections + + + + + + + + + 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 + + + + + true + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + com.interface21.maven + maven-external-report-plugin + 1.0 + + JUnit Report + + JUnit test results for this project + + junit-reports + + + + org.codehaus.mojo + jdepend-maven-plugin + + + maven-javadoc-plugin + + + + http://java.sun.com/j2ee/1.4/docs/api + + + http://java.sun.com/j2se/1.5.0/docs/api + + + http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/ + + + http://jakarta.apache.org/commons/dbcp/apidocs/ + + + http://jakarta.apache.org/commons/fileupload/apidocs/ + + + http://jakarta.apache.org/commons/httpclient/apidocs/ + + + http://jakarta.apache.org/commons/logging/api/ + + + http://jakarta.apache.org/commons/pool/apidocs/ + + http://www.junit.org/junit/javadoc/ + + http://logging.apache.org/log4j/docs/api/ + + + http://jakarta.apache.org/regexp/apidocs/ + + + http://jakarta.apache.org/velocity/api/ + + + http://static.springframework.org/spring/docs/2.1.x/api/ + + + http://static.springframework.org/spring-batch/spring-batch-infrastructure/apidocs/ + + + http://static.springframework.org/spring-batch/spring-batch-core/apidocs/ + + + http://static.springframework.org/spring-batch/spring-batch-execution/apidocs/ + + + true + + + + + + + + dsyer + Dave Syer + dsyer@interface21.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 97418b073..9df9943e3 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -1,155 +1,153 @@ - - 4.0.0 - spring-batch-samples - jar - Samples - - Example batch jobs using Spring Batch Core and Execution. - - - - org.springframework.batch - spring-batch - 1.0-m2-SNAPSHOT - .. - - - - - 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-test - - - quartz - quartz - 1.5.1 - - - asm - asm-all - 2.2.3 - test - - - aspectj - aspectjweaver - 1.5.3 - 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.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 + 1.0-m2 + .. + + + + + 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-test + + + quartz + quartz + 1.5.1 + + + asm + asm-all + 2.2.3 + test + + + aspectj + aspectjweaver + 1.5.3 + 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.apache.maven.plugins + maven-surefire-plugin + 2.3 + + + + **/*Tests.java + + + **/Abstract*.java + **/NflJobFunctionalTests.java + + + + + + \ No newline at end of file