This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 23396c7 Upgrade Spring Batch bundle to version 4.0.1.RELEASE 23396c7 is described below commit 23396c78dc841945b160b0c846ba845e5df78f0a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu May 24 09:03:39 2018 +0200 Upgrade Spring Batch bundle to version 4.0.1.RELEASE --- components/camel-spring-batch/pom.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-spring-batch/pom.xml b/components/camel-spring-batch/pom.xml index 609e243..38b17c2 100644 --- a/components/camel-spring-batch/pom.xml +++ b/components/camel-spring-batch/pom.xml @@ -32,7 +32,7 @@ <properties> <camel.osgi.export.pkg>org.apache.camel.component.spring.batch.*</camel.osgi.export.pkg> - <camel.osgi.import.before.defaults>org.springframework.batch.*;version="[3,4)" + <camel.osgi.import.before.defaults>org.springframework.batch.*;version="[4,6)" </camel.osgi.import.before.defaults> <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=spring-batch</camel.osgi.export.service> </properties> diff --git a/parent/pom.xml b/parent/pom.xml index bcdb947..ea337e6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -634,7 +634,7 @@ <spark-rest-bundle-version>2.7.2_1</spark-rest-bundle-version> <splunk-version>1.6.4.0_1</splunk-version> <spring-batch-version>4.0.1.RELEASE</spring-batch-version> - <spring-batch-bundle-version>3.0.8.RELEASE_1</spring-batch-bundle-version> + <spring-batch-bundle-version>4.0.1.RELEASE_1</spring-batch-bundle-version> <spring-boot-version>2.0.2.RELEASE</spring-boot-version> <spring-cloud-commons-version>1.3.3.RELEASE</spring-cloud-commons-version> <spring-cloud-netflix-version>1.4.4.RELEASE</spring-cloud-netflix-version> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.