summaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e61ecb59a5c..aff0cec609d 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>
@@ -1094,7 +1094,7 @@
<doclint>all</doclint>
<scala.major-version>2.11</scala.major-version>
<scala.version>${scala.major-version}.4</scala.version>
- <surefire.version>2.19.1</surefire.version>
+ <surefire.version>2.20</surefire.version>
</properties>
<modules>