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/15 13:05:48 UTC

[sling-slingfeature-maven-plugin] branch SLING-11207 created (now e396188)

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

angela pushed a change to branch SLING-11207
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git.


      at e396188  SLING-11207 : Update repo-init parser dependency to 1.6.14

This branch includes the following new commits:

     new e396188  SLING-11207 : 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-slingfeature-maven-plugin] 01/01: SLING-11207 : 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-11207
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git

commit e3961888047922134680fa2447991c0107630194
Author: angela <an...@adobe.com>
AuthorDate: Tue Mar 15 14:05:32 2022 +0100

    SLING-11207 : 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 f887435..79bec8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.6.10</version>
+            <version>1.6.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>