This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git
The following commit(s) were added to refs/heads/master by this push: new 9a61d69 SLING-8718 - Include Oak version in module version 9a61d69 is described below commit 9a61d6929de050aac81eeaa88a68b19304b17fb3 Author: Robert Munteanu <romb...@apache.org> AuthorDate: Tue Sep 17 14:28:28 2019 +0200 SLING-8718 - Include Oak version in module version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3aaad7e..bb98be2 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId> - <version>2.1.7-SNAPSHOT</version> + <version>2.1.7-1.6.0-SNAPSHOT</version> <!-- second component is the oak version, please keep in sync with oak.version property --> <packaging>bundle</packaging> <name>Apache Sling Testing Sling Mock Jackrabbit Oak-based Resource Resolver</name>