You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2016/01/26 00:03:36 UTC

svn commit: r1726711 - /sling/trunk/testing/tools/pom.xml

Author: sseifert
Date: Mon Jan 25 23:03:36 2016
New Revision: 1726711

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

Modified:
    sling/trunk/testing/tools/pom.xml

Modified: sling/trunk/testing/tools/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/tools/pom.xml?rev=1726711&r1=1726710&r2=1726711&view=diff
==============================================================================
--- sling/trunk/testing/tools/pom.xml (original)
+++ sling/trunk/testing/tools/pom.xml Mon Jan 25 23:03:36 2016
@@ -24,11 +24,11 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>26</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.testing.tools</artifactId>
-    <version>1.0.11-SNAPSHOT</version>
+    <version>1.0.12</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Test Tools</name>
@@ -37,9 +37,9 @@
     </description>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/tools</connection>
-        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/tools</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/testing/tools</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.12</connection>
+        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.12</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.tools-1.0.12</url>
     </scm>
     
     <build>