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 2015/04/28 16:42:48 UTC

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

Author: cziegeler
Date: Tue Apr 28 14:42:47 2015
New Revision: 1676550

URL: http://svn.apache.org/r1676550
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=1676550&r1=1676549&r2=1676550&view=diff
==============================================================================
--- sling/trunk/installer/core/pom.xml (original)
+++ sling/trunk/installer/core/pom.xml Tue Apr 28 14:42:47 2015
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.core</artifactId>
-    <version>3.6.4</version>
+    <version>3.6.5-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.6.4</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.core-3.6.4</developerConnection>
-        <url>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.core-3.6.4</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>