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 2020/07/24 07:46:46 UTC

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

Author: reschke
Date: Fri Jul 24 07:46:46 2020
New Revision: 1880236

URL: http://svn.apache.org/viewvc?rev=1880236&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=1880236&r1=1880235&r2=1880236&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/creating-releases.html (original)
+++ jackrabbit/site/live/jcr/creating-releases.html Fri Jul 24 07:46:46 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2020-05-11 
+ | Generated by Apache Maven Doxia at 2020-07-24 
  | 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="20200511" />
+    <meta name="Date-Revision-yyyymmdd" content="20200724" />
     <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: 2020-05-11
+                  <li id="publishDate">Last Published: 2020-07-24
                    </li>
                       
                 
@@ -475,6 +475,8 @@
 
 <ol style="list-style-type: decimal">
   
+<li>Check the CI status of the project (<a class="externalLink" href="https://ci-builds.apache.org/job/Jackrabbit/">Jackrabbit Jenkins</a>)</li>
+  
 <li>Consider checking the CVE database for vulnerabilities in dependencies,  using <tt>mvn org.owasp:dependency-check-maven:5.3.2:aggregate</tt> (first run will be slow because CVE  databases are downloaded and parsed). If dependencies need action, open tickets and make sure they  are marked as candidate backports where applicable.</li>
   
 <li>Make sure that an appropriate version for the release is entered in Jira  (<a class="externalLink" href="https://issues.apache.org/jira/projects/JCR?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page">Jackrabbit Jira</a>,  <a class="externalLink" href="https://issues.apache.org/jira/projects/OAK?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page">Oak Jira</a>)  and that all the related issues have been resolved.</li>
@@ -506,11 +508,11 @@ svn diff https://svn.apache.org/repos/as
 +@Version(&quot;1.6.0&quot;)
 </pre></div></li>
   
-<li>On the other hand, if this is a release from trunk, carefully review all  export versions and check that no change introduces new dependencies on  Guava (see <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-7182">OAK-7182</a>)</li>
+<li>On the other hand, if this is a release from trunk, carefully review all export versions and check that no change introduces new dependencies on Guava (see <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-7182">OAK-7182</a>)</li>
   
 <li>If this is a release with Java 7 or older, make sure that your <tt>MAVEN_OPTS</tt> contain <tt>-Dhttps.protocols=TLSv1.2</tt>.</li>
   
-<li>When doing &#x201c;stable&#x201d; release (even-numbered), check that we do not have  dependencies to unstable releases. In particular, stable releases of Oak  should not reference unstable Jackrabbit releases (if this is the case,  a new stable Jackrabbit release might be required in order to proceed).</li>
+<li>When doing &#x201c;stable&#x201d; release (even-numbered), check that we do not have dependencies to unstable releases. In particular, stable releases of Oak should not reference unstable Jackrabbit releases (if this is the case, a new stable Jackrabbit release might be required in order to proceed).</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>