You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by da...@apache.org on 2016/07/05 13:49:35 UTC

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

Author: davide
Date: Tue Jul  5 13:49:35 2016
New Revision: 1751472

URL: http://svn.apache.org/viewvc?rev=1751472&view=rev
Log:
fixed dist svn uri by Julian R.


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=1751472&r1=1751471&r2=1751472&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/creating-releases.html (original)
+++ jackrabbit/site/live/jcr/creating-releases.html Tue Jul  5 13:49:35 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-06-23 
+ | Generated by Apache Maven Doxia at 2016-07-05 
  | 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="20160623" />
+    <meta name="Date-Revision-yyyymmdd" content="20160705" />
     <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: 2016-06-23
+                  <li id="publishDate">Last Published: 2016-07-05
                    </li>
                       
                 
@@ -568,10 +568,10 @@ https://dist.apache.org/repos/dist/relea
 <li><a class="externalLink" href="http://www.apache.org/dev/release-signing.html#generate">Generate a code signing key</a> using your @apache.org address as the email and &#x201c;CODE SIGNING KEY&#x201d; as the comment.</li>
   
 <li>
-<p>The Jackrabbit KEYS file is managed in <a class="externalLink" href="https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS">https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS</a>. To modify the file, first checkout the dist directory:</p>
+<p>The Jackrabbit KEYS file is managed in <a class="externalLink" href="https://dist.apache.org/repos/dist/release/jackrabbit/KEYS">https://dist.apache.org/repos/dist/release/jackrabbit/KEYS</a>. To modify the file, first checkout the dist directory:</p>
   
 <div class="source">
-<pre>svn checkout https://svn.apache.org/repos/asf/jackrabbit/dist
+<pre>svn checkout https://dist.apache.org/repos/dist/release/jackrabbit
 </pre></div></li>
   
 <li>