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/06/21 08:48:21 UTC

svn commit: r1833986 - /jackrabbit/site/live/jcr/creating-releases.html

Author: reschke
Date: Thu Jun 21 08:48:21 2018
New Revision: 1833986

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

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

Modified: jackrabbit/site/live/jcr/creating-releases.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/creating-releases.html?rev=1833986&r1=1833985&r2=1833986&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/creating-releases.html (original)
+++ jackrabbit/site/live/jcr/creating-releases.html Thu Jun 21 08:48:21 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2018-06-01 
+ | Generated by Apache Maven Doxia at 2018-06-21 
  | 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="20180601" />
+    <meta name="Date-Revision-yyyymmdd" content="20180621" />
     <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-06-01
+                  <li id="publishDate">Last Published: 2018-06-21
                    </li>
                       
                 
@@ -494,7 +494,16 @@
 <li>If the update does require changes in Oak, open JIRA tickets and link them to the JIRA tickets tracking the release activity.</li>
   </ul></li>
   
-<li>Build and deploy the release artifacts with Maven. See <a href="#Steps_to_build_the_release_artifacts">below</a> for the exact steps.</li>
+<li>
+<p>If this is a stable branch, review changes to export versions which should be avoided (see <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-6346">OAK-6346</a> for context). Example: review the output of the command below for any changes of <tt>package-info.java</tt>.</p>
+  
+<div class="source">
+<pre># Oak 1.8 as of June 2018
+svn diff .  https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.8.4
+</pre></div></li>
+  
+<li>
+<p>Build and deploy the release artifacts with Maven. See <a href="#Steps_to_build_the_release_artifacts">below</a> for the exact steps.</p></li>
   
 <li>Do a sanity check that the <a class="externalLink" href="https://repository.apache.org/index.html#stagingRepositories">staged repository</a> on repository.apache.org contains all artifacts (~19 projects for Jackrabbit).</li>