This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-7803-junit5 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 868a5140f73e4aaf6a00566adc87a323e5c89675 Author: sseifert <[email protected]> AuthorDate: Mon Aug 6 13:41:34 2018 +0200 set version to 2.3.0-SNAPSHOT --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index efeb22f..00b5b1d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>org.apache.sling.testing.sling-mock</artifactId> - <version>2.2.21-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Sling Testing Sling Mock</name> @@ -52,7 +52,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.osgi-mock</artifactId> - <version>2.3.11-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> @@ -70,7 +70,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>
