Skip to content

Commit

Permalink
Remove snapshot build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Nov 27, 2024
1 parent 3bfd951 commit 90c2bc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions update-project-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ function find_version() {
done
echo $VER
}
./mvnw clean install -DskipTests -Dmaven.javadoc.skip=true -T 1C -ntp
./mvnw clean -T 1C -ntp
NEW_VERSION=$1
RELEASE_TRAIN_VERSION=$2
OLD_VERSION=$($SCDIR/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout 2> /dev/null)
Expand Down

0 comments on commit 90c2bc5

Please sign in to comment.