Skip to content

Commit fa4b67b

Browse files
author
costin
committed
+ info for 0.5
1 parent 5f7c11a commit fa4b67b

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

build/build-continuous.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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"/>

build/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
88
docs.dir=${basedir}/../docs
99
# common build bootstrap
1010
bootstrap.dir=${basedir}/../projects/common-build-bootstrap
11-
project.name=springmodules-${release.version}
11+
project.name=spring-modules-${release.version}
1212
copyright=Copyright &#169; 2005-2006. The Spring Modules Project. All Rights Reserved.

build/readme.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

0 commit comments

Comments
 (0)