Skip to content

Commit

Permalink
Merge pull request #77 from candrews/patch-2
Browse files Browse the repository at this point in the history
maven-compiler-plugin to 3.7.0
  • Loading branch information
yegor256 authored Jan 24, 2018
2 parents 8d54830 + 130c7a9 commit a6f302e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand Down

0 comments on commit a6f302e

Please sign in to comment.