You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/05/08 13:04:03 UTC

svn commit: r1794361 - /sling/trunk/testing/junit/teleporter/pom.xml

Author: pauls
Date: Mon May  8 13:04:03 2017
New Revision: 1794361

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

Modified:
    sling/trunk/testing/junit/teleporter/pom.xml

Modified: sling/trunk/testing/junit/teleporter/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/teleporter/pom.xml?rev=1794361&r1=1794360&r2=1794361&view=diff
==============================================================================
--- sling/trunk/testing/junit/teleporter/pom.xml (original)
+++ sling/trunk/testing/junit/teleporter/pom.xml Mon May  8 13:04:03 2017
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>org.apache.sling.junit.teleporter</artifactId>
-  <version>1.0.14</version>
+  <version>1.0.15-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Apache Sling JUnit Tests Teleporter</name>
   <description>Client-side implementation of the Teleporter mechanism for server-side JUnit tests</description>
@@ -82,7 +82,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.junit.core</artifactId>
-      <version>1.0.24</version>
+      <version>1.0.25-SNAPSHOT</version>
     </dependency>
     <!-- JSR 353 (JSON-P 1.0) implementation -->
     <dependency>
@@ -140,8 +140,8 @@
   </dependencies>
   
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.junit.teleporter-1.0.14</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.junit.teleporter-1.0.14</developerConnection>
-    <url>https://svn.apache.org/viewvc/sling/tags/org.apache.sling.junit.teleporter-1.0.14</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/junit/teleporter</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/junit/teleporter</developerConnection>
+    <url>https://svn.apache.org/viewvc/sling/trunk/testing/junit/teleporter</url>
   </scm>
 </project>