aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Sullivan <github@seansullivan.com>2019-10-04 12:10:55 -0700
committerChris Povirk <beigetangerine@gmail.com>2019-10-04 16:22:56 -0400
commit2687caae410377e7d1a63c5eb34b8cf9700c6e2e (patch)
treead6ceb848bd3d737798fd77855810d032fc6453e
parenta89b8f7747f4ad4c6f695b968ac160dd6ba2bb4f (diff)
downloadjimfs-2687caae410377e7d1a63c5eb34b8cf9700c6e2e.tar.gz
maven-compiler-plugin 3.8.1
Fixes #90 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=272930832
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 69bc572..994230f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.0</version>
+ <version>3.8.1</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>