You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/07 06:53:14 UTC

[camel-quarkus] branch master updated: Set correctly quarkus version for Quarkus-maven-plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1f3d363  Set correctly quarkus version for Quarkus-maven-plugin
1f3d363 is described below

commit 1f3d36376a033e99348f1b8e4ee5a57df239dcda
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 7 08:52:49 2019 +0200

    Set correctly quarkus version for Quarkus-maven-plugin
---
 extensions/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/pom.xml b/extensions/pom.xml
index c7555c8..292e119 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -58,7 +58,7 @@
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
-                <version>999-SNAPSHOT</version>
+                <version>${quarkus.version}</version>
                 <inherited>false</inherited>
                 <!-- Setting for stubbing new extensions via
                        mvn quarkus:create-extension -N -Dquarkus.artifactIdBase=my-new-extension