You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/05/05 04:57:17 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated: Use released Repoinit Parser 1.6.8

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new e53fdfa  Use released Repoinit Parser 1.6.8
e53fdfa is described below

commit e53fdfaa10cab40aea5d6d4adcb06a7ea79862cc
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed May 5 06:56:47 2021 +0200

    Use released Repoinit Parser 1.6.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index be3b460..11b50bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.repoinit.parser</artifactId>
-      <version>1.6.7-SNAPSHOT</version>
+      <version>1.6.8</version>
       <scope>provided</scope>
     </dependency>
     <dependency>