File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 3737 <format property =" tstamp" pattern =" yyyyMMdd" />
3838 </tstamp >
3939 <move file =" ${target.release.dir}/${release.zip}"
40- tofile =" ${upload.tmp.dir}/springmodules -${release.version}-${label}-${tstamp}.zip" />
40+ tofile =" ${upload.tmp.dir}/spring-modules -${release.version}-${label}-${tstamp}.zip" />
4141 </target >
4242
4343 <target name =" upload" depends =" upload-log, upload-binaries" />
Original file line number Diff line number Diff line change 11# configurable property values, may be locally overriden by a build.properties file
2- release.version =0.5-dev
2+ release.version =0.5
33
44# include.sandbox=true
55
@@ -8,5 +8,5 @@ common.build.dir=${basedir}/../projects/common-build
88docs.dir =${basedir}/../docs
99# common build bootstrap
1010bootstrap.dir =${basedir}/../projects/common-build-bootstrap
11- project.name =springmodules -${release.version}
11+ project.name =spring-modules -${release.version}
1212copyright =Copyright © 2005-2006. The Spring Modules Project. All Rights Reserved.
Original file line number Diff line number Diff line change 1+ Doing a release
2+ --------------------
3+
4+ 1. update build/build.properties and /docs/reference/src/index-module.xml with the release dates
5+
6+ 2. test that everything is fine
7+ ant clean-all release
8+ see target/ folder
9+ -- check that the docs are properly generated (including html and pdf)
10+ -- check packages, including javadocs, sources and changelog
11+
12+ 3. upload the jar without the full distro
13+ 4. log into the jteam machine, add the distro and then upload it to java.net
14+ 5. create a new version on JIRA and close the existing one
15+ 6. do the version release on JIRA
16+ 7. commit the 0.5 docs on the CVS website
17+ 7.5. do a CVS tag
18+ 8. update the project page
19+
20+ 9. post the announcement on the forum and then on Spring Framework site.
21+
22+
You can’t perform that action at this time.
0 commit comments