This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 69835ebd46614a7ea727ae4c7d461778f49671f8 Author: John Poth <[email protected]> AuthorDate: Tue Sep 5 17:51:50 2023 +0200 Run cq-camel-spring-boot-prod-maven-plugin --- .mvn/excludes.txt | 9 +++++---- sap/camel-sap-starter/pom.xml | 2 +- tooling/camel-spring-boot-bom/pom.xml | 6 +++--- tooling/camel-spring-boot-dependencies/pom.xml | 6 +++--- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.mvn/excludes.txt b/.mvn/excludes.txt index 6f50955c0ba..8baca1ed84a 100644 --- a/.mvn/excludes.txt +++ b/.mvn/excludes.txt @@ -119,7 +119,6 @@ :camel-jolt-starter :camel-jooq-starter :camel-joor-starter -:camel-jq-starter :camel-js-dsl-starter :camel-jsch-starter :camel-jsh-dsl-starter @@ -179,7 +178,6 @@ :camel-sjms2-starter :camel-smpp-starter :camel-snakeyaml-starter -:camel-snmp-starter :camel-splunk-hec-starter :camel-splunk-starter :camel-springdoc-starter @@ -199,7 +197,6 @@ :camel-undertow-spring-security-starter :camel-undertow-starter :camel-univocity-parsers-starter -:camel-vertx-http-starter :camel-vertx-starter :camel-weather-starter :camel-web3j-starter @@ -208,7 +205,6 @@ :camel-workday-starter :camel-xchange-starter :camel-xml-jaxb-dsl-starter -:camel-xml-jaxb-starter :camel-xmlsecurity-starter :camel-xmpp-starter :camel-zeebe-starter @@ -216,5 +212,10 @@ :camel-zip-deflater-starter :camel-zookeeper-master-starter :camel-zookeeper-starter +:dependency-management-example +:dependency-management-example-module1 :docs +:redhat-camel-spring-boot-maintenance +:redhat-camel-spring-boot-patch-metadata +:redhat-camel-spring-boot-patch-repository :tests \ No newline at end of file diff --git a/sap/camel-sap-starter/pom.xml b/sap/camel-sap-starter/pom.xml index abded6eddde..161a26c1ca1 100644 --- a/sap/camel-sap-starter/pom.xml +++ b/sap/camel-sap-starter/pom.xml @@ -117,7 +117,7 @@ </executions> </plugin> </plugins> - <pluginManagement/> + <pluginManagement /> </build> <distributionManagement> <repository> diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index 6724004254e..54a163c5050 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -916,7 +916,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-jq-starter</artifactId> - <version>4.0.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> @@ -1391,7 +1391,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-snmp-starter</artifactId> - <version>4.0.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> @@ -1661,7 +1661,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-xml-jaxb-starter</artifactId> - <version>4.0.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index b79996dddbd..f5318e08d0c 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -1115,7 +1115,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-jq-starter</artifactId> - <version>4.0.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> @@ -1605,7 +1605,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-snmp-starter</artifactId> - <version>4.0.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> @@ -1865,7 +1865,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-xml-jaxb-starter</artifactId> - <version>4.0.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId>
