Skip to content

Commit 035f50e

Browse files
author
coliny
committed
Spring Modules 0.9 release.
1 parent 16db06e commit 035f50e

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

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.9-dev
2+
release.version=0.9
33

44
#include.sandbox=true
55

@@ -14,4 +14,4 @@ project.name=spring-modules-${release.version}
1414
org.package.prefix=org.springmodules
1515
org.name=springmodules.dev.java.net
1616

17-
copyright=Copyright © 2005-2007. The Spring Modules Project. All Rights Reserved.
17+
copyright=Copyright © 2005-2008. The Spring Modules Project. All Rights Reserved.

build/readme.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
Doing a release
22
--------------------
3-
43
1. update build/build.properties and /docs/reference/src/index-module.xml with the release dates
5-
update common-build/project.properties (w/ release name (0.x))
4+
update projects/common-build/project.properties (w/ release name (0.x))
65

76
2. test that everything is fine
87
ant clean-all release
98
see target/ folder
109
-- check that the docs are properly generated (including html and pdf)
1110
-- check packages, including javadocs, sources and changelog
1211

13-
3. upload the jar without the full distro
14-
4. log into the jteam machine, add the distro and then upload it to java.net
15-
5. create a new version on JIRA and close the existing one
16-
6. do the version release on JIRA
17-
7. commit the 0.x docs on the CVS website
18-
7.5. do a CVS tag
19-
8. update the project page
12+
3. upload the jar without the full distro
13+
5. create a new version on JIRA and close the existing one
14+
6. do the version release on JIRA
15+
7. commit the 0.x docs on the CVS website
16+
7.5. do a CVS tag
17+
7.8. update the version in the various files (see step 1) to 0.x+1-DEV
18+
8. update the project page
2019

21-
9. post the announcement on the forum and then on Spring Framework site.
20+
9. post the announcement on the forum and then on Spring Framework site.
2221

2322

docs/reference/src/index-module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<subtitle>
44
Reference Documentation
55
</subtitle>
6-
<releaseinfo>Version 0.8</releaseinfo>
6+
<releaseinfo>Version 0.9</releaseinfo>
77
<pubdate></pubdate>
88

99
<authorgroup>

projects/common-build/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ release.repo.ivy.retrieve.ivy.pattern=[organisation]/[module]/ivy-[revision].xml
209209
project.title=${ant.project.name}
210210
org.name=springmodules.dev.java.net
211211
org.package.prefix=org.springmodules
212-
project.base.version=0.9-dev
212+
project.base.version=0.9

0 commit comments

Comments
 (0)