use release version of testing libraries

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1801498 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index fca29bd..e664aa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -292,7 +292,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.remote</artifactId>
-            <version>1.0.11-SNAPSHOT</version>
+            <version>1.0.12</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -304,7 +304,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.tools</artifactId>
-            <version>1.0.17-SNAPSHOT</version>
+            <version>1.0.16</version>
             <scope>provided</scope>
         </dependency>
         <dependency>