We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bc0ed commit 951b7f4Copy full SHA for 951b7f4
scuti-core/pom.xml
@@ -2,6 +2,10 @@
2
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
<modelVersion>4.0.0</modelVersion>
5
+ <properties>
6
+ <maven.compiler.source>1.8</maven.compiler.source>
7
+ <maven.compiler.target>1.8</maven.compiler.target>
8
+ </properties>
9
<parent>
10
<groupId>tk.netindev.scuti</groupId>
11
<artifactId>scuti</artifactId>
0 commit comments