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/01/19 12:22:21 UTC

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

Author: reschke
Date: Fri Jan 19 12:22:21 2018
New Revision: 1821631

URL: http://svn.apache.org/viewvc?rev=1821631&view=rev
Log:
clarify step 9 for Oak

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=1821631&r1=1821630&r2=1821631&view=diff
==============================================================================
--- jackrabbit/site/trunk/src/site/markdown/creating-releases.md (original)
+++ jackrabbit/site/trunk/src/site/markdown/creating-releases.md Fri Jan 19 12:22:21 2018
@@ -73,11 +73,23 @@ Release management tasks
 8. Close the staged repository, giving it a meaningful name, such as "Apache Jackrabbit 2.x.y RC"
 9. Upload the artifacts to https://dist.apache.org/repos/dist/dev/jackrabbit/ (instructions at the end of the build)
 
-        cd /path/to/jackrabbit-dev
-        scp -r /path/to/jackrabbit/target/checkout/target/$version $version
+        # TARGET - where https://dist.apache.org/repos/dist/dev/jackrabbit/ is checked out
+        # SOURCE - where the release was built
+    
+     For Jackrabbit:
+        
+        cd $TARGET
+        scp -r $SOURCE/target/checkout/target/$version $version
         svn add $version
         svn commit -m "Apache Jackrabbit $version release candidate" $version
 
+     For Oak:
+        
+        cd $TARGET
+        scp -r $SOURCE/target/checkout/target/$version oak/$version
+        svn add oak/$version
+        svn commit -m "Apache Jackrabbit Oak $version release candidate" oak/$version
+
 9. Start the vote thread, wait 72 hours. See the vote template generated by the Maven build.
 10. Mark the version as released in Jira: [Jackrabbit Jira](https://issues.apache.org/jira/plugins/servlet/project-config/JCR/versions),
    [Oak Jira](https://issues.apache.org/jira/plugins/servlet/project-config/OAK/versions). You'll see all the defined project versions. From the settings menu, choose 'Release' on the version.