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

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

Author: kwin
Date: Fri Feb 24 08:52:03 2017
New Revision: 1784245

URL: http://svn.apache.org/viewvc?rev=1784245&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.junit.teleporter-1.0.12

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=1784245&r1=1784244&r2=1784245&view=diff
==============================================================================
--- sling/trunk/testing/junit/teleporter/pom.xml (original)
+++ sling/trunk/testing/junit/teleporter/pom.xml Fri Feb 24 08:52:03 2017
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>org.apache.sling.junit.teleporter</artifactId>
-  <version>1.0.11-SNAPSHOT</version>
+  <version>1.0.12</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>
@@ -135,8 +135,8 @@
   </dependencies>
   
   <scm>
-    <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>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.junit.teleporter-1.0.12</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.junit.teleporter-1.0.12</developerConnection>
+    <url>https://svn.apache.org/viewvc/sling/tags/org.apache.sling.junit.teleporter-1.0.12</url>
   </scm>
 </project>