This is an automated email from the ASF dual-hosted git repository.
pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new acc38a2 Upgrade maven-compiler-plugin to version 3.8.0
acc38a2 is described below
commit acc38a2deb9cf3d75f1f2fb74392ffe2b6789a27
Author: Pascal Schumacher <[email protected]>
AuthorDate: Mon Jul 30 08:36:49 2018 +0200
Upgrade maven-compiler-plugin to version 3.8.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 61f3bd2..c833b6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
<jdk.version>1.8</jdk.version>
<compiler.fork>false</compiler.fork>
- <maven-compiler-plugin-version>3.7.0</maven-compiler-plugin-version>
+ <maven-compiler-plugin-version>3.8.0</maven-compiler-plugin-version>
<maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
<maven-surefire-plugin-version>2.22.0</maven-surefire-plugin-version>
<!-- we need to override the version inherited from Apache POM for modules
that use this POM as parent -->