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 22:09:38 UTC

[sling-org-apache-sling-starter] branch master updated: switch to released versions of repoinit artifacts

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-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 83eae23  switch to released versions of repoinit artifacts
83eae23 is described below

commit 83eae23c77cdc1b48d8a7001263c1f23a6f47776
Author: Eric Norman <en...@apache.org>
AuthorDate: Fri Sep 23 15:09:28 2022 -0700

    switch to released versions of repoinit artifacts
---
 pom.xml                     | 2 +-
 src/main/features/base.json | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6146673..de67289 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingfeature-maven-plugin</artifactId>
-                <version>1.6.6</version>
+                <version>1.6.8</version>
                 <extensions>true</extensions>
                 <configuration>
                     <replacePropertyVariables>asm.version,jackrabbit.version,groovy.version,oak.version,slf4j.version,composum.nodes.version,jackson.version</replacePropertyVariables>
diff --git a/src/main/features/base.json b/src/main/features/base.json
index cb99451..4c987f4 100644
--- a/src/main/features/base.json
+++ b/src/main/features/base.json
@@ -227,11 +227,11 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.repoinit.parser:1.7.0",
+            "id":"org.apache.sling:org.apache.sling.repoinit.parser:1.8.0",
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.jcr.repoinit:1.1.40",
+            "id":"org.apache.sling:org.apache.sling.jcr.repoinit:1.1.42",
             "start-order":"20"
         }
     ],