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

[sling-org-apache-sling-jcr-repoinit] branch master updated: switch back to released version of repoinit.parser

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

enorman 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 af09414  switch back to released version of repoinit.parser
af09414 is described below

commit af09414b86845eac86244b37fbc1fdc221ed4193
Author: Eric Norman <en...@apache.org>
AuthorDate: Fri Sep 23 14:32:10 2022 -0700

    switch back to released version of repoinit.parser
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c63f565..d68db98 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.8.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>