summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index e526b12c10c..42497224b0b 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -321,6 +321,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <source>1.8</source>
+ <target>1.8</target>
<compilerArgs>
<arg>-Xlint:rawtypes</arg>
<arg>-Xlint:unchecked</arg>