This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 66f18b3c Fix missing Quarkus platform version in the bom
66f18b3c is described below
commit 66f18b3c5a1f0cd069799ae4ec2a62d4137caa46
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jul 28 16:01:09 2022 +0200
Fix missing Quarkus platform version in the bom
---
support/camel-k-runtime-bom/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/support/camel-k-runtime-bom/pom.xml
b/support/camel-k-runtime-bom/pom.xml
index c660643a..4f2a9cd1 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -37,7 +37,7 @@
<maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
<maven-version>3.6.3</maven-version>
- <quarkus-version>2.11.0.Final</quarkus-version>
+ <quarkus-platform-version>2.11.1.Final</quarkus-platform-version>
</properties>
<developers>
@@ -97,14 +97,14 @@
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
- <version>${quarkus-version}</version>
+ <version>${quarkus-platform-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-camel-bom</artifactId>
- <version>${quarkus-version}</version>
+ <version>${quarkus-platform-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>