DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Children Display | ||||||
|---|---|---|---|---|---|---|
|
Releasing Apache Wicket 1.4.x
...
- query dev@ for any open issues, it helps to look at jira first
- create tag, create release branch
- check out release branch
- find . -name "pom.xml" | xargs sed -i -e "s/-SNAPSHOT/-beta4/g"
- add JIRA generated release notes to README
- commit to release branch
- call release.sh
- test the distribution (examples, rat, etc)
- upload m2-repo and dist directory from target/ to p.a.o
- send vote message
- wait
- upload to mirrors (see below)
- wait 24 hours for mirrors to pick them up
- announce
Uploading to the mirror system
...
- http://wicket.apache.org
- User/Dev/Announce mailing lists
- Misc. websites like javalobby, serverside, onjava etc.
Releasing Apache Wicket 1.2.x
TBD...