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/01/06 08:50:29 UTC

svn commit: r1649746 - /sling/trunk/installer/factories/subsystems/pom.xml

Author: cziegeler
Date: Tue Jan  6 07:50:28 2015
New Revision: 1649746

URL: http://svn.apache.org/r1649746
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    sling/trunk/installer/factories/subsystems/pom.xml

Modified: sling/trunk/installer/factories/subsystems/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/factories/subsystems/pom.xml?rev=1649746&r1=1649745&r2=1649746&view=diff
==============================================================================
--- sling/trunk/installer/factories/subsystems/pom.xml (original)
+++ sling/trunk/installer/factories/subsystems/pom.xml Tue Jan  6 07:50:28 2015
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.factory.subsystems</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Subsystems Installer</name>
@@ -35,9 +35,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.factory.subsystems-1.0.0</connection>
-        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.factory.subsystems-1.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.installer.factory.subsystems-1.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/installer/factories/subsystems</connection>
+        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/trunk/installer/factories/subsystems</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/installer/factories/subsystems/</url>
     </scm>
 
     <build>