summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config_test/pom.xml2
-rw-r--r--container-dev-builder/tools/pom.xml2
-rw-r--r--libmlr/pom.xml2
-rw-r--r--pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/config_test/pom.xml b/config_test/pom.xml
index 2f8426387c3..a7a7eea9efe 100644
--- a/config_test/pom.xml
+++ b/config_test/pom.xml
@@ -25,7 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.5.1</version>
+ <version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
diff --git a/container-dev-builder/tools/pom.xml b/container-dev-builder/tools/pom.xml
index c892e80ec34..a0696b2b54c 100644
--- a/container-dev-builder/tools/pom.xml
+++ b/container-dev-builder/tools/pom.xml
@@ -19,7 +19,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
diff --git a/libmlr/pom.xml b/libmlr/pom.xml
index 46f2e5447fa..7715d9fcb79 100644
--- a/libmlr/pom.xml
+++ b/libmlr/pom.xml
@@ -21,7 +21,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.6.1</version>
<configuration>
<compilerArgs>
<arg>-Xlint:all</arg>
diff --git a/pom.xml b/pom.xml
index 7e3f15ee9be..7d3bf5b47c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>