Skip to content

Commit 7ee0d44

Browse files
author
jvanderwee
committed
Updated to JDK 1.7
1 parent ba9d958 commit 7ee0d44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sample-code/examples/java/junit

sample-code/examples/java/junit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<plugin>
6161
<artifactId>maven-compiler-plugin</artifactId>
6262
<configuration>
63-
<source>1.5</source>
64-
<target>1.5</target>
63+
<source>1.7</source>
64+
<target>1.7</target>
6565
</configuration>
6666
</plugin>
6767
</plugins>

0 commit comments

Comments
 (0)