Skip to content

Commit 30040a9

Browse files
committed
Do not add prereleases for beta and rc
1 parent aa0fa6d commit 30040a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pit/lib/lib-patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ applyPatches() {
1616
[ -n "$TEST" ] || log "Applying Patches for $app_ $type_ $vers_"
1717

1818
case $vers_ in
19-
*alpha*|*beta*|*rc*|*SNAP*) addPrereleases;;
19+
*alpha*|*SNAP*) addPrereleases;;
2020
esac
2121
expr "$vers_" : ".*SNAPSHOT" >/dev/null && enableSnapshots
2222
expr "$vers_" : "24.3.0.alpha.*" >/dev/null && addSpringReleaseRepo

0 commit comments

Comments
 (0)