diff --git a/pom.xml b/pom.xml index aa16f2309..086264b25 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,7 @@ spring-batch-integration spring-batch-samples spring-batch-docs + spring-batch-bom diff --git a/spring-batch-bom/pom.xml b/spring-batch-bom/pom.xml new file mode 100644 index 000000000..6dbea3ddd --- /dev/null +++ b/spring-batch-bom/pom.xml @@ -0,0 +1,93 @@ + + + + 4.0.0 + org.springframework.batch + spring-batch-bom + 5.0.0-SNAPSHOT + pom + + Spring Batch BOM + Bill of materials to make sure a consistent set of versions is used for + Spring Batch modules. + + https://github.com/spring-projects/spring-batch + + + Pivotal Software, Inc. + https://www.spring.io + + + + https://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 + + + + GitHub + https://github.com/spring-projects/spring-batch/issues + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + Copyright 2010 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + + + + + + + org.springframework.batch + spring-batch-core + 5.0.0-SNAPSHOT + + + + org.springframework.batch + spring-batch-infrastructure + 5.0.0-SNAPSHOT + + + + org.springframework.batch + spring-batch-integration + 5.0.0-SNAPSHOT + + + + org.springframework.batch + spring-batch-test + 5.0.0-SNAPSHOT + + + + + + + + spring-libs-release + https://repo.spring.io/libs-release + + + + \ No newline at end of file diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 79b0fbdef..9ba7e52b8 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -15,16 +15,26 @@ hsql + + + + org.springframework.batch + spring-batch-bom + 5.0.0-SNAPSHOT + pom + import + + + + org.springframework.batch spring-batch-core - 5.0.0-SNAPSHOT org.springframework.batch spring-batch-integration - 5.0.0-SNAPSHOT org.springframework @@ -146,7 +156,6 @@ org.springframework.batch spring-batch-test - 5.0.0-SNAPSHOT test