Author: buildbot
Date: Sat May  2 22:19:52 2020
New Revision: 1060105

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/release-process.html

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

Modified: websites/production/tapestry/content/release-process.html
==============================================================================
--- websites/production/tapestry/content/release-process.html (original)
+++ websites/production/tapestry/content/release-process.html Sat May  2 
22:19:52 2020
@@ -160,7 +160,7 @@
                 <span class="icon aui-icon content-type-page" 
title="Page">Page:</span>        </div>
 
         <div class="details">
-                        <a href="developer-information.html">Developer 
Information</a>
+                        <a href="release-process.html">Release Process</a>
                 
                         
                     </div>
@@ -169,7 +169,7 @@
                 <span class="icon aui-icon content-type-page" 
title="Page">Page:</span>        </div>
 
         <div class="details">
-                        <a href="release-process.html">Release Process</a>
+                        <a href="developer-information.html">Developer 
Information</a>
                 
                         
                     </div>
@@ -213,7 +213,7 @@
 </div>
 
 
-<p>Before creating a release, ensure that:</p><ul><li>You have <a 
class="external-link" href="http://www.apache.org/dev/openpgp.html";>setup your 
own public OpenGPG key signature</a> for signing the distribution</li><li>You 
can login to <a class="external-link" 
href="https://repository.apache.org/index.html#stagingRepositories";>Nexus</a></li><li>You
 have a Git workspace for&#160;<a class="external-link" 
href="https://git-wip-us.apache.org/repos/asf/tapestry-5.git";>https://git-wip-us.apache.org/repos/asf/tapestry-5.git</a></li><li>You
 have a Subversion&#160;workspace for&#160;<a class="external-link" 
href="https://dist.apache.org/repos/dist/dev/tapestry";>https://dist.apache.org/repos/dist/dev/tapestry</a>&#160;(dev
 archives workspace)</li><li>You have a Subversion workspace for&#160;<a 
class="external-link" 
href="https://dist.apache.org/repos/dist/release/tapestry";>https://dist.apache.org/repos/dist/release/tapestry</a>&#160;(release
 archives workspace)</li><li>You have a Subversion w
 orkspace for&#160;<a class="external-link" 
href="https://svn.apache.org/repos/infra/websites/production/tapestry/content";>https://svn.apache.org/repos/infra/websites/production/tapestry/content</a>&#160;(site
 content workspace)</li></ul><h2 
id="ReleaseProcess-GITandDeploymentCredentials">GIT and Deployment 
Credentials</h2><p>To successfully create a release, you will need to update 
your Gradle settings with the credentials for your git user and the deployment 
user. These credentials are stored in the Gradle configuration file 
<code>~/.gradle/gradle.properties</code>:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<p>Before creating a release, ensure that:</p><ul><li>You have <a 
class="external-link" href="http://www.apache.org/dev/openpgp.html";>setup your 
own public OpenGPG key signature</a> for signing the distribution</li><li>You 
can login to <a class="external-link" 
href="https://repository.apache.org/index.html#stagingRepositories";>Nexus</a></li><li>You
 have a Git clone of&#160;<a class="external-link" 
href="https://git-wip-us.apache.org/repos/asf/tapestry-5.git";>https://git-wip-us.apache.org/repos/asf/tapestry-5.git</a>&#160;(<strong>Tapestry
 source code project</strong>)</li><li>You have a Subversion&#160;checkout 
of&#160;<a class="external-link" 
href="https://dist.apache.org/repos/dist/dev/tapestry";>https://dist.apache.org/repos/dist/dev/tapestry</a>&#160;(<strong>dev
 artifact archive</strong>)</li><li>You have a Subversion checkout of&#160;<a 
class="external-link" 
href="https://dist.apache.org/repos/dist/release/tapestry";>https://dist.apache.org/repos/dist/release/tapestry</a>&#160;(
 <strong>release artifact archive</strong>)</li><li>You have a Subversion 
checkout of&#160;<a class="external-link" 
href="https://svn.apache.org/repos/infra/websites/production/tapestry/content";>https://svn.apache.org/repos/infra/websites/production/tapestry/content</a>&#160;(site
 content)</li></ul><h2 id="ReleaseProcess-GITandDeploymentCredentials">GIT and 
Deployment Credentials</h2><p>To successfully create a release, you will need 
to update your Gradle settings with the credentials for your git user and the 
deployment user. These credentials are stored in the Gradle configuration file 
<code>~/.gradle/gradle.properties</code>:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre><code class="language-java">apacheDeployUserName=hlship
 apacheDeployPassword=...
 
@@ -222,7 +222,7 @@ signing.secretKeyRingFile=.../.gnupg/sec
 signing.password=...
 
 apacheArchivesFolder=.../tapestry-dev</code></pre>
-</div></div><p>You can find your keyId using&#160;<code>gpg 
--list-keys</code>.</p><p>&#160;The apacheArchivesFolder should be the full 
path to your dev archives workspace.&#160;The build will copy files to this 
folder; see further notes below.</p><h2 
id="ReleaseProcess-ReleaseSteps">Release Steps</h2><h3 
id="ReleaseProcess-1.GeneratetheRelease">1.&#160;Generate the 
Release</h3><ol><li>Update your workspace to the release branch<ol><li>For 
current work, the release branch is&#160;<em>master</em></li><li>When creating 
bug fix releases for older releases, the branch will match the release, 
e.g.,&#160;<em>5.3</em></li></ol></li><li><span>Run the build using 
</span><code>gradle generateRelease</code><ol><li>This will create, sign, and 
upload JAR files and other artifacts to the Nexus repository</li><li>It will 
also create, sign, and copy the source, binary, and documentation archives to 
your dev archives workspace</li></ol></li><li>Tag the release in Git, then push 
the changes up to the
  Apache repository:<ol><li><code>git tag 5.x</code></li><li><code>git push 
--tags</code></li></ol></li><li>Login to&#160;<a class="external-link" 
href="https://repository.apache.org/index.html#stagingRepositories";>Nexus</a>&#160;and&#160;<strong>close</strong>&#160;the
 automatically created staging repository</li></ol><h3 
id="ReleaseProcess-2.CommittheArchives">2. Commit the Archives</h3><ol><li>The 
build will have copied archive files to your dist workspace</li><li><code>svn 
add</code> the new files</li><li><code>svn commit</code> to copy the files up 
to Apache (this is&#160;<em>slow</em>)<ol><li>Use the full version number as 
the commit message, e.g.,&#160;<em>5.4-beta-26</em></li></ol></li><li>You can 
verify the files via the web:&#160;<a class="external-link" 
href="https://dist.apache.org/repos/dist/dev/tapestry";>https://dist.apache.org/repos/dist/dev/tapestry</a></li></ol><h3
 id="ReleaseProcess-3.BumptheVersionNumber">3. Bump the Version 
Number</h3><ol><li>Update&#160;<code>bui
 ld.gradle</code>&#160;to increment the version number</li><li>Increment the 
minor version number (inside the tapestryVersion method, near the top of the 
file)</li><li><p>Commit and push the changes</p></li></ol><h3 
id="ReleaseProcess-4.SendVote">4. Send Vote</h3><ol><li><span>Send vote 
email</span></li><li><span><strong>Wait 3 
days</strong></span></li><li><span>The vote is successful if there are at least 
three&#160;<strong>+1</strong>'s and more <strong>+1</strong> than 
<strong>-1</strong></span></li><li><span>Only PMC members may cast binding 
votes</span></li></ol><h3 
id="ReleaseProcess-5.UpdateJIRAandgeneratereleasenotes"><span>5. Update JIRA 
and generate release notes</span><span>&#160;</span></h3><ol><li><span>Use 
the&#160;</span><a class="external-link" 
href="https://issues.apache.org/jira/plugins/servlet/project-config/TAP5/versions";>Manage
 Versions page</a><span>&#160;in JIRA to add a new version (this is often not 
necessary as it is often created by someone earlier)</span><
 /li><li><strong>Release</strong>&#160;the version, moving outstanding issues 
to the next version</li><li>Generate HTML Release Notes<ol><li>Visit 
the&#160;<a class="external-link" 
href="https://issues.apache.org/jira/browse/TAP5#selectedTab=com.atlassian.jira.plugin.system.project:versions-panel&amp;subset=-1";>TAP5
 Versions pages in JIRA</a></li><li>Choose the correct version 
number</li><li>Click "Release Notes" (upper right corner of the 
page)</li><li>Create a new Confluence child page of&#160;<a 
href="release-notes.html">Release Notes</a> (it may already 
exist)</li><li>Update with text about any unusual aspects of the upgrade 
(especially, non-backwards compatible changes)</li><li>Paste the HTML release 
notes content into the new page (you'll have to use the {html} 
macro)</li><li>Rename the "Bug" heading to "Bugs Fixed", "Improvement" to 
"Improvements Made", "New Feature" to "New Features 
Added"</li><li>Update&#160;<a href="release-notes.html">Release Notes</a> index 
page to point 
 to the new page</li></ol></li></ol><h3 
id="ReleaseProcess-6.ReleasetheMavenArtifacts"><span>6. Release the Maven 
Artifacts</span></h3><ol><li>Login to <a class="external-link" 
href="https://repository.apache.org/index.html#stagingRepositories";>Nexus</a> 
and <strong>release</strong> the version's repository<ol><li>Enter "Apache 
Tapestry 5.x" (adjust as necessary) for the message</li><li>The version will 
disappear from the list of repositories after releasing 
it</li></ol></li><li>Releasing will ultimately get the artifacts up to the 
central Maven repository</li></ol><h3 
id="ReleaseProcess-7.ReleasetheArchives">7. Release the 
Archives</h3><ol><li>Copy the release archives files (including checksums and 
GPG signatures) to the release archives workspace</li><li>Change to the release 
archives workspace</li><li><code>svn add</code> and<code>svn commit</code>, as 
with the dev archives workspace</li></ol><h3 
id="ReleaseProcess-8.ReleasetheJavadocs">8. Release the 
Javadocs</h3><ol><li>Run the
  "aggregateJavadoc" gradle task</li><li>Copy the resulting files from 
build/documentation/javadocs/* to a version-numbered subdirectory of your site 
<em>content</em> workspace (see Prerequisites at the top of this 
page)</li><li>svn commit those new javadoc files</li><li>Update the "current" 
symbolic link under the content directory to point to new version-numbered 
directory. For example, if "current" is a symbolic link to "5.4" and you want 
to change it to "5.5", do this:<ul><li>rm current</li><li>ln -s 5.5 
current</li><li>svn commit -m "Updated javadocs current symbolic link" 
current</li></ul></li></ol><h3 id="ReleaseProcess-9.Wait">9. 
Wait</h3><ul><li>You must wait at least 24 hours for the archives and artifacts 
to be distributed to the Apache mirrors and to the central Maven 
repository</li></ul><h3 id="ReleaseProcess-10.UpdateDocumentation"><span>10. 
Update Documentation</span></h3><ol><li><span>Update the release number listed 
in the following pages in the Confluence wiki:</spa
 n><ol><li class="confluence-link"><a href="download.html">Download</a> 
page</li><li>(Optional) Tutorial&#160;<a 
href="creating-the-skeleton-application.html">Creating The Skeleton 
Application</a> page: Tapestry version number in the 
archetype</li><li>(Optional)&#160;<a href="getting-started.html">Getting 
Started</a> page: Tapestry version number in the 
archetype</li></ol></li><li><span>Change to the site content 
workspace</span></li><li><code>svn update</code>&#160;to get any recent 
changes</li><li><span>Edit&#160;</span><a class="external-link" 
href="https://svn.apache.org/repos/infra/websites/production/tapestry/content/archetype-catalog.xml";><span>&#160;</span><code>archetype-catalog.xml</code><span>&#160;</span></a><span>to
 add or update a new entry for the release</span></li><li><span>Update the 
release number and date inside&#160;</span><code>doap.rdf</code><span> 
&#160;(this is a </span><a class="external-link" 
href="https://projects.apache.org/doap.html";>description file</a>
 <span> for the project)</span></li><li><span><code>svn 
commit</code></span></li></ol><h3 
id="ReleaseProcess-11.Blog&amp;Tweet"><span>11. Blog &amp; 
Tweet</span></h3><ol><li><a 
href="https://cwiki.apache.org/confluence/pages/viewrecentblogposts.action?key=TAPESTRY";><span>Write
 a blog post</span></a><span> in Confluence announcing the 
release.</span></li><li><span>Send an email to the <em>users</em> mailing list 
announcing the release.</span></li><li><span>Send out a tweet (using the <a 
class="external-link" href="https://twitter.com/apachetapestry"; 
rel="nofollow"><em>ApacheTapestry</em></a> Twitter account) announcing the 
release.</span></li></ol><h3 
id="ReleaseProcess-Done!"><span>Done!</span></h3><p><span></span></p><hr><h2 
id="ReleaseProcess-Atemplateforthevotee-mail:">A template for the vote 
e-mail:</h2><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+</div></div><p>You can find your keyId using&#160;<code>gpg 
--list-keys</code>.</p><p>&#160;You should set apacheArchivesFolder to the full 
path of your local<strong>&#160;dev artifact archives</strong>&#160;directory 
(see above).&#160;The build will copy files to this folder; see further notes 
below.</p><h2 id="ReleaseProcess-ReleaseSteps">Release Steps</h2><h3 
id="ReleaseProcess-1.GeneratetheRelease">1.&#160;Generate the 
Release</h3><ol><li>In your <strong>Tapestry source code project</strong> 
directory, switch&#160;to the release branch<ol><li>For current work, the 
release branch is&#160;<em>master</em></li><li>When creating bug fix releases 
for older releases, the branch will match the release, 
e.g.,&#160;<em>5.3</em></li></ol></li><li><span>Run the build using 
</span><code>gradle generateRelease</code><ol><li>This will create, sign, and 
upload JAR files and other artifacts to the <strong>Nexus</strong> 
repository</li><li>It will also create, sign, and copy the source, binary, a
 nd documentation archives to your<strong>&#160;dev artifact 
archive</strong>&#160;directory</li></ol></li><li>Tag the release in Git, then 
push the changes up to the Apache repository:<ol><li><code>git tag 
5.x</code></li><li><code>git push --tags</code></li></ol></li><li>Login 
to&#160;<a class="external-link" 
href="https://repository.apache.org/index.html#stagingRepositories";>Nexus</a>&#160;and&#160;<strong>close</strong>&#160;the
 automatically created staging repository</li></ol><h3 
id="ReleaseProcess-2.CommittheArchives">2. Commit the Archives</h3><ol><li>The 
build will have copied archive files to your <strong>dev artifact 
archive</strong> directory.</li><li><code>svn add</code> the new 
files</li><li><code>svn commit</code> to copy the files up to Apache (this 
is&#160;<em>slow</em>)<ol><li>Use the full version number as the commit 
message, e.g.,&#160;<em>5.4-beta-26</em></li></ol></li><li>You can verify the 
files via the web:&#160;<a class="external-link" href="https://dist.apach
 
e.org/repos/dist/dev/tapestry">https://dist.apache.org/repos/dist/dev/tapestry</a></li></ol><h3
 id="ReleaseProcess-3.BumptheVersionNumber">3. Bump the Version 
Number</h3><ol><li>Update&#160;<code>build.gradle</code>&#160;to increment the 
version number</li><li>Increment the minor version number (inside the 
tapestryVersion method, near the top of the file)</li><li><p>Commit and push 
the changes</p></li></ol><h3 id="ReleaseProcess-4.SendVote">4. Send 
Vote</h3><ol><li><span>Send vote email</span></li><li><span><strong>Wait 3 
days</strong></span></li><li><span>The vote is successful if there are at least 
three&#160;<strong>+1</strong>'s and more <strong>+1</strong> than 
<strong>-1</strong></span></li><li><span>Only PMC members may cast binding 
votes</span></li></ol><h3 
id="ReleaseProcess-5.UpdateJIRAandgeneratereleasenotes"><span>5. Update JIRA 
and generate release notes</span><span>&#160;</span></h3><ol><li><span>Use 
the&#160;</span><a class="external-link" href="https://issues.apache.
 org/jira/plugins/servlet/project-config/TAP5/versions">Manage Versions 
page</a><span>&#160;in JIRA to add a new version (if not already 
created).</span></li><li><strong>Release</strong>&#160;the version, moving 
outstanding issues to the next version.</li><li>Generate HTML Release 
Notes<ol><li>Visit the&#160;<a class="external-link" 
href="https://issues.apache.org/jira/browse/TAP5#selectedTab=com.atlassian.jira.plugin.system.project:versions-panel&amp;subset=-1";>TAP5
 Versions pages in JIRA</a></li><li>Choose the correct version 
number</li><li>Click "Release Notes" (upper right corner of the 
page)</li><li>Create a new Confluence child page of&#160;<a 
href="release-notes.html">Release Notes</a> (it may already 
exist)</li><li>Update with text about any unusual aspects of the upgrade 
(especially, non-backwards compatible changes)</li><li>Paste the HTML release 
notes content into the new page (you'll have to use the {html} 
macro)</li><li>Rename the "Bug" heading to "Bugs Fixed", "Improvem
 ent" to "Improvements Made", "New Feature" to "New Features 
Added"</li><li>Update&#160;<a href="release-notes.html">Release Notes</a> index 
page to point to the new page</li></ol></li></ol><h3 
id="ReleaseProcess-6.ReleasetheMavenArtifacts"><span>6. Release the Maven 
Artifacts</span></h3><ol><li>Login to <a class="external-link" 
href="https://repository.apache.org/index.html#stagingRepositories";>Nexus</a> 
and <strong>release</strong> the version's repository<ol><li>Enter "Apache 
Tapestry 5.x" (adjust as necessary) for the message</li><li>The version will 
disappear from the list of repositories after releasing 
it</li></ol></li><li>Releasing will ultimately get the artifacts up to the 
central Maven repository</li></ol><h3 
id="ReleaseProcess-7.ReleasetheArchives">7. Release the 
Archives</h3><ol><li>Copy the release archives files (including checksums and 
GPG signatures) to your&#160;<strong>release artifact archives</strong> 
directory</li><li>Change to the release archives workspace</li
 ><li><code>svn add</code> and&#160;<code>svn commit</code>, as with the dev 
 >archives workspace</li></ol><h3 id="ReleaseProcess-8.ReleasetheJavadocs">8. 
 >Release the Javadocs</h3><ol><li>Run the "aggregateJavadoc" gradle 
 >task</li><li>Copy the resulting files from build/documentation/javadocs/* to 
 >a version-numbered subdirectory of your site <em>content</em> workspace (see 
 >Prerequisites at the top of this page)</li><li>svn commit those new javadoc 
 >files</li><li>Update the "current" symbolic link under the content directory 
 >to point to new version-numbered directory. For example, if "current" is a 
 >symbolic link to "5.4" and you want to change it to "5.5", do this:<ul><li>rm 
 >current</li><li>ln -s 5.5 current</li><li>svn commit -m "Updated javadocs 
 >current symbolic link" current</li></ul></li></ol><h3 
 >id="ReleaseProcess-9.Wait">9. Wait</h3><ul><li>You must wait at least 24 
 >hours for the archives and artifacts to be distributed to the Apache mirrors 
 >and to the central Maven repository</li>
 </ul><h3 id="ReleaseProcess-10.UpdateDocumentation"><span>10. Update 
Documentation</span></h3><ol><li><span>Update the release number listed in the 
following pages in the Confluence wiki:</span><ol><li 
class="confluence-link"><a href="download.html">Download</a> 
page</li><li>(Optional) Tutorial&#160;<a 
href="creating-the-skeleton-application.html">Creating The Skeleton 
Application</a> page: Tapestry version number in the 
archetype</li><li>(Optional)&#160;<a href="getting-started.html">Getting 
Started</a> page: Tapestry version number in the 
archetype</li></ol></li><li><span>Switch to the site content SVN 
project.</span></li><li><code>svn update</code>&#160;to get any recent 
changes.</li><li><span>Edit&#160;</span><a class="external-link" 
href="https://svn.apache.org/repos/infra/websites/production/tapestry/content/archetype-catalog.xml";><span>&#160;</span><code>archetype-catalog.xml</code><span>&#160;</span></a><span>to
 add or update a new entry for the release</span></li><li><span>
 Edit the <a class="external-link" 
href="https://svn.apache.org/repos/infra/websites/production/tapestry/content/doap.rdf";>doap.rdf
 file</a> with the release number and date </span><span>(this is a </span><a 
class="external-link" href="https://projects.apache.org/doap.html";>description 
file</a><span> for the project).</span></li><li><span><code>svn 
commit</code></span></li></ol><h3 
id="ReleaseProcess-11.Blog&amp;Tweet"><span>11. Blog &amp; 
Tweet</span></h3><ol><li><a 
href="https://cwiki.apache.org/confluence/pages/viewrecentblogposts.action?key=TAPESTRY";><span>Write
 a blog post</span></a><span> in Confluence announcing the 
release.</span></li><li><span>Send an email to the <em>users</em> mailing list 
announcing the release.</span></li><li><span>Send out a tweet (using the <a 
class="external-link" href="https://twitter.com/apachetapestry"; 
rel="nofollow"><em>ApacheTapestry</em></a> Twitter account) announcing the 
release.</span></li></ol><h3 id="ReleaseProcess-Done!"><span>Done!</span>
 </h3><p><span></span></p><hr><h2 
id="ReleaseProcess-Atemplateforthevotee-mail:">A template for the vote 
e-mail:</h2><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <pre><code class="language-java">I've created and uploaded a release of 
Tapestry 5.x, ready to be voted upon.
 
 The source, binary, and documentation archives have been uploaded to:


Reply via email to