Skip to content

Commit 0e13fda

Browse files
committed
chore: Maven release plugin configuration
1 parent 411214d commit 0e13fda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,10 @@
236236
<plugin>
237237
<groupId>org.apache.maven.plugins</groupId>
238238
<artifactId>maven-release-plugin</artifactId>
239-
<version>3.0.0</version>
239+
<version>2.5.3</version>
240240
<configuration>
241+
<preparationGoals>clean verify install</preparationGoals>
242+
<localCheckout>true</localCheckout>
241243
<scmCommentPrefix>chore: release - </scmCommentPrefix>
242244
</configuration>
243245
</plugin>

0 commit comments

Comments
 (0)