From 7d973be5e5e18b37839551cf38d81cb1f96865cc Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Tue, 18 Feb 2014 08:35:55 -0600 Subject: [PATCH] BATCH-2173: Initial commit for repo updates --- archetypes/pom.xml | 2 +- archetypes/simple-cli/pom.xml | 5 ++--- pom.xml | 14 +++++++------- spring-batch-core-tests/pom.xml | 2 +- spring-batch-core/pom.xml | 4 ++-- spring-batch-infrastructure/pom.xml | 2 +- spring-batch-parent/pom.xml | 16 ++++++++-------- spring-batch-samples/pom.xml | 6 +++--- 8 files changed, 25 insertions(+), 26 deletions(-) diff --git a/archetypes/pom.xml b/archetypes/pom.xml index b5e3998e2..da3a3b0fa 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ spring-batch-archetype pom Archetypes - http://static.springframework.org/spring-batch/${artifactId} + http://docs.spring.io/spring-batch/${artifactId} Spring Batch archetypes are simple project templates containing just enough code to get you started running a job. For more detailed examples of using particular features of the framework, look at the Spring Batch Samples project. Currently the archetypes are deployed as regular Maven projects (not archetypes), because of limitations in the archetype plugin (or our understanding of how it works). For most effective use, copy one into Eclipse and use Q4E to manage the dependencies. org.springframework.batch diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index 8faddf565..ac3fd45c1 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -6,7 +6,6 @@ 2.2.5.BUILD-SNAPSHOT jar Commandline - http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype This project is a command line batch sample from Spring Batch demonstrating a typical batch job. The job can be invoked via "mvn exec:java" to see the job run from the command line. During an "mvn package", a distribution archive in the format defined in src/main/assembly/descriptor.xml will @@ -46,7 +45,7 @@ false - + diff --git a/pom.xml b/pom.xml index 674c86330..627881fd5 100644 --- a/pom.xml +++ b/pom.xml @@ -16,13 +16,13 @@ http://www.springsource.org/spring-batch - SpringSource - http://www.springsource.com + Pivotal + http://spring.io - http://github.com/SpringSource/spring-batch - scm:git:git://github.com/SpringSource/spring-batch.git - scm:git:ssh://git@github.com/SpringSource/spring-batch.git + http://github.com/spring-projects/spring-batch + scm:git:git://github.com/spring-projects/spring-batch.git + scm:git:ssh://git@github.com/spring-projects/spring-batch.git HEAD @@ -627,7 +627,7 @@ - + com.springsource.repository.bundles.snapshot SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots http://repository.springsource.com/maven/bundles/snapshot diff --git a/spring-batch-core-tests/pom.xml b/spring-batch-core-tests/pom.xml index f27e002cd..0cdd87aa8 100644 --- a/spring-batch-core-tests/pom.xml +++ b/spring-batch-core-tests/pom.xml @@ -4,7 +4,7 @@ spring-batch-core-tests Core Tests Integration tests for the Spring Batch Core - http://static.springframework.org/spring-batch/${project.artifactId} + http://docs.spring.io/spring-batch/${project.artifactId} org.springframework.batch spring-batch-parent diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index ab40c6462..38bfd8237 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -5,7 +5,7 @@ jar Core Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc. - http://static.springframework.org/spring-batch/${project.artifactId} + http://docs.spring.io/spring-batch/${project.artifactId} org.springframework.batch spring-batch-parent @@ -203,7 +203,7 @@ - + diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 94df5fafe..33c31ec2b 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -8,7 +8,7 @@ low-level components, interfaces and tools for batch processing applications and optimisations.]]> - http://static.springframework.org/spring-batch/${project.artifactId} + http://docs.spring.io/spring-batch/${project.artifactId} org.springframework.batch spring-batch-parent diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml index b07eac9a8..de0035681 100644 --- a/spring-batch-parent/pom.xml +++ b/spring-batch-parent/pom.xml @@ -6,12 +6,12 @@ 2.2.5.BUILD-SNAPSHOT Spring Batch Parent Spring Batch parent project. Defines dependencies and common configuration for the build process. - http://static.springframework.org/spring-batch/${project.artifactId} + http://docs.spring.io/spring-batch/${project.artifactId} pom - http://github.com/SpringSource/spring-batch - scm:git:git://github.com/SpringSource/spring-batch.git - scm:git:git://github.com/SpringSource/spring-batch.git + https://github.com/spring-projects/spring-batch + scm:git:git://github.com/spring-projects/spring-batch.git + scm:git:git://github.com/spring-projects/spring-batch.git HEAD @@ -29,7 +29,7 @@ mminella Michael Minella - mminella@vmware.com + mminella@gopivotal.com.com @@ -102,7 +102,7 @@ spring-milestone Spring Milestone Repository - s3://maven.springframework.org/milestone + http://repo.spring.io/milestone @@ -155,7 +155,7 @@ springsource-milestone SpringSource Milestone Repository - https://repo.springsource.org/libs-milestone/ + http://repo.spring.io/libs-milestone gemstone @@ -705,7 +705,7 @@ mockito-all 1.9.5 test - + org.springframework.data spring-data-commons diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 0e89ac257..11d3d9c18 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -4,7 +4,7 @@ spring-batch-samples jar Samples - http://static.springframework.org/spring-batch/${artifactId} + http://docs.spring.io/spring-batch/${artifactId} Example batch jobs using Spring Batch Core and Execution. org.springframework.batch @@ -422,7 +422,7 @@ - + gemstone Release bundles for SQLFire and GemFire http://dist.gemstone.com.s3.amazonaws.com/maven/release