You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2016/02/23 17:00:33 UTC

svn commit: r1731900 - /sling/trunk/contrib/extensions/bgservlets/testing/pom.xml

Author: bdelacretaz
Date: Tue Feb 23 16:00:32 2016
New Revision: 1731900

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

Modified:
    sling/trunk/contrib/extensions/bgservlets/testing/pom.xml

Modified: sling/trunk/contrib/extensions/bgservlets/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/bgservlets/testing/pom.xml?rev=1731900&r1=1731899&r2=1731900&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/bgservlets/testing/pom.xml (original)
+++ sling/trunk/contrib/extensions/bgservlets/testing/pom.xml Tue Feb 23 16:00:32 2016
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>org.apache.sling.bgservlets.testing</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>slingstart</packaging>
 
   <name>Apache Sling Background Servlets Integration Tests</name>
@@ -59,9 +59,9 @@
   </properties>
   
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.bgservlets.testing-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.bgservlets.testing-1.0.0</developerConnection>
-    <url>http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.bgservlets.testing-1.0.0</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/bgservlets/testing</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/bgservlets/testing</developerConnection>
+    <url>http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/bgservlets/testing</url>
   </scm>
 
   <build>