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 2019/12/22 11:09:14 UTC

[camel-spring-boot] branch master updated (0c638e4 -> 3fbb7ef)

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

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


    from 0c638e4  Regen
     new 5c22c49  Upgrade Spring Cloud Commons to version 2.2.1.RELEASE
     new 7ae5d60  Upgrade Spring Cloud Netflix to version 2.2.1.RELEASE
     new 3fbb7ef  Upgrade Spring Cloud Netflix to version 2.2.1.RELEASE

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[camel-spring-boot] 01/03: Upgrade Spring Cloud Commons to version 2.2.1.RELEASE

Posted by ac...@apache.org.
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-spring-boot.git

commit 5c22c49d76074dcc397d5fc8afc84d9a5876958e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 22 11:12:37 2019 +0100

    Upgrade Spring Cloud Commons to version 2.2.1.RELEASE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 82e1ddd..ee999b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
         <shrinkwrap-resolver-version>3.1.3</shrinkwrap-resolver-version>
         <shrinkwrap-version>1.2.6</shrinkwrap-version>
         <spring-boot-version>2.2.2.RELEASE</spring-boot-version>
-        <spring-cloud-commons-version>2.2.0.RELEASE</spring-cloud-commons-version>
+        <spring-cloud-commons-version>2.2.1.RELEASE</spring-cloud-commons-version>
         <spring-cloud-consul-version>2.2.0.RELEASE</spring-cloud-consul-version>
         <spring-cloud-netflix-version>2.2.0.RELEASE</spring-cloud-netflix-version>
         <spring-cloud-zookeeper-version>2.2.0.RELEASE</spring-cloud-zookeeper-version>


[camel-spring-boot] 03/03: Upgrade Spring Cloud Netflix to version 2.2.1.RELEASE

Posted by ac...@apache.org.
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-spring-boot.git

commit 3fbb7ef574862373672d78b54908f684dcbeede5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 22 11:13:13 2019 +0100

    Upgrade Spring Cloud Netflix to version 2.2.1.RELEASE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index da137d2..29fb19f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
         <spring-boot-version>2.2.2.RELEASE</spring-boot-version>
         <spring-cloud-commons-version>2.2.1.RELEASE</spring-cloud-commons-version>
         <spring-cloud-consul-version>2.2.1.RELEASE</spring-cloud-consul-version>
-        <spring-cloud-netflix-version>2.2.0.RELEASE</spring-cloud-netflix-version>
+        <spring-cloud-netflix-version>2.2.1.RELEASE</spring-cloud-netflix-version>
         <spring-cloud-zookeeper-version>2.2.0.RELEASE</spring-cloud-zookeeper-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <testcontainers-version>1.12.3</testcontainers-version>


[camel-spring-boot] 02/03: Upgrade Spring Cloud Netflix to version 2.2.1.RELEASE

Posted by ac...@apache.org.
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-spring-boot.git

commit 7ae5d60d42647c17585f52c51f234648cd68334d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 22 11:12:55 2019 +0100

    Upgrade Spring Cloud Netflix to version 2.2.1.RELEASE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ee999b7..da137d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
         <shrinkwrap-version>1.2.6</shrinkwrap-version>
         <spring-boot-version>2.2.2.RELEASE</spring-boot-version>
         <spring-cloud-commons-version>2.2.1.RELEASE</spring-cloud-commons-version>
-        <spring-cloud-consul-version>2.2.0.RELEASE</spring-cloud-consul-version>
+        <spring-cloud-consul-version>2.2.1.RELEASE</spring-cloud-consul-version>
         <spring-cloud-netflix-version>2.2.0.RELEASE</spring-cloud-netflix-version>
         <spring-cloud-zookeeper-version>2.2.0.RELEASE</spring-cloud-zookeeper-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>