Skip to content

Commit dacc339

Browse files
smadasumarcosnils
authored andcommitted
Upgrade the JDK versin to 1.7 #1333 (#1334)
1 parent 351c98d commit dacc339

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
@@ -83,8 +83,8 @@
8383
<artifactId>maven-compiler-plugin</artifactId>
8484
<version>3.1</version>
8585
<configuration>
86-
<source>1.6</source>
87-
<target>1.6</target>
86+
<source>1.7</source>
87+
<target>1.7</target>
8888
</configuration>
8989
</plugin>
9090
<plugin>

0 commit comments

Comments
 (0)