Skip to content

Commit

Permalink
build(deps): cleanup versions definition based on camel-dependencies …
Browse files Browse the repository at this point in the history
…from camel 3.5
  • Loading branch information
lburgazzoli committed Sep 4, 2020
1 parent 21fb066 commit a7c9a6a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin.version}</version>
<version>${build-helper-maven-plugin-version}</version>
<executions>
<execution>
<id>reserve-network-port</id>
Expand All @@ -87,7 +87,7 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${quarkus.version}</version>
<version>${quarkus-version}</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion camel-k-quarkus/camel-k-quarkus-kamelet/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<path>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-processor</artifactId>
<version>${quarkus.version}</version>
<version>${quarkus-version}</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions camel-k-quarkus/camel-k-quarkus-kamelet/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-maven-plugin</artifactId>
<version>${quarkus.version}</version>
<version>${quarkus-version}</version>
<executions>
<execution>
<goals>
Expand All @@ -71,7 +71,7 @@
<path>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-processor</artifactId>
<version>${quarkus.version}</version>
<version>${quarkus-version}</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions camel-k-runtime-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<!-- we need to generate additional configurer classes -->
<groupId>org.apache.camel</groupId>
<artifactId>camel-package-maven-plugin</artifactId>
<version>${camel.version}</version>
<version>${camel-version}</version>
<executions>
<execution>
<id>generate-configurer</id>
Expand All @@ -111,7 +111,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin.version}</version>
<version>${build-helper-maven-plugin-version}</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
4 changes: 2 additions & 2 deletions camel-kamelet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<plugin>
<groupId>org.apache.camel</groupId>
<artifactId>camel-component-maven-plugin</artifactId>
<version>${camel.version}</version>
<version>${camel-version}</version>
<executions>
<execution>
<id>generate</id>
Expand All @@ -115,7 +115,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin.version}</version>
<version>${build-helper-maven-plugin-version}</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
2 changes: 1 addition & 1 deletion examples/camel-k-runtime-example-kamelets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${exec-maven-plugin.version}</version>
<version>${exec-maven-plugin-version}</version>
<executions>
<execution>
<goals>
Expand Down
10 changes: 5 additions & 5 deletions examples/camel-k-runtime-example-quarkus-kamelets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bom</artifactId>
<version>${camel-quarkus.version}</version>
<version>${camel-quarkus-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -73,12 +73,12 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-maven-plugin</artifactId>
<version>${quarkus.version}</version>
<version>${quarkus-version}</version>
</plugin>
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${quarkus.version}</version>
<version>${quarkus-version}</version>
<executions>
<execution>
<goals>
Expand All @@ -93,7 +93,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${exec-maven-plugin.version}</version>
<version>${exec-maven-plugin-version}</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -135,7 +135,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${exec-maven-plugin.version}</version>
<version>${exec-maven-plugin-version}</version>
<executions>
<execution>
<goals>
Expand Down
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
<version>3.4.2</version>
<version>3.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -58,10 +58,7 @@
<junit-pioneer-version>0.9.0</junit-pioneer-version>

<!-- overridden camel dependencies versions -->
<vertx-version>3.9.2</vertx-version>
<jandex-version>2.2.1.Final</jandex-version>
<javapoet-version>1.13.0</javapoet-version>
<rest-assured-version>4.3.1</rest-assured-version>
<json-schema-validator-version>2.2.14</json-schema-validator-version>

<!-- plugins -->
Expand Down

0 comments on commit a7c9a6a

Please sign in to comment.