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 cc742a3  SLING-10139 - use released parser to release this module
cc742a3 is described below

commit cc742a395ad312ef809d394a861aef92e2f01852
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Fri Feb 12 17:10:15 2021 +0100

    SLING-10139 - use released parser to release this module
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a2c8070..cb7a42c 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.5-SNAPSHOT</version>
+            <version>1.6.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to