You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/03/02 07:41:25 UTC

svn commit: r1785083 - /sling/trunk/installer/hc/pom.xml

Author: olli
Date: Thu Mar  2 07:41:24 2017
New Revision: 1785083

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

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

Modified: sling/trunk/installer/hc/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/hc/pom.xml?rev=1785083&r1=1785082&r2=1785083&view=diff
==============================================================================
--- sling/trunk/installer/hc/pom.xml (original)
+++ sling/trunk/installer/hc/pom.xml Thu Mar  2 07:41:24 2017
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.hc</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Installer Health Checks</name>
@@ -29,9 +29,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.hc-1.0.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.hc-1.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.installer.hc-1.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/installer/hc</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/installer/hc</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/installer/hc</url>
     </scm>
 
     <!-- make compile with java 7 -->