You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by du...@apache.org on 2016/09/19 14:39:31 UTC

svn commit: r1761457 - /sling/trunk/testing/junit/rules/pom.xml

Author: dulvac
Date: Mon Sep 19 14:39:31 2016
New Revision: 1761457

URL: http://svn.apache.org/viewvc?rev=1761457&view=rev
Log:
temporarily updated dep to org.apache.sling.testing.clients

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

Modified: sling/trunk/testing/junit/rules/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/rules/pom.xml?rev=1761457&r1=1761456&r2=1761457&view=diff
==============================================================================
--- sling/trunk/testing/junit/rules/pom.xml (original)
+++ sling/trunk/testing/junit/rules/pom.xml Mon Sep 19 14:39:31 2016
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.rules</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Testing Rules</name>
@@ -37,11 +37,11 @@
     </description>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.rules-1.0.0</connection>
-        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.rules-1.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.rules-1.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/junit/rules</connection>
+        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/junit/rules</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/testing/junit/rules</url>
     </scm>
-    
+
     <build>
         <plugins>
            <plugin>