This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a59315  switch back to release versions
6a59315 is described below

commit 6a59315e47b8750e4c8cbf1e171dc0749676a9d0
Author: sseifert <[email protected]>
AuthorDate: Mon Aug 6 11:00:38 2018 +0200

    switch back to release versions
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6402322..ada0604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,13 +46,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <version>2.3.11-SNAPSHOT</version>
+            <version>2.3.10</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.jcr-mock</artifactId>
-            <version>1.3.5-SNAPSHOT</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlet-helpers</artifactId>
-            <version>1.1.9-SNAPSHOT</version>
+            <version>1.1.8</version>
             <scope>compile</scope>
         </dependency>
 

Reply via email to