aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristian Stein <sormuras@gmail.com>2018-08-19 23:10:39 +0200
committerJesse Wilson <jesse@swank.ca>2018-08-19 17:10:39 -0400
commitdfb5bc6c4e0c33f0d40d02c9702089da8a848d2f (patch)
tree47b6bb230c903c563e010d77722ed9ad3a8938a0 /pom.xml
parent37ccc0b97f171dcbfb9595ad0337c5d7d30ccef7 (diff)
downloadjavapoet-dfb5bc6c4e0c33f0d40d02c9702089da8a848d2f.tar.gz
Switch back to Travis CI managed "jdk" installations (#672)
* Switch back to Travis CI managed "jdk" installations * Add openjdk-ea and update maven-compiler-plugin to 3.8.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9ef844c..15c1b77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.8.0</version>
<configuration>
<compilerId>javac-with-errorprone</compilerId>
<forceJavacCompilerUse>true</forceJavacCompilerUse>