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 2019/10/24 14:14:13 UTC

[camel-quarkus] branch master updated: chore(build): set groovy-maven-plugin version

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-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new ab5e2c8  chore(build): set groovy-maven-plugin version
ab5e2c8 is described below

commit ab5e2c88960dfbe8d35bc2e3ed779a2587ab77a1
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Oct 23 19:15:22 2019 +0200

    chore(build): set groovy-maven-plugin version
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index d21ad81..0a76965 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,6 +243,12 @@
                     <artifactId>quarkus-maven-plugin</artifactId>
                     <version>${quarkus.version}</version>
                 </plugin>
+
+                <plugin>
+                    <groupId>org.codehaus.gmaven</groupId>
+                    <artifactId>groovy-maven-plugin</artifactId>
+                    <version>${groovy-maven-plugin.version}</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>