This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.25.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.25.x by this push: new 05a6bd7 Regen 05a6bd7 is described below commit 05a6bd786fc8beeae30f6e10197cb59650892a67 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Oct 7 18:19:46 2021 +0200 Regen --- .../src/main/resources/camel-connector-schema.json | 2 +- platforms/myfoo-connector/src/main/resources/camel-connector.json | 4 ++-- .../spring-boot/components-starter/camel-corda-starter/pom.xml | 8 -------- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json b/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json index 0c39526..912de0f 100644 --- a/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json +++ b/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json @@ -14,7 +14,7 @@ "javaType":"org.myfoo.connector.MyFooComponent", "groupId":"org.apache.camel", "artifactId":"myfoo-connector", - "version":"2.25.4-SNAPSHOT" + "version":"2.25.5-SNAPSHOT" }, "componentProperties":{ diff --git a/platforms/myfoo-connector/src/main/resources/camel-connector.json b/platforms/myfoo-connector/src/main/resources/camel-connector.json index 3382d4d..6088af2 100644 --- a/platforms/myfoo-connector/src/main/resources/camel-connector.json +++ b/platforms/myfoo-connector/src/main/resources/camel-connector.json @@ -2,14 +2,14 @@ "baseScheme" : "timer", "baseGroupId" : "org.apache.camel", "baseArtifactId" : "camel-core", - "baseVersion" : "2.25.4-SNAPSHOT", + "baseVersion" : "2.25.5-SNAPSHOT", "baseJavaType" : "org.apache.camel.component.timer.TimerComponent", "name" : "MyFoo", "scheme" : "my-foo", "javaType" : "org.myfoo.connector.MyFooComponent", "groupId" : "org.myfoo", "artifactId" : "myfoo-connector", - "version" : "2.25.4-SNAPSHOT", + "version" : "2.25.5-SNAPSHOT", "description" : "Something cool", "labels" : [ "foo", "timer" ], "pattern" : "From", diff --git a/platforms/spring-boot/components-starter/camel-corda-starter/pom.xml b/platforms/spring-boot/components-starter/camel-corda-starter/pom.xml index 7015652..517f471 100644 --- a/platforms/spring-boot/components-starter/camel-corda-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-corda-starter/pom.xml @@ -41,14 +41,6 @@ <!--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> - <exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </exclusion>