Skip to content

Commit

Permalink
bump maven compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Aug 22, 2018
1 parent 4abdd30 commit 09164f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
plugin :resources, '2.6'
plugin :dependency, '2.8'
plugin(
:compiler, '3.7.0',
:compiler, '3.8.0',
source: '${maven.compiler.source}',
target: '${maven.compiler.target}'
)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ DO NOT MODIFIY - GENERATED CODE
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand Down

0 comments on commit 09164f9

Please sign in to comment.