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 758c5ed  update dependencies to next snapshot version until releases 
are available on maven central
758c5ed is described below

commit 758c5ed1186f400d4c59bb8a8b492a1af60148af
Author: sseifert <[email protected]>
AuthorDate: Tue Jul 31 18:57:44 2018 +0200

    update dependencies to next snapshot version until releases are available 
on maven central
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ada0604..6402322 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.10</version>
+            <version>2.3.11-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.jcr-mock</artifactId>
-            <version>1.3.4</version>
+            <version>1.3.5-SNAPSHOT</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.8</version>
+            <version>1.1.9-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 

Reply via email to