@@ -7,7 +7,7 @@ plugins {
77 id(" me.champeau.jmh" ) version " 0.7.3"
88}
99
10- version = " 2.0.0-RC-3 "
10+ version = " 2.0.0-RC-4-SNAPSHOT "
1111group = " com.tegonal.variist"
1212description = " Library which helps to setup and prioritise parameterized tests"
1313
@@ -83,7 +83,7 @@ Release & deploy a commit
8383
8484
8585export VARIIST_PREVIOUS_VERSION=2.0.0-RC-3
86- export VARIIST_VERSION=2.0.0-RC-3
86+ export VARIIST_VERSION=2.0.0-RC-4
8787find ./ -name "*.md" | xargs perl -0777 -i \
8888 -pe "s@$VARIIST_PREVIOUS_VERSION@$VARIIST_VERSION@g;" \
8989 -pe "s@tree/main@tree/v$VARIIST_VERSION@g;" \
@@ -184,7 +184,7 @@ cd ../variist
184184 done &&
185185 (cd "$tmpDir" && zip -r "variist-$VARIIST_VERSION.zip" .) &&
186186 find "$tmpDir" -name "*.jar" | head -n 1 | xargs -I {} gpg --verify "{}.asc" "{}" &&
187- echo "verify the correct gpg key was used (see above) and you might want to check the release in $tmpDir"
187+ echo "verify the correct gpg key was used (see above) and you might want to check the release in file:// $tmpDir"
188188 b) Log into https://central.sonatype.com/publishing/deployments
189189 c) click on publish component and upload zip
190190 d) click on publish once verification is done
@@ -198,7 +198,7 @@ Prepare next dev cycle
198198
199199
200200export VARIIST_VERSION=2.0.0-RC-3
201- export VARIIST_NEXT_VERSION=2.0.0-RC-3
201+ export VARIIST_NEXT_VERSION=2.0.0-RC-4
202202find ./ -name "*.md" | xargs perl -0777 -i \
203203 -pe "s@tree/v$VARIIST_VERSION@tree/main@g;" \
204204 -pe "s@$VARIIST_VERSION/kdoc@latest#/kdoc@g;" \
0 commit comments