Author: veithen
Date: Sun Nov 15 12:02:25 2015
New Revision: 1714439
URL: http://svn.apache.org/viewvc?rev=1714439&view=rev
Log:
Update the release process documentation.
Modified:
webservices/axiom/trunk/devguide/src/docbkx/devguide.xml
Modified: webservices/axiom/trunk/devguide/src/docbkx/devguide.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/devguide/src/docbkx/devguide.xml?rev=1714439&r1=1714438&r2=1714439&view=diff
==============================================================================
--- webservices/axiom/trunk/devguide/src/docbkx/devguide.xml (original)
+++ webservices/axiom/trunk/devguide/src/docbkx/devguide.xml Sun Nov 15
12:02:25 2015
@@ -1113,27 +1113,12 @@ javax.xml.stream.XMLOutputFactory=com.be
<procedure>
<step>
<para>
- Update the release date in
<filename>download.xml.vm</filename> and <filename>index.apt</filename>.
- </para>
- </step>
- <step>
- <para>
- Temporarily disable the Jenkins build(s) for Axiom, in
order to avoid accidental
- deployment of the release candidate to the local
repository of a Jenkins executor
- if the release process fails somewhere in the middle
and/or a Jenkins build
- starts at the wrong moment.
- </para>
- </step>
- <step>
- <para>
Start the release process with the following command:
</para>
<screen>mvn release:prepare</screen>
<para>
- When asked for the "SCM release tag or label",
override the default value
- (<literal>axiom-x.y.z</literal>) by entering a tag in
the form
- <literal>x.y.z</literal>, which is compatible with the
tag names used for
- previous releases.
+ When asked for the "SCM release tag or label", keep
the default value
+ (<literal>x.y.z</literal>).
</para>
<para>
The above command will create a tag in Subversion and
increment the version
@@ -1219,11 +1204,6 @@ javax.xml.stream.XMLOutputFactory=com.be
</listitem>
</itemizedlist>
</step>
- <step>
- <para>
- Reenable the Jenkins build(s).
- </para>
- </step>
</procedure>
<para>
If the vote passes, execute the following steps: