Skip to content

Commit 1398869

Browse files
committed
Update to Java7
1 parent 823496a commit 1398869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<artifactId>maven-compiler-plugin</artifactId>
3131
<version>2.0.2</version>
3232
<configuration>
33-
<source>1.6</source>
34-
<target>1.6</target>
33+
<source>1.7</source>
34+
<target>1.7</target>
3535
</configuration>
3636
</plugin>
3737
</plugins>

0 commit comments

Comments
 (0)