Dear Wiki user, You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for change notification.
The "ReleaseProcess" page has been changed by SergioFernandez: http://wiki.apache.org/marmotta/ReleaseProcess?action=diff&rev1=9&rev2=10 on the incubator general mailinglist, so the whole process will be 144 hours (or 6 days). - = 8. Revert the version (if vote fails) = + = 8. Revert the release (if vote fails) = - In case the vote fails, version would need to be reverted: + In case the vote fails, the release would need to be reverted: + + * Revert to the previous version: {{{ mvn --batch-mode release:update-versions -DdevelopmentVersion=3.0.0-incubating-SNAPSHOT -DautoVersionSubmodules=true }}} + * Remove the tag + + {{{ + git tag -d 3.0.0-incubating + git push origin :refs/tags/3.0.0-incubating + }}} +
