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 2021/05/07 12:45:13 UTC

[camel-karaf] branch main updated (a08af76 -> 951dd11)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


    from a08af76  Upgrade Spring-data-redis bundle to version 2.5.0_1
     new 88512e2  Upgrade spring data bundles to version 2.5.0_1
     new b7607b5  Removed Spring-data Redis property placeholders
     new 951dd11  No need for Jedis bundle version property placeholder too

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

[camel-karaf] 03/03: No need for Jedis bundle version property placeholder too

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 951dd115a727f49baee6f782c4f2b827aeeb69aa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 7 14:41:20 2021 +0200

    No need for Jedis bundle version property placeholder too
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3127c64..f7a8324 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,6 @@
         <jaxb-version>2.3.0</jaxb-version>
         <jaxb-bundle-version>2.3.1_1</jaxb-bundle-version>
         <jdom-bundle-version>2.0.6_1</jdom-bundle-version>
-        <jedis-client-bundle-version>3.6.0_1</jedis-client-bundle-version>
         <jetty9-version>9.4.32.v20200930</jetty9-version>
         <jing-bundle-version>20030619_5</jing-bundle-version>
         <jodatime-bundle-version>1.6.2</jodatime-bundle-version>

[camel-karaf] 01/03: Upgrade spring data bundles to version 2.5.0_1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 88512e23cb5a392e141e5ec6230c258285d27123
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 7 14:35:15 2021 +0200

    Upgrade spring data bundles to version 2.5.0_1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 47cbde0..b0b1003 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,9 +254,9 @@
         <snappy-version>1.1.7.3</snappy-version>
         <solr-bundle-version>8.8.2_1</solr-bundle-version>
         <spring-batch-bundle-version>4.3.1_1</spring-batch-bundle-version>
-        <spring-data-commons-bundle-version>2.3.2.RELEASE_2</spring-data-commons-bundle-version>
-        <spring-data-keyvalue-bundle-version>2.3.2.RELEASE_2</spring-data-keyvalue-bundle-version>
-        <spring-data-redis-bundle-version>2.5.0.RELEASE_1</spring-data-redis-bundle-version>
+        <spring-data-commons-bundle-version>2.5.0_1</spring-data-commons-bundle-version>
+        <spring-data-keyvalue-bundle-version>2.5.0_1</spring-data-keyvalue-bundle-version>
+        <spring-data-redis-bundle-version>2.5.0_1</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>

[camel-karaf] 02/03: Removed Spring-data Redis property placeholders

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b7607b506a925032d682b6f5be10432aaa810466
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 7 14:40:27 2021 +0200

    Removed Spring-data Redis property placeholders
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b0b1003..3127c64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,8 +255,6 @@
         <solr-bundle-version>8.8.2_1</solr-bundle-version>
         <spring-batch-bundle-version>4.3.1_1</spring-batch-bundle-version>
         <spring-data-commons-bundle-version>2.5.0_1</spring-data-commons-bundle-version>
-        <spring-data-keyvalue-bundle-version>2.5.0_1</spring-data-keyvalue-bundle-version>
-        <spring-data-redis-bundle-version>2.5.0_1</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>