Skip to content

Commit 883e122

Browse files
committed
1 parent b7815e7 commit 883e122

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
@@ -208,10 +208,10 @@
208208
<plugin>
209209
<groupId>org.apache.maven.plugins</groupId>
210210
<artifactId>maven-compiler-plugin</artifactId>
211-
<version>3.1</version>
211+
<version>3.7.0</version>
212212
<configuration>
213-
<source>1.6</source>
214-
<target>1.6</target>
213+
<source>1.7</source>
214+
<target>1.7</target>
215215
<encoding>${project.build.sourceEncoding}</encoding>
216216
</configuration>
217217
<executions>

0 commit comments

Comments
 (0)