Skip to content

Commit

Permalink
Fix maven-release-plugin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehutch committed Feb 20, 2020
1 parent e8a1f97 commit 6420282
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release</releaseProfiles>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
<goals>deploy</goals>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 6420282

Please sign in to comment.