Skip to content

Commit 8a5c7ba

Browse files
Ryan Grahamraags
Ryan Graham
authored andcommittedJun 11, 2018
Set a target java version to appease newer versions of mvn
1 parent 4159cfb commit 8a5c7ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4+
<properties>
5+
<maven.compiler.source>1.6</maven.compiler.source>
6+
<maven.compiler.target>1.6</maven.compiler.target>
7+
</properties>
48
<modelVersion>4.0.0</modelVersion>
59
<groupId>com.raghusiddarth</groupId>
610
<artifactId>spring-password</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.