aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2016-11-08 07:44:38 -0500
committerRoman Ivanov <romani@users.noreply.github.com>2016-11-08 06:17:29 -0800
commit1a08a8f34efd279478ace6026f7d649f66c2647e (patch)
treed9609e47d10121e751d88a7c48b2c5d2b3137a3f /pom.xml
parent6f2b7bdce7cbc8c78327a2c569fa0f5817a4bd69 (diff)
downloadcheckstyle-1a08a8f34efd279478ace6026f7d649f66c2647e.tar.gz
config: bump maven compiler version
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 7bf97071a..13484b004 100644
--- a/pom.xml
+++ b/pom.xml
@@ -525,7 +525,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.5.1</version>
+ <version>3.6.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>