feat(Version): add package

This commit is contained in:
Wolfram Gulde 2021-12-23 15:29:43 +01:00
parent 7b27d8edc1
commit 2a67778ec5

View File

@ -16,6 +16,7 @@
- curl "https://img.shields.io/static/v1?label=Version-&message=$VERSION&color=green" -o $ARTIFACT.svg - curl "https://img.shields.io/static/v1?label=Version-&message=$VERSION&color=green" -o $ARTIFACT.svg
- > - >
if [ "${MVN_VERSION}" == "true" ]; then if [ "${MVN_VERSION}" == "true" ]; then
mvn $MVN_EXTRA_ARGS versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false mvn $MVN_EXTRA_ARGS $MAVEN_CLI_OPTS versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false
mvn $MVN_EXTRA_ARGS $MAVEN_CLI_OPTS package
fi fi
- push $VERSION - push $VERSION