Author: psharples
Date: Tue Nov 27 14:02:59 2012
New Revision: 1414193
URL: http://svn.apache.org/viewvc?rev=1414193&view=rev
Log:
Minor updates which were still referring to 'incubating'.
Modified:
wookie/site/trunk/content/docs/developer/release-overview.mdtext
wookie/site/trunk/content/docs/developer/release-process.mdtext
Modified: wookie/site/trunk/content/docs/developer/release-overview.mdtext
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/content/docs/developer/release-overview.mdtext?rev=1414193&r1=1414192&r2=1414193&view=diff
==============================================================================
--- wookie/site/trunk/content/docs/developer/release-overview.mdtext (original)
+++ wookie/site/trunk/content/docs/developer/release-overview.mdtext Tue Nov 27
14:02:59 2012
@@ -41,9 +41,8 @@ This section summarises each phase in th
1. Build the release files
1. Signing of release files
1. Vote on release
- 1. Request approval from Incubator PCM
1. Release
- 1. Upload to incubator distributions site
+ 1. Upload to distributions site
1. Wait for mirroring to take place
1. Announce the release
@@ -124,7 +123,7 @@ The installation and build documentation
checked for accuracy. Other documentation is maintained online and can be
modified when
required. When we announce the release it would be good to review the
documentation for
accuracy and usability. The status document can be generated from the issue
tracker with
-some introduction. Release notes need to be created including the standard
incubator disclaimer.
+some introduction. Release notes need to be created.
### Release Tag
Modified: wookie/site/trunk/content/docs/developer/release-process.mdtext
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/content/docs/developer/release-process.mdtext?rev=1414193&r1=1414192&r2=1414193&view=diff
==============================================================================
--- wookie/site/trunk/content/docs/developer/release-process.mdtext (original)
+++ wookie/site/trunk/content/docs/developer/release-process.mdtext Tue Nov 27
14:02:59 2012
@@ -101,7 +101,7 @@ Ideally we'd want a +3 from the committe
### 5. Update all references to SNAPSHOT in the properties files and update
the pom-templates
- 1. Find the version reference in the following files. Update it in each case
removing the '-SNAPSHOT' at the end, so that it reads for example
'0.10.0-incubating'. Note that in the top-level ivy.xml there are actually
three references you need to change, including the dependencies on the
Connector and Parser.
+ 1. Find the version reference in the following files. Update it in each case
removing the '-SNAPSHOT' at the end, so that it reads for example '0.12.0'.
Note that in the top-level ivy.xml there are actually three references you need
to change, including the dependencies on the Connector and Parser.
- /build.properties
- /ivy.xml
@@ -166,7 +166,7 @@ Ideally we'd want a +3 from the committe
1. If you haven't already, switch back to the trunk.
1. Find all the files listed in step (#5.1) above.
- 1. Update all the entries to the next version-SNAPSHOT - i.e.
0.13.0-incubating-SNAPSHOT
+ 1. Update all the entries to the next version-SNAPSHOT - i.e. 0.13.0-SNAPSHOT
1. Update the 3 pom-template.xml files in step (#5.2) above so that they
point back at the trunk again
1. Commit your changes
@@ -222,7 +222,7 @@ Ideally we'd want a +3 from the committe
...substituting the ${project.version} with the folder name of the
generated artifacts i.e...
- scp -r ./0.10.0-incubating
[email protected]:/www/people.apache.org/builds/wookie/
+ scp -r ./0.12.0
[email protected]:/www/people.apache.org/builds/wookie/
(Note: the pscp utility comes with putty, rather than scp)