summaryrefslogtreecommitdiffstats
path: root/container-dev-builder
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-14 17:30:38 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-14 17:30:38 +0200
commit8bd0a1934ed18a362f4b98def784b758d2559873 (patch)
tree47ddb26627b25492a24dfc33381216cc3a04acb9 /container-dev-builder
parentde4988e9d4dec944a77239478361ee598b1fa3a9 (diff)
Upgrade maven-compiler-plugin to 3.6.1
Diffstat (limited to 'container-dev-builder')
-rw-r--r--container-dev-builder/tools/pom.xml2
1 files changed, 1 insertions, 1 deletions
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>