You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by bu...@apache.org on 2017/09/21 17:23:17 UTC

svn commit: r1018498 - in /websites/production/activemq/content: cache/main.pageCache release-guide.html

Author: buildbot
Date: Thu Sep 21 17:23:17 2017
New Revision: 1018498

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/cache/main.pageCache
    websites/production/activemq/content/release-guide.html

Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/activemq/content/release-guide.html
==============================================================================
--- websites/production/activemq/content/release-guide.html (original)
+++ websites/production/activemq/content/release-guide.html Thu Sep 21 17:23:17 2017
@@ -174,21 +174,9 @@ cd activemq
 # Example: ./prepare-release.sh https://repository.apache.org/content/repositories/orgapacheactivemq-1149 5.15.1
 svn add <version>
 and commit once it looks good.</pre>
-</div></div></li><li>Call a vote on the dev list, listing the great new features of the release.</li><li>After it passes, promote the release (i.e. release the staging repository): login to<span style="color: rgb(112,112,112);">&#160;</span><a shape="rect" class="external-link" href="https://repository.apache.org/">https://repository.apache.org</a>, navigate to the staging repository&#160;and click the "release" button.&#160;</li><li><p>After it passes, copy the staged release files from the SVN dist dev folder to the SVN dist release folder: <a shape="rect" class="external-link" href="https://dist.apache.org/repos/dist/release/activemq/">https://dist.apache.org/repos/dist/release/activemq/</a></p><div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
+</div></div></li><li>Call a vote on the dev list, listing the great new features of the release.</li></ol><h2 id="ReleaseGuide-Afterthevotepasses">After the vote passes</h2><ol><li>Promote the release (i.e. release the staging repository): login to<span style="color: rgb(112,112,112);">&#160;</span><a shape="rect" class="external-link" href="https://repository.apache.org/">https://repository.apache.org</a>, navigate to the staging repository&#160;and click the "release" button.&#160;</li><li><p>Copy the staged release files from the SVN dist dev folder to the SVN dist release folder: <a shape="rect" class="external-link" href="https://dist.apache.org/repos/dist/release/activemq/">https://dist.apache.org/repos/dist/release/activemq/</a></p><div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>svn cp -m "add files for activemq-&lt;version&gt;" https://dist.apache.org/repos/dist/dev/activemq/activemq/&lt;version&gt; https://dist.apache.org/repos/dist/release/activemq/&lt;version&gt;
 # Example: svn cp -m "add files for activemq-5.15.1" https://dist.apache.org/repos/dist/dev/activemq/activemq/5.15.1 https://dist.apache.org/repos/dist/release/activemq/5.15.1</pre>
-</div></div><div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
-<pre>*** Deprecated Remove once the above is fully worked out ***
-
-ssh [apacheId]@people.apache.org
-svn co https://dist.apache.org/repos/dist/release/activemq/
-cd activemq
-mkdir &lt;version&gt;;cd &lt;version&gt;
-curl --remote-name-all -f https://repository.apache.org/content/repositories/releases/org/apache/activemq/activemq-parent/&lt;version&gt;/activemq-parent-&lt;version&gt;{.pom,-source-release.zip}{.asc,.asc.md5,.asc.sha1,.sha1,.md5,}
-curl --remote-name-all -f https://repository.apache.org/content/repositories/releases/org/apache/activemq/apache-activemq/&lt;version&gt;/apache-activemq-&lt;version&gt;{.pom,-bin.tar.gz,-bin.zip}{.asc,.asc.md5,.asc.sha1,.sha1,.md5,}
-
-svn add .
-and commit once it looks good.</pre>
 </div></div></li><li><p>Populate the schema site in svn</p><div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>svn co https://svn.apache.org/repos/infra/websites/production/activemq/content
 cd content/schema/core