Skip to content

Commit 951b7f4

Browse files
committed
update pom.xml
1 parent 47bc0ed commit 951b7f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scuti-core/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<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>
59
<parent>
610
<groupId>tk.netindev.scuti</groupId>
711
<artifactId>scuti</artifactId>

0 commit comments

Comments
 (0)