File tree 3 files changed +25
-3
lines changed 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 37
37
<format property =" tstamp" pattern =" yyyyMMdd" />
38
38
</tstamp >
39
39
<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" />
41
41
</target >
42
42
43
43
<target name =" upload" depends =" upload-log, upload-binaries" />
Original file line number Diff line number Diff line change 1
1
# configurable property values, may be locally overriden by a build.properties file
2
- release.version =0.5-dev
2
+ release.version =0.5
3
3
4
4
# include.sandbox=true
5
5
@@ -8,5 +8,5 @@ common.build.dir=${basedir}/../projects/common-build
8
8
docs.dir =${basedir}/../docs
9
9
# common build bootstrap
10
10
bootstrap.dir =${basedir}/../projects/common-build-bootstrap
11
- project.name =springmodules -${release.version}
11
+ project.name =spring-modules -${release.version}
12
12
copyright =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