Skip to content

Commit 80cab59

Browse files
committed
update maven-compiler-plugin
1 parent 28f20a3 commit 80cab59

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
@@ -101,10 +101,10 @@
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-compiler-plugin</artifactId>
104-
<version>3.0</version>
104+
<version>3.3</version>
105105
<configuration>
106-
<source>1.6</source>
107-
<target>1.6</target>
106+
<source>1.7</source>
107+
<target>1.7</target>
108108
</configuration>
109109
</plugin>
110110
<plugin>

0 commit comments

Comments
 (0)