summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index efe885f5..bddb57e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,8 +133,8 @@
<groupId>org.apache.maven.plugins</groupId>
<version>3.7.0</version>
<configuration>
- <source>11</source>
- <target>8</target>
+ <source>1.8</source>
+ <target>1.8</target>
<verbose>true</verbose>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>