This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch camel-karaf-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/camel-karaf-3.4.x by this push:
     new 6966a04  [CAMEL-15441] Upgrade spring-data bundles to 2.3.x
6966a04 is described below

commit 6966a044ab254edcb52788813807f7f68421a228
Author: jbonofre <jbono...@apache.org>
AuthorDate: Thu Aug 20 18:59:27 2020 +0200

    [CAMEL-15441] Upgrade spring-data bundles to 2.3.x
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ea1509..7e0d7a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,9 +233,9 @@
         <snappy-version>1.1.7.3</snappy-version>
         <solr-bundle-version>8.4.1_1</solr-bundle-version>
         
<spring-batch-bundle-version>4.2.2.RELEASE_1</spring-batch-bundle-version>
-        
<spring-data-commons-bundle-version>2.2.4.RELEASE_1</spring-data-commons-bundle-version>
-        
<spring-data-keyvalue-bundle-version>2.2.4.RELEASE_1</spring-data-keyvalue-bundle-version>
-        
<spring-data-redis-bundle-version>2.2.4.RELEASE_1</spring-data-redis-bundle-version>
+        
<spring-data-commons-bundle-version>2.3.2.RELEASE_2-SNAPSHOT</spring-data-commons-bundle-version>
+        
<spring-data-keyvalue-bundle-version>2.3.2.RELEASE_2-SNAPSHOT</spring-data-keyvalue-bundle-version>
+        
<spring-data-redis-bundle-version>2.3.2.RELEASE_2-SNAPSHOT</spring-data-redis-bundle-version>
         
<spring-ldap-bundle-version>2.3.3.RELEASE_1</spring-ldap-bundle-version>
         <spring-ws-bundle-version>3.0.8.RELEASE_1</spring-ws-bundle-version>
         <spring-xml-bundle-version>3.0.7.RELEASE_1</spring-xml-bundle-version>

Reply via email to