You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/10/29 07:46:09 UTC

[camel] 02/03: Upgrade maven compiler plugin

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

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

commit 89cad775025848f120d38b5d9d44bd6c2208696a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Oct 29 08:08:17 2019 +0100

    Upgrade maven compiler plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 35fb917..82e29284 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
         <jdk.version>1.8</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <maven-compiler-plugin-version>3.8.0</maven-compiler-plugin-version>
+        <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
         <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
         <maven-surefire-plugin-version>2.22.1</maven-surefire-plugin-version>
         <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->