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/09 10:48:37 UTC

[sling-org-apache-sling-feature-cpconverter] branch SLING-11191 created (now 84f8fdb)

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

angela pushed a change to branch SLING-11191
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git.


      at 84f8fdb  SLING-11191 : Update repo-init parser dependency to 1.6.14

This branch includes the following new commits:

     new 84f8fdb  SLING-11191 : Update repo-init parser dependency to 1.6.14

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[sling-org-apache-sling-feature-cpconverter] 01/01: SLING-11191 : Update repo-init parser dependency to 1.6.14

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 84f8fdba55072186bb803c193acfe159ef2eace1
Author: angela <an...@adobe.com>
AuthorDate: Wed Mar 9 11:48:23 2022 +0100

    SLING-11191 : Update repo-init parser dependency to 1.6.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2203777..9f69734 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.repoinit.parser</artifactId>
-      <version>1.6.10</version>
+      <version>1.6.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>