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 2012/08/14 19:09:49 UTC

svn commit: r1372971 - /sling/trunk/installer/core/pom.xml

Author: cziegeler
Date: Tue Aug 14 17:09:48 2012
New Revision: 1372971

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

Modified:
    sling/trunk/installer/core/pom.xml

Modified: sling/trunk/installer/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/core/pom.xml?rev=1372971&r1=1372970&r2=1372971&view=diff
==============================================================================
--- sling/trunk/installer/core/pom.xml (original)
+++ sling/trunk/installer/core/pom.xml Tue Aug 14 17:09:48 2012
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.core</artifactId>
-    <version>3.3.8</version>
+    <version>3.3.9-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Installer</name>
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.core-3.3.8</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.core-3.3.8</developerConnection>
-        <url>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.core-3.3.8</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/installer/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/installer/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/installer/core</url>
     </scm>
 
 	<build>