You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2022/03/03 09:12:05 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated: Use released repoinit parser 1.6.14 for release

This is an automated email from the ASF dual-hosted git repository.

angela 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 f30a4e5  Use released repoinit parser 1.6.14 for release
f30a4e5 is described below

commit f30a4e557e8aa6ee8f27337d38ba242c2ae7f1b6
Author: angela <an...@adobe.com>
AuthorDate: Thu Mar 3 10:11:42 2022 +0100

    Use released repoinit parser 1.6.14 for release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 159c7f0..56053c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.6.13-SNAPSHOT</version>
+            <version>1.6.14</version>
             <scope>provided</scope>
         </dependency>
         <dependency>