Repository: incubator-hivemall-site
Updated Branches:
  refs/heads/asf-site 0e287d3d4 -> d9e1f73d8


Added SSL issue workaround


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/commit/d9e1f73d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/tree/d9e1f73d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/diff/d9e1f73d

Branch: refs/heads/asf-site
Commit: d9e1f73d8feb253b51cfc247d0a15b66bf6df2cf
Parents: 0e287d3
Author: Makoto Yui <[email protected]>
Authored: Wed Nov 7 15:55:53 2018 +0900
Committer: Makoto Yui <[email protected]>
Committed: Wed Nov 7 15:57:00 2018 +0900

----------------------------------------------------------------------
 release-guide.html | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/blob/d9e1f73d/release-guide.html
----------------------------------------------------------------------
diff --git a/release-guide.html b/release-guide.html
index f29bdb2..b7d2dc8 100644
--- a/release-guide.html
+++ b/release-guide.html
@@ -84,7 +84,7 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2018-03-14<span 
class="divider">|</span>
+        <li id="publishDate">Last Published: 2018-11-07<span 
class="divider">|</span>
 </li>
           <li id="projectVersion">Version: 0.5.1-incubating-SNAPSHOT</li>
         </ul>
@@ -152,6 +152,9 @@ export JAVA8_HOME=`/usr/libexec/java_home -v 1.8`
 # Try to create artifacts
 export MAVEN_OPTS=-XX:MaxPermSize=256m
 
+# (Optional) Workaround for SSL error `Received fatal alert: protocol_version`
+export MAVEN_OPTS=-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
+
 mvn -Papache-release clean install
 </pre></div></div>
 <p>Ensure that all unit tests passes. License check by Apache RAT (<tt>mvn 
apache-rat:check</tt>) will be ran by the above commands.</p></div>
@@ -670,7 +673,7 @@ it does indicate that the project has yet to be fully 
endorsed by the ASF.
                          </small>
                        </p>
         </div>
-        <p id="poweredBy" class="pull-right">  <a 
href="http://incubator.apache.org/projects/hivemall.html"; title="Apache 
Incubator" class="builtBy"><img class="builtBy"  alt="Apache Incubator" 
src="http://incubator.apache.org/images/egg-logo.png";    /></a>
+        <p id="poweredBy" class="pull-right">  <a 
href="http://incubator.apache.org/projects/hivemall.html"; title="Apache 
Incubator" class="builtBy"><img class="builtBy"  alt="Apache Incubator" 
src="images/apache-incubator-logo.png"    /></a>
   </p>
         </div>
     </footer>

Reply via email to