Skip to content

Commit

Permalink
Fix maven-release-plugin issue
Browse files Browse the repository at this point in the history
lukehutch committed Feb 20, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pzygielo Piotrek Żygieło
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
@@ -528,9 +528,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release</releaseProfiles>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
<goals>deploy</goals>
</configuration>
</plugin>
</plugins>

0 comments on commit 6420282

Please sign in to comment.