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/05 18:42:22 UTC

svn commit: r771916 - /incubator/sling/trunk/launchpad/app/pom.xml

Author: cziegeler
Date: Tue May  5 16:42:19 2009
New Revision: 771916

URL: http://svn.apache.org/viewvc?rev=771916&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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

Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=771916&r1=771915&r2=771916&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Tue May  5 16:42:19 2009
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.launchpad.app</artifactId>
     <packaging>jar</packaging>
-    <version>4-incubator</version>
+    <version>5-incubator-SNAPSHOT</version>
 
     <name>Apache Sling Launchpad Standalone Java Application</name>
     <description>
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.launchpad.app-4-incubator</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.launchpad.app-4-incubator</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/sling/tags/org.apache.sling.launchpad.app-4-incubator</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/app</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/app</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app</url>
     </scm>
 
     <build>