Skip to content

Commit 920f47e

Browse files
committed
Upgrade pom.xml to use Java 7
1 parent 7a74ac5 commit 920f47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-compiler-plugin</artifactId>
4141
<configuration>
42-
<source>1.6</source>
43-
<target>1.6</target>
42+
<source>1.7</source>
43+
<target>1.7</target>
4444
</configuration>
4545
<version>2.3.2</version>
4646
</plugin>

0 commit comments

Comments
 (0)