You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/03/24 16:16:20 UTC

[camel-k-runtime] 06/07: Fix camel-buildtools in bom

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit b69f1fe9f7821895423a4fd9d3f0571562eb0f6d
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Fri Mar 20 18:39:11 2020 +0100

    Fix camel-buildtools in bom
---
 camel-k-runtime-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-k-runtime-bom/pom.xml b/camel-k-runtime-bom/pom.xml
index 57fc9a2..af147b7 100644
--- a/camel-k-runtime-bom/pom.xml
+++ b/camel-k-runtime-bom/pom.xml
@@ -416,7 +416,7 @@
                             <dependency>
                                 <groupId>org.apache.camel</groupId>
                                 <artifactId>camel-buildtools</artifactId>
-                                <version>3.0.0-M3</version>
+                                <version>3.1.0</version>
                             </dependency>
                         </dependencies>
                     </plugin>