This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git
The following commit(s) were added to refs/heads/master by this push:
new 8a243a7 SLING-10139 - use latest parser module
8a243a7 is described below
commit 8a243a77cd64001da87d7cffed338be0b5191dcb
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Fri Feb 12 15:48:04 2021 +0100
SLING-10139 - use latest parser module
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a87a9bc..a2c8070 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.repoinit.parser</artifactId>
- <version>1.6.4</version>
+ <version>1.6.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>