You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2011/09/27 16:35:31 UTC

svn commit: r1176401 - /jackrabbit/branches/2.0/pom.xml

Author: jukka
Date: Tue Sep 27 14:35:31 2011
New Revision: 1176401

URL: http://svn.apache.org/viewvc?rev=1176401&view=rev
Log:
2.0: Update release templates.

Modified:
    jackrabbit/branches/2.0/pom.xml

Modified: jackrabbit/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.0/pom.xml?rev=1176401&r1=1176400&r2=1176401&view=diff
==============================================================================
--- jackrabbit/branches/2.0/pom.xml (original)
+++ jackrabbit/branches/2.0/pom.xml Tue Sep 27 14:35:31 2011
@@ -149,6 +149,10 @@ The release candidate is a zip archive o
 
 The SHA1 checksum of the archive is ${checksum}.
 
+The command for running automated checks against this release candidate is:
+
+    $ check-release.sh ${username} ${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
 least three +1 Jackrabbit PMC votes are cast.
@@ -158,9 +162,13 @@ least three +1 Jackrabbit PMC votes are 
                     </echo>
                     <echo />
                     <echo>
-The release candidate has been deployed to:
+The release candidate has been prepared in:
+
+    ${basedir}/target/${project.version}
 
-    file://${basedir}/target/${project.version}/
+Please deploy it to people.apache.org like this:
+
+    scp -r ${basedir}/target/${project.version} people.apache.org:public_html/jackrabbit/
 
 A release vote template has been generated for you:
 
@@ -174,18 +182,8 @@ A release vote template has been generat
             <dependencies>
               <dependency>
                  <groupId>org.apache.ant</groupId>
-                 <artifactId>ant-optional</artifactId>
-                 <version>1.7.1</version>
-               </dependency>
-              <dependency>
-                 <groupId>org.apache.ant</groupId>
-                 <artifactId>ant-jsch</artifactId>
-                 <version>1.7.1</version>
-               </dependency>
-              <dependency>
-                 <groupId>com.jcraft</groupId>
-                 <artifactId>jsch</artifactId>
-                 <version>0.1.42</version>
+                 <artifactId>ant-nodeps</artifactId>
+                 <version>1.8.1</version>
                </dependency>
             </dependencies>
           </plugin>