Browse Source

Fix release plugin to download plugins if needed

pull/1396/head
Marvin Froeder 3 years ago
parent
commit
95a91c4631
  1. 2
      scripts/release.sh

2
scripts/release.sh

@ -20,7 +20,7 @@ function increment() { @@ -20,7 +20,7 @@ function increment() {
}
# extract the release version from the pom file
version=`./mvnw -o help:evaluate -N -Dexpression=project.version | sed -n '/^[0-9]/p'`
version=`./mvnw -B help:evaluate -N -Dexpression=project.version | sed -n '/^[0-9]/p'`
tag=`echo ${version} | cut -d'-' -f 1`
# determine the next snapshot version

Loading…
Cancel
Save