Skip to content

Commit a1cba54

Browse files
committedJun 9, 2015
Updating maven project to target Java 7
1 parent bf71eca commit a1cba54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎maven/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@
232232
<plugin>
233233
<artifactId>maven-compiler-plugin</artifactId>
234234
<configuration>
235-
<source>1.6</source>
236-
<target>1.6</target>
235+
<source>1.7</source>
236+
<target>1.7</target>
237237
<debug>true</debug>
238238
<encoding>utf-8</encoding>
239239
<optimize>true</optimize>

0 commit comments

Comments
 (0)
Please sign in to comment.