Skip to content

Commit

Permalink
Merge pull request #144 from ledina/master
Browse files Browse the repository at this point in the history
Added version to maven-compiler-plugin
  • Loading branch information
davenice authored Feb 27, 2020
2 parents 555ae50 + 53755a8 commit 429a09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/bundle-reactor-deploy/demo-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit 429a09f

Please sign in to comment.