Skip to content

Commit 5504fcb

Browse files
committed
Set maven-release-plugin goals to deploy
1 parent 077c0a2 commit 5504fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<artifactId>maven-release-plugin</artifactId>
193193
<version>3.0.1</version>
194194
<configuration>
195-
<goals>install</goals>
195+
<goals>deploy</goals>
196196
<autoVersionSubmodules>true</autoVersionSubmodules>
197197
</configuration>
198198
</plugin>

0 commit comments

Comments
 (0)