Skip to content

Commit

Permalink
Update camel-quarkus to v1.0.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Mar 19, 2020
1 parent 179ced8 commit c74965b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<camel.version>3.1.0</camel.version>
<camel-quarkus.version>1.0.0-M4</camel-quarkus.version>
<camel-quarkus.version>1.0.0-M5</camel-quarkus.version>
<catalog.version>${camel.version}</catalog.version>
<junit.version>5.6.0</junit.version>
<joor.version>0.9.12</joor.version>
Expand All @@ -60,7 +60,7 @@
<undertow.version>1.4.26.Final</undertow.version>
<vertx.version>3.8.5</vertx.version>
<graalvm.version>19.3.1</graalvm.version>
<quarkus.version>1.3.0.Alpha2</quarkus.version>
<quarkus.version>1.3.0.Final</quarkus.version>
<jandex.version>2.1.2.Final</jandex.version>
<javapoet.version>1.11.1</javapoet.version>
<auto-service.version>1.0-rc6</auto-service.version>
Expand Down
2 changes: 1 addition & 1 deletion tooling/camel-k-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-catalog-quarkus</artifactId>
<artifactId>camel-quarkus-catalog</artifactId>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
version -> runtimeSpec.putMetadata("quarkus.version", version));
getVersion(
QuarkusRuntimeProvider.class,
"org.apache.camel.quarkus", "camel-catalog-quarkus",
"org.apache.camel.quarkus", "camel-quarkus-catalog",
version -> runtimeSpec.putMetadata("camel-quarkus.version", version));

switch (runtime) {
Expand Down

0 comments on commit c74965b

Please sign in to comment.