build: Drop jrelease:release from release (for now)

Change-Id: Iff2568a5b1e041907e1bc20d2e49583bdf58140b
This commit is contained in:
Mark Derricutt 2023-12-12 11:09:08 +13:00
parent 4f48a815ca
commit b570011662
No known key found for this signature in database
GPG Key ID: 0DFEAD8DBB8FAC31

View File

@ -280,7 +280,7 @@
<mavenExecutorId>forked-path</mavenExecutorId>
<arguments>-Drepaint.release=release</arguments>
<preparationGoals>clean enforcer:enforce verify</preparationGoals>
<goals>enforcer:enforce deploy jreleaser:release</goals>
<goals>enforcer:enforce deploy</goals>
<tagBase>release/${project.groupId}/</tagBase>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>