We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0fa6d commit 30040a9Copy full SHA for 30040a9
scripts/pit/lib/lib-patch.sh
@@ -16,7 +16,7 @@ applyPatches() {
16
[ -n "$TEST" ] || log "Applying Patches for $app_ $type_ $vers_"
17
18
case $vers_ in
19
- *alpha*|*beta*|*rc*|*SNAP*) addPrereleases;;
+ *alpha*|*SNAP*) addPrereleases;;
20
esac
21
expr "$vers_" : ".*SNAPSHOT" >/dev/null && enableSnapshots
22
expr "$vers_" : "24.3.0.alpha.*" >/dev/null && addSpringReleaseRepo
0 commit comments