Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeverdelhan committed May 9, 2020
1 parent 56c8b6a commit 6dd28d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -77,6 +78,7 @@
</plugin>
<!-- Releases -->
<!--
Publish a release on GH packages:
mvn -Dresume=false -DdryRun=true release:prepare
mvn -Dresume=false release:prepare release:perform
-->
Expand Down

0 comments on commit 6dd28d5

Please sign in to comment.