You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/12/17 07:49:24 UTC

[camel-spring-boot] branch master updated (4b4b687 -> 367be0c)

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

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


    from 4b4b687  Aligned scm, connection and developer connection
     new 7a7b2e7  Upgrade spring boot version
     new 367be0c  Regen

The 2 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:
 components-starter/camel-corda-starter/pom.xml | 12 ------------
 pom.xml                                        |  2 +-
 2 files changed, 1 insertion(+), 13 deletions(-)


[camel-spring-boot] 01/02: Upgrade spring boot version

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

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

commit 7a7b2e788d956e659766caebf8da9129fb426f02
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 17 05:40:42 2019 +0100

    Upgrade spring boot version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e51bd0b..b9eed1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <groovy-version>2.5.8</groovy-version>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.2.1.RELEASE</spring-boot-version>
+        <spring-boot-version>2.2.2.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.0.0</camel-version>


[camel-spring-boot] 02/02: Regen

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

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

commit 367be0c88380ffa29c5e547bfb0f1be6f21a5343
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 17 08:45:37 2019 +0100

    Regen
---
 components-starter/camel-corda-starter/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml b/components-starter/camel-corda-starter/pom.xml
index c53206b..03f6f99 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -38,18 +38,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-corda</artifactId>
       <version>${camel-version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-classic</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-core</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>