You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/05 08:49:48 UTC

[camel] 02/04: Upgrade Spring-Data-redis bundle to version 2.2.4.RELEASE_1

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

commit 158fe93b020b1e79bd70bcde7ce674ee473c2c9f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 5 09:39:38 2020 +0100

    Upgrade Spring-Data-redis bundle to version 2.2.4.RELEASE_1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2787f9a..ff54c41 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -592,7 +592,7 @@
         <spring-data-commons-bundle-version>2.1.10.RELEASE_1</spring-data-commons-bundle-version>
         <spring-data-keyvalue-bundle-version>2.1.10.RELEASE_1</spring-data-keyvalue-bundle-version>
         <spring-data-redis-version>2.2.4.RELEASE</spring-data-redis-version>
-        <spring-data-redis-bundle-version>2.1.10.RELEASE_1</spring-data-redis-bundle-version>
+        <spring-data-redis-bundle-version>2.2.4.RELEASE_1</spring-data-redis-bundle-version>
         <spring-integration-version>5.1.8.RELEASE</spring-integration-version>
         <spring-ldap-version>2.3.2.RELEASE</spring-ldap-version>
         <spring-ldap-bundle-version>2.3.2.RELEASE_1</spring-ldap-bundle-version>