Skip to content

Commit 46394cc

Browse files
committed
Set release profile for the versions:set command
1 parent dbd952d commit 46394cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ release:
1313
mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg
1414
mv /home/r/secring.gpg /home/r/gpg/secring.gpg
1515
sudo chmod -R 700 /home/r/gpg
16-
mvn versions:set "-DnewVersion=${tag}"
16+
mvn -Prelease versions:set "-DnewVersion=${tag}"
1717
export PATH=$JAVA_HOME/bin:$PATH
1818
git commit -am "${tag}"
1919
mvn clean deploy -Prelease --settings /home/r/settings.xml

0 commit comments

Comments
 (0)