File tree 4 files changed +13
-14
lines changed 4 files changed +13
-14
lines changed 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.9-dev
2
+ release.version =0.9
3
3
4
4
# include.sandbox=true
5
5
@@ -14,4 +14,4 @@ project.name=spring-modules-${release.version}
14
14
org.package.prefix =org.springmodules
15
15
org.name =springmodules.dev.java.net
16
16
17
- copyright =Copyright © 2005-2007 . The Spring Modules Project. All Rights Reserved.
17
+ copyright =Copyright © 2005-2008 . The Spring Modules Project. All Rights Reserved.
Original file line number Diff line number Diff line change 1
1
Doing a release
2
2
--------------------
3
-
4
3
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))
6
5
7
6
2. test that everything is fine
8
7
ant clean-all release
9
8
see target/ folder
10
9
-- check that the docs are properly generated (including html and pdf)
11
10
-- check packages, including javadocs, sources and changelog
12
11
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
20
19
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.
22
21
23
22
Original file line number Diff line number Diff line change 3
3
<subtitle >
4
4
Reference Documentation
5
5
</subtitle >
6
- <releaseinfo >Version 0.8 </releaseinfo >
6
+ <releaseinfo >Version 0.9 </releaseinfo >
7
7
<pubdate ></pubdate >
8
8
9
9
<authorgroup >
Original file line number Diff line number Diff line change @@ -209,4 +209,4 @@ release.repo.ivy.retrieve.ivy.pattern=[organisation]/[module]/ivy-[revision].xml
209
209
project.title =${ant.project.name}
210
210
org.name =springmodules.dev.java.net
211
211
org.package.prefix =org.springmodules
212
- project.base.version =0.9-dev
212
+ project.base.version =0.9
You can’t perform that action at this time.
0 commit comments