You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2016/11/30 15:34:45 UTC

svn commit: r1772058 - /sling/trunk/bundles/api/pom.xml

Author: radu
Date: Wed Nov 30 15:34:45 2016
New Revision: 1772058

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

Modified:
    sling/trunk/bundles/api/pom.xml

Modified: sling/trunk/bundles/api/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/pom.xml?rev=1772058&r1=1772057&r2=1772058&view=diff
==============================================================================
--- sling/trunk/bundles/api/pom.xml (original)
+++ sling/trunk/bundles/api/pom.xml Wed Nov 30 15:34:45 2016
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.api</artifactId>
-    <version>2.16.0</version>
+    <version>2.16.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling API</name>
@@ -44,9 +44,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.api-2.16.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.api-2.16.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.api-2.16.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/api</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/api</url>
     </scm>
 
     <properties>