Hi, I've spent some time investigating what happened, I believe it's user error caused by confusing parameters and a bug in the release script... The build has these two parameters, that I normally don't touch, set to "skip":
[image: image.png] I normally don't touch them due to lack of understanding, but the description seems to suggest "skip GT build", which is indeed something we don't need during a release, the upstream builds are done already. But looking at how they work in build_release.sh <https://github.com/geoserver/geoserver/blob/main/build/build_release.sh#L156>, they skip the build but also skip setting gt_tag and gwc_tag, which then are used to update the version numbers in the pom files <https://github.com/geoserver/geoserver/blob/main/build/build_release.sh#L199> . Seems like a bug in the logic of the release script IMHO, but for now, better not set those to "skip" and let them do the extra, unnecessary builds. Cheers Andrea
_______________________________________________ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel