Skip to content

Commit d4691f8

Browse files
committed
jdk version to 1.7
1 parent 89be9f6 commit d4691f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

maven-wrapper/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>fi.helsinki.cs.tmc</groupId>
66
<artifactId>maven-wrapper</artifactId>
7-
<version>1.6</version>
7+
<version>1.7</version>
88
<packaging>nbm</packaging>
99

1010
<name>TMC Maven Wrapper</name>
@@ -357,8 +357,8 @@
357357
<artifactId>maven-compiler-plugin</artifactId>
358358
<version>2.5.1</version>
359359
<configuration>
360-
<source>1.6</source>
361-
<target>1.6</target>
360+
<source>1.7</source>
361+
<target>1.7</target>
362362
</configuration>
363363
</plugin>
364364

0 commit comments

Comments
 (0)