aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2017-03-13 10:49:05 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2017-03-13 10:49:05 +0100
commita3f328d74992d6f706a2ec7f719f15f3c35164ab (patch)
tree443219db76e1b587a2f015550d89a6b6983068ec /pom.xml
parent26bb4fd242bff64c38530bf782865e0bf29c72b5 (diff)
downloadmoa-id-spss-a3f328d74992d6f706a2ec7f719f15f3c35164ab.tar.gz
moa-id-spss-a3f328d74992d6f706a2ec7f719f15f3c35164ab.tar.bz2
moa-id-spss-a3f328d74992d6f706a2ec7f719f15f3c35164ab.zip
update build process to support current JDK version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a31d2160f..6bba65e9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,6 +204,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>3.6.1</version>
<configuration>
<verbose>false</verbose>
<fork>true</fork>