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

davsclaus pushed a commit to branch vanilla-compiler-plugin-version
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 84e5aa67dafb207f752d4227d5885fcc1b49924e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jul 2 08:49:03 2019 +0200

    Use vanilla Maven Compiler Plugin version (from maven central)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 97dd621..8205856 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
         <camel.version>3.0.0-M2</camel.version>
         <quarkus.version>0.17.0</quarkus.version>
 
-        <version.compiler.plugin>3.8.0-jboss-2</version.compiler.plugin>
+        <version.compiler.plugin>3.8.0</version.compiler.plugin>
       <maven.compiler.target>1.8</maven.compiler.target>
       <maven.compiler.source>1.8</maven.compiler.source>
       
<maven.compiler.testTarget>${maven.compiler.target}</maven.compiler.testTarget>

Reply via email to