Jetty7@codehaus Process
- Verify that there are no blocking issues on the lists or in JIRA.
- update pom.xml to use latest jetty@eclipse
- update VERSION.txt
- prepare:
Use jetty-X.Y.Z as the release tag.No Format mvn -DperformRelease=true -DautoVersionSubmodules=true release:prepare - perform:
No Format mvn release:perform - Close the staged repository on oss.sonatype.org
- When release is tested, webdav the jetty-hightide repository contents to https://dav.codehaus.org/dist/jetty/jetty-hightide-X.Y.Z
- promote repository on oss.sonatype.org
Jetty6 Release Process
Currently the release procedure for Jetty6 is a mostly manual operation:
...