You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2009/05/06 08:13:27 UTC

svn commit: r772065 - /incubator/sling/trunk/launchpad/testing/pom.xml

Author: cziegeler
Date: Wed May  6 06:13:27 2009
New Revision: 772065

URL: http://svn.apache.org/viewvc?rev=772065&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.launchpad.testing-4-incubator

Modified:
    incubator/sling/trunk/launchpad/testing/pom.xml

Modified: incubator/sling/trunk/launchpad/testing/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/testing/pom.xml?rev=772065&r1=772064&r2=772065&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/testing/pom.xml (original)
+++ incubator/sling/trunk/launchpad/testing/pom.xml Wed May  6 06:13:27 2009
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.launchpad.testing</artifactId>
     <packaging>war</packaging>
-    <version>4-incubator-SNAPSHOT</version>
+    <version>4-incubator</version>
 
     <name>Apache Sling Launchpad Testing</name>
     <description>
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/testing</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/testing</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/testing</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.launchpad.testing-4-incubator</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.launchpad.testing-4-incubator</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/sling/tags/org.apache.sling.launchpad.testing-4-incubator</url>
     </scm>
 
     <properties>
@@ -116,7 +116,7 @@
                          <configuration>
                              <tasks>
                                  <echo>SLING-845 - delete parent sling folder before integration tests</echo>
-                                 <delete dir="../../sling"/>
+                                 <delete dir="../../sling" />
                              </tasks>
                         </configuration>
                      </execution>