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 2014/10/06 18:02:10 UTC

svn commit: r1629689 - /sling/trunk/bundles/extensions/discovery/api/pom.xml

Author: cziegeler
Date: Mon Oct  6 16:02:10 2014
New Revision: 1629689

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

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

Modified: sling/trunk/bundles/extensions/discovery/api/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/api/pom.xml?rev=1629689&r1=1629688&r2=1629689&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/api/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/api/pom.xml Mon Oct  6 16:02:10 2014
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.discovery.api</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.2</version>
+    <version>1.0.3-SNAPSHOT</version>
 
     <name>Apache Sling Discovery API</name>
     <description>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.discovery.api-1.0.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.discovery.api-1.0.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.discovery.api-1.0.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/api</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/api</url>
     </scm>
 
     <build>