Jetty7 Release Process
Jetty7@codehaus Release 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
Jetty7@eclipse Release Process
Jetty core components are at eclipse from jetty-7 and later.
See http://wiki.eclipse.org/Jetty/Contributor/Releasing for how to build the core components.
...