Skip to content

Commit

Permalink
pom: set version to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danglotb committed Feb 10, 2022
1 parent 64dbbf0 commit 089922b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildscript/deploy_to_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ echo "Deploying ..."
PREVIOUS_MAVEN_CENTRAL_VERSION=`curl "https://www.monperrus.net/martin/last-version-maven.py?groupId=eu.stamp-project&artifactId=test-runner" | egrep -o "[0-9]+$"`

# and incrementing it
mvn versions:set -DnewVersion=1.$((PREVIOUS_MAVEN_CENTRAL_VERSION+1))
#mvn versions:set -DnewVersion=1.$((PREVIOUS_MAVEN_CENTRAL_VERSION+1))
mvn versions:set -DnewVersion=4.0

mvn -Prelease deploy --settings .buildscript/settings.xml -Dmaven.test.skip=true
echo "Well deployed!"

0 comments on commit 089922b

Please sign in to comment.