Skip to content

Commit

Permalink
Use vanilla Maven Compiler Plugin version (from maven central)
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus authored and lburgazzoli committed Jul 2, 2019
1 parent a1396bd commit 372e13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 372e13e

Please sign in to comment.