You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/06/16 12:01:23 UTC

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

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 b38232f  Use released parser for release
b38232f is described below

commit b38232f0caac28bc0c53070c3cb0de6f6757959d
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Jun 16 14:01:11 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 3733564..c928baa 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.9-SNAPSHOT</version>
+            <version>1.6.10</version>
             <scope>provided</scope>
         </dependency>
         <dependency>