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 2017/01/06 10:20:56 UTC

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

Author: dulvac
Date: Fri Jan  6 10:20:56 2017
New Revision: 1777569

URL: http://svn.apache.org/viewvc?rev=1777569&view=rev
Log:
tmp: non-snapshot dep for release

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=1777569&r1=1777568&r2=1777569&view=diff
==============================================================================
--- sling/trunk/testing/junit/rules/pom.xml (original)
+++ sling/trunk/testing/junit/rules/pom.xml Fri Jan  6 10:20:56 2017
@@ -72,12 +72,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.clients</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.serversetup</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sling</groupId>