Skip to content

Commit 9e5a852

Browse files
committed
Adjust compiler source and target version
1 parent 21f099a commit 9e5a852

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
@@ -98,8 +98,8 @@
9898
<artifactId>maven-compiler-plugin</artifactId>
9999
<version>2.3.2</version>
100100
<configuration>
101-
<source>1.6</source>
102-
<target>1.6</target>
101+
<source>1.7</source>
102+
<target>1.7</target>
103103
</configuration>
104104
</plugin>
105105
<plugin>

0 commit comments

Comments
 (0)