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 2010/06/24 20:21:21 UTC

svn commit: r957667 - /jackrabbit/trunk/pom.xml

Author: jukka
Date: Thu Jun 24 18:21:20 2010
New Revision: 957667

URL: http://svn.apache.org/viewvc?rev=957667&view=rev
Log:
JCR-2455: Automatic staging of the non-Maven release artefacts

Minor tweaks

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=957667&r1=957666&r2=957667&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Thu Jun 24 18:21:20 2010
@@ -162,7 +162,7 @@ least three +1 Jackrabbit PMC votes are 
                     <echo>
 The release candidate has been prepared in:
 
-    ${basedir}/target/{$project.version}
+    ${basedir}/target/${project.version}
 
 Please deploy it to people.apache.org like this:
 
@@ -180,18 +180,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>