aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorWilliam Collishaw <williamcollishaw@hotmail.co.uk>2019-05-07 11:38:48 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2019-05-08 10:35:07 -0400
commit0de37443ce263a3a1b3fc1c12a8e627a54006811 (patch)
treeec6522997585fb521e210e134a8a7f1d479d945b /pom.xml
parent8b9d1d31da78ec013e6e811ac7b6d8dad12309b0 (diff)
downloadguava-0de37443ce263a3a1b3fc1c12a8e627a54006811.tar.gz
Upgrade compiler plugin.
Fixes https://github.com/google/guava/pull/3454. RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=247059644
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 d098eac28..ce17ddd6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.0</version>
+ <version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>