aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d4540d7..d3904e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <java.version>1.7</java.version>
+ <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+
<slf4j.version>1.7.25</slf4j.version>
<asm.version>7.1</asm.version>
@@ -66,8 +68,6 @@
<version>3.8.0</version>
<configuration>
<showWarnings>true</showWarnings>
- <source>${java.version}</source>
- <target>${java.version}</target>
</configuration>
</plugin>