Update maven compiler plugin to the latest version (3.6.1) (#5300)

* update maven compiler plugin to the latest version

* update feign petstore
This commit is contained in:
wing328
2017-04-02 21:39:48 +08:00
committed by GitHub
parent 2e8eea9c18
commit 7db3388fdc
16 changed files with 30 additions and 32 deletions

View File

@@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<version>3.6.1</version>
<configuration>
{{#java8}}
<source>1.8</source>

View File

@@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.6.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>

View File

@@ -118,7 +118,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.6.1</version>
<configuration>
{{#java8}}
<source>1.8</source>