Hi all, I have several questions to the release build scripts, because I saw some changes in the master made by Martijn ( https://github.com/apache/wicket/commit/f82fd1c39aa1db708c8a7d510b75aeffb3d6e39e ):
1. Should we also change the build scripts in 6.x / 7.x in addition to master to be more generic? 2. Can we remove all other outdated scripts of other branches, too? 3. There are some changes I don't understand in the master: https://github.com/apache/wicket/blob/f82fd1c39aa1db708c8a7d510b75aeffb3d6e39e/build-versions.py#L46 I changed the name explicit to "org.apache.wicket.experimental.wicket8" so that there are independent version of wicket7 / wicket8 - it has been switched back to wicket7. https://github.com/apache/wicket/blob/f82fd1c39aa1db708c8a7d510b75aeffb3d6e39e/release.sh#L266 The branch is master, not wicket-7.x. kind regards Tobias
