Skip to content

Commit 5c8ec0e

Browse files
wooreadanielerez
authored andcommitted
java 7
1 parent c4297ec commit 5c8ec0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-compiler-plugin</artifactId>
96-
<version>3.0</version>
96+
<version>3.1</version>
9797
<configuration>
98-
<source>1.6</source>
99-
<target>1.6</target>
98+
<source>1.7</source>
99+
<target>1.7</target>
100100
<encoding>UTF-8</encoding>
101101
</configuration>
102102
</plugin>

0 commit comments

Comments
 (0)