summaryrefslogtreecommitdiffstats
path: root/container-dev-builder
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-06-15 11:16:13 +0200
committerGitHub <noreply@github.com>2017-06-15 11:16:13 +0200
commit9b97c1d00a5466000b4e5a81d37bacbf7bd33684 (patch)
tree161a8c4bb8da06edc5060153b3d840006a0d4aef /container-dev-builder
parentc085f67019a69e53f73e62b7d175a9bc8861f1ff (diff)
parenta6ebf38e3020cf2b63d59b06755b13e601ea5cdf (diff)
Merge pull request #2781 from yahoo/bjorncs/update-maven-plugins
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 6ea81ecf5c2..3c1132e439d 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>