File tree Expand file tree Collapse file tree 4 files changed +13
-14
lines changed
Expand file tree Collapse file tree 4 files changed +13
-14
lines changed 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.9-dev
2+ release.version =0.9
33
44# include.sandbox=true
55
@@ -14,4 +14,4 @@ project.name=spring-modules-${release.version}
1414org.package.prefix =org.springmodules
1515org.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.
Original file line number Diff line number Diff line change 11Doing a release
22--------------------
3-
431. 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
762. 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
Original file line number Diff line number Diff line change 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 >
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
209209project.title =${ant.project.name}
210210org.name =springmodules.dev.java.net
211211org.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