You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2018/02/02 12:27:01 UTC

svn commit: r1822952 - in /jackrabbit/site/live/jcr: creating-releases.html jackrabbit-roadmap.html

Author: reschke
Date: Fri Feb  2 12:27:01 2018
New Revision: 1822952

URL: http://svn.apache.org/viewvc?rev=1822952&view=rev
Log:
@trivial: Site checkin for project Apache Jackrabbit Site-1.0-SNAPSHOT

Modified:
    jackrabbit/site/live/jcr/creating-releases.html
    jackrabbit/site/live/jcr/jackrabbit-roadmap.html

Modified: jackrabbit/site/live/jcr/creating-releases.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/creating-releases.html?rev=1822952&r1=1822951&r2=1822952&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/creating-releases.html (original)
+++ jackrabbit/site/live/jcr/creating-releases.html Fri Feb  2 12:27:01 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2018-02-01 
+ | Generated by Apache Maven Doxia at 2018-02-02 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180201" />
+    <meta name="Date-Revision-yyyymmdd" content="20180202" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Jackrabbit - Creating Releases</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -189,7 +189,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2018-02-01
+                  <li id="publishDate">Last Published: 2018-02-02
                    </li>
                       
                 
@@ -516,7 +516,7 @@ svn commit -m &quot;Apache Jackrabbit Oa
 </pre></div></li>
   
 <li>
-<p>Find the vote template (<tt>vote.txt</tt>) generated by the Maven build and follow the instructions to verify the build yourself</p></li>
+<p>Find the vote template (<tt>./target/checkout/target/vote.txt</tt>) generated by the Maven build and follow the instructions to verify the build yourself</p></li>
   
 <li>Start the vote thread by emailing the applicable mailing list (<a class="externalLink" href="mailto:dev@jackrabbit.apache.org?subject=%5BVOTE%5D%20Release%20Apache%20Jackrabbit%20x.y.z">Jackrabbit</a>, <a class="externalLink" href="mailto:oak-dev@jackrabbit.apache.org?subject=%5BVOTE%5D%20Release%20Apache%20Jackrabbit%20Oak%20x.y.z">Oak</a>)</li>
   
@@ -526,46 +526,42 @@ svn commit -m &quot;Apache Jackrabbit Oa
 </ol></div>
 <div class="section">
 <h3>Part II: after the release vote<a name="Part_II:_after_the_release_vote"></a></h3>
+<p>If the vote fails (easy case first) remove the tag from svn, drop the staged repository and revert the version release in Jira - done.</p>
+<p>Otherwise:</p>
 
 <ol style="list-style-type: decimal">
   
-<li>If the vote fails (easy case first) remove the tag from svn, drop the staged repository and revert the version release in Jira - done</li>
+<li>Close the vote by publishing the results</li>
   
 <li>
-<p>If the vote is successful</p>
-  
-<ul>
-    
-<li>close the vote by publishing the results</li>
-    
-<li>copy the release candidate from dev/jackrabbit to release/jackrabbit in <a class="externalLink" href="https://dist.apache.org/repos/dist/">https://dist.apache.org/repos/dist/</a> &#x2013; <b>be careful to properly set the version variable!!!</b></li>
-  </ul>
+<p>Copy the release candidate from dev/jackrabbit to release/jackrabbit in <a class="externalLink" href="https://dist.apache.org/repos/dist/">https://dist.apache.org/repos/dist/</a> &#x2013; <b>be careful to properly set the version variable!!!</b></p>
   
 <div class="source">
 <pre>[ &quot;x$version&quot; = &quot;x&quot; ] || svn move -m &quot;Apache Jackrabbit $version&quot; \
 https://dist.apache.org/repos/dist/dev/jackrabbit/$version \
 https://dist.apache.org/repos/dist/release/jackrabbit/$version
-</pre></div>
+</pre></div></li>
+  
+<li>
+<p>Delete any older releases from the same branch (they&#x2019;re automatically archived)</p></li>
+  
+<li>Release the <a class="externalLink" href="https://repository.apache.org/index.html#stagingRepositories">staged repository</a> for synchronization to Maven central.
   
 <ul>
     
-<li>delete any older releases from the same branch (they&#x2019;re automatically archived)</li>
-    
-<li>release the <a class="externalLink" href="https://repository.apache.org/index.html#stagingRepositories">staged repository</a> for synchronization to Maven central.</li>
-    
-<li>make sure the previous step actually succeeded (we have seen a case where it failed and a retry was needed)</li>
-    
-<li>close all the issues included in the release: <a class="externalLink" href="https://issues.apache.org/jira/projects/JCR?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&amp;status=released">Jackrabbit Jira</a> or <a class="externalLink" href="https://issues.apache.org/jira/projects/OAK?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&amp;status=released">Oak Jira</a> -&gt; Choose the released version -&gt; select &#x201c;View in Issue Navigator&#x201d;. From the issue list you have the option to bulk update all of the included issues. Just &#x2018;Transition Issues&#x2019; from &#x2018;Resolved&#x2019; to &#x2018;Closed&#x2019; and you are done!</li>
+<li>make sure this step actually succeeded (we have seen a case where it failed and a retry was needed)</li>
   </ul></li>
   
+<li>Close all the issues included in the release: <a class="externalLink" href="https://issues.apache.org/jira/projects/JCR?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&amp;status=released">Jackrabbit Jira</a> or <a class="externalLink" href="https://issues.apache.org/jira/projects/OAK?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&amp;status=released">Oak Jira</a> -&gt; Choose the released version -&gt; select &#x201c;View in Issue Navigator&#x201d;. From the issue list you have the option to bulk update all of the included issues. Just &#x2018;Transition Issues&#x2019; from &#x2018;Resolved&#x2019; to &#x2018;Closed&#x2019; and you are done!</li>
+  
 <li>Update the Jackrabbit web site to point to the new release (<a class="externalLink" href="https://svn.apache.org/repos/asf/jackrabbit/site/trunk/">SVN</a>).
   
-<ol style="list-style-type: decimal">
+<ul>
     
 <li>add an entry to <tt>index.md</tt></li>
     
-<li>Update <tt>downloads.md</tt> (see <a href="#Creating_Markdown_for_Downloads_Page">below</a>) - while doing so please a) remove obsoleted entries, and b) move new entries for Jackrabbit and/or Oak to the top)</li>
-  </ol></li>
+<li>update <tt>downloads.md</tt> (see <a href="#Creating_Markdown_for_Downloads_Page">below</a>) - while doing so please a) remove obsoleted entries, and b) move new entries for Jackrabbit and/or Oak to the top)</li>
+  </ul></li>
   
 <li>Send a release announcement to the <a class="externalLink" href="mailto:announce@apache.org,announce@jackrabbit.apache.org,users@jackrabbit.apache.org,dev@jackrabbit.apache.org,oak-dev@jackrabbit.apache.org?subject=%5BANNOUNCE%5D%20Apache%20Jackrabbit%20...%20released">applicable mailing lists</a> once the web site and download mirrors have been synced (see <a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/jackrabbit-announce/201712.mbox/%3C894e13d2-9e20-1819-4741-b09ed040be09%40apache.org%3E">example</a>). Please note the announce mails needs to be sent from an @apache.org address.</li>
   

Modified: jackrabbit/site/live/jcr/jackrabbit-roadmap.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/jackrabbit-roadmap.html?rev=1822952&r1=1822951&r2=1822952&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/jackrabbit-roadmap.html (original)
+++ jackrabbit/site/live/jcr/jackrabbit-roadmap.html Fri Feb  2 12:27:01 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2018-01-18 
+ | Generated by Apache Maven Doxia at 2018-02-02 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180118" />
+    <meta name="Date-Revision-yyyymmdd" content="20180202" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Jackrabbit - Jackrabbit Roadmap</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -189,7 +189,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2018-01-18
+                  <li id="publishDate">Last Published: 2018-02-02
                    </li>
                       
                 
@@ -480,9 +480,9 @@
   
 <li><a class="externalLink" href="https://svn.apache.org/repos/asf/jackrabbit/branches/2.12/">Jackrabbit 2.12</a> (<a href="downloads.html#v2.12">download</a>) - recommended version for Java 6</li>
   
-<li><a class="externalLink" href="https://svn.apache.org/repos/asf/jackrabbit/branches/2.10/">Jackrabbit 2.10</a> (<a href="downloads.html#v2.10">download</a>)</li>
+<li><a class="externalLink" href="https://svn.apache.org/repos/asf/jackrabbit/branches/2.10/">Jackrabbit 2.10</a> (<a href="downloads.html#v2.10">download</a>) - &#x201c;end of life&#x201d; planned for Spring 2019</li>
   
-<li><a class="externalLink" href="https://svn.apache.org/repos/asf/jackrabbit/branches/2.8/">Jackrabbit 2.8</a> (<a href="downloads.html#v2.8">download</a>) - &#x201c;end of life&#x201d; planned for Spring 2019</li>
+<li><a class="externalLink" href="https://svn.apache.org/repos/asf/jackrabbit/branches/2.8/">Jackrabbit 2.8</a> (<a href="downloads.html#v2.8">download</a>) - &#x201c;end of life&#x201d; planned for Spring 2020</li>
   
 <li><a class="externalLink" href="https://svn.apache.org/repos/asf/jackrabbit/branches/2.6/">Jackrabbit 2.6</a> (<a href="downloads.html#v2.6">download</a>) - &#x201c;end of life&#x201d; planned for Spring 2018</li>
 </ul>