Skip to content

Commit 56d39b8

Browse files
committed
Merge branch 'master' of github.com:jabedhasan21/java-hello-world-with-maven
2 parents a02a8d3 + 0a49195 commit 56d39b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<!-- tag::joda[] -->
1111
<properties>
1212
<java.version>1.8</java.version>
13+
<maven.compiler.source>1.6</maven.compiler.source>
14+
<maven.compiler.target>1.6</maven.compiler.target>
1315
</properties>
1416

1517
<dependencies>

0 commit comments

Comments
 (0)