You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2023/01/25 18:56:15 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated: use repoinit.parser 1.9.0

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

kwin 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 74901dd  use repoinit.parser 1.9.0
74901dd is described below

commit 74901dda550080b6a3f61b27f8f2a7b493c9fc0b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Jan 25 19:56:07 2023 +0100

    use repoinit.parser 1.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bffc8fd..d30eecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,7 +226,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.8.1-SNAPSHOT</version>
+            <version>1.9.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>