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 2013/05/07 13:49:49 UTC

svn commit: r1479867 - in /jackrabbit/branches/2.4: ./ check-release.sh pom.xml

Author: reschke
Date: Tue May  7 11:49:48 2013
New Revision: 1479867

URL: http://svn.apache.org/r1479867
Log:
2.4: Merged revisions 1437374,1437384,1437618 and 1439346 (JCRSITE-39) 

Removed:
    jackrabbit/branches/2.4/check-release.sh
Modified:
    jackrabbit/branches/2.4/   (props changed)
    jackrabbit/branches/2.4/pom.xml

Propchange: jackrabbit/branches/2.4/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1437374,1437384,1437618,1439346

Modified: jackrabbit/branches/2.4/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.4/pom.xml?rev=1479867&r1=1479866&r2=1479867&view=diff
==============================================================================
--- jackrabbit/branches/2.4/pom.xml (original)
+++ jackrabbit/branches/2.4/pom.xml Tue May  7 11:49:48 2013
@@ -161,11 +161,11 @@ Subject: [VOTE] Release Apache Jackrabbi
 
 A candidate for the Jackrabbit ${project.version} release is available at:
 
-    http://people.apache.org/~${username}/jackrabbit/${project.version}/
+    https://dist.apache.org/repos/dist/dev/jackrabbit/${project.version}/
 
 The release candidate is a zip archive of the sources in:
 
-    http://svn.apache.org/repos/asf/jackrabbit/tags/${project.version}/
+    https://svn.apache.org/repos/asf/jackrabbit/tags/${project.version}/
 
 The SHA1 checksum of the archive is ${checksum}.
 
@@ -175,7 +175,7 @@ A staged Maven repository is available f
 
 The command for running automated checks against this release candidate is:
 
-    $ sh check-release.sh ${username} ${project.version} ${checksum}
+    $ sh check-release.sh ${project.version} ${checksum}
 
 Please vote on releasing this package as Apache Jackrabbit ${project.version}.
 The vote is open for the next 72 hours and passes if a majority of at
@@ -190,9 +190,12 @@ The release candidate has been prepared 
 
     ${basedir}/target/${project.version}
 
-Please deploy it to people.apache.org like this:
+Please deploy it to https://dist.apache.org/repos/dist/dev/jackrabbit/:
 
-    scp -r ${basedir}/target/${project.version} people.apache.org:public_html/jackrabbit/
+    cd /path/to/jackrabbit-dev
+    mv ${basedir}/target/${project.version} ${project.version}
+    svn add ${project.version}
+    svn commit -m 'Apache Jackrabbit ${project.version} release candidate' ${project.version}
 
 A release vote template has been generated for you: