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 2019/09/30 12:10:19 UTC

svn commit: r1867769 - /jackrabbit/site/trunk/src/site/markdown/creating-releases.md

Author: reschke
Date: Mon Sep 30 12:10:19 2019
New Revision: 1867769

URL: http://svn.apache.org/viewvc?rev=1867769&view=rev
Log:
clarify version variable for SVN mv operation

Modified:
    jackrabbit/site/trunk/src/site/markdown/creating-releases.md

Modified: jackrabbit/site/trunk/src/site/markdown/creating-releases.md
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/src/site/markdown/creating-releases.md?rev=1867769&r1=1867768&r2=1867769&view=diff
==============================================================================
--- jackrabbit/site/trunk/src/site/markdown/creating-releases.md (original)
+++ jackrabbit/site/trunk/src/site/markdown/creating-releases.md Mon Sep 30 12:10:19 2019
@@ -124,7 +124,7 @@ If the vote fails (easy case first) remo
 Otherwise:
 
 1. Close the vote by publishing the results, replying to the original vote mail.
-2. Copy the release candidate from dev/jackrabbit to release/jackrabbit in https://dist.apache.org/repos/dist/ -- **be careful to properly set the version variable!!!**
+2. Copy the release candidate from dev/jackrabbit to release/jackrabbit in https://dist.apache.org/repos/dist/ (for Jackrabbit, `version` is just the version number, for Oak it is prefixed with `oak/`, reflecting the directory structure) -- **be careful to properly set the version variable!!!**
 
         [ "x$version" = "x" ] || svn move -m "Apache Jackrabbit $version" \
         https://dist.apache.org/repos/dist/dev/jackrabbit/$version \