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-jcr-repoinit.git
commit c934051755c9206fea0c4a8ac7c3fdb01ad6adf4 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Sep 24 15:49:02 2019 +0200 Use release versions of sling-mock-oak and repoinit-parser --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cfd7bb2..2213c4f 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId> - <version>2.1.7-1.16.0-SNAPSHOT</version> + <version>2.1.8-1.16.0</version> <scope>test</scope> </dependency> <dependency> @@ -229,7 +229,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.repoinit.parser</artifactId> - <version>1.2.7-SNAPSHOT</version> + <version>1.3.0</version> <scope>provided</scope> </dependency> <dependency>
