Skip to content

Commit f4d6df4

Browse files
committed
ntp for versions
1 parent 3da985a commit f4d6df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ release:
1717
pre: false
1818
script: |-
1919
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
20-
mvn versions:set "-DnewVersion=${tag}" --batch-mode
20+
mvn -ntp versions:set "-DnewVersion=${tag}" --batch-mode
2121
git commit -am "${tag}"
2222
export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
2323
mvn clean deploy -ntp -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml

0 commit comments

Comments
 (0)