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/11/23 04:26:26 UTC

[sling-org-apache-sling-starter] branch master updated: use released sling-feature-launcher-maven-plugin and o.a.s.hc.support

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 768a553  use released sling-feature-launcher-maven-plugin and o.a.s.hc.support
768a553 is described below

commit 768a5537d4e0b89a9af7b021ac1d8bd2852259a8
Author: Eric Norman <en...@apache.org>
AuthorDate: Tue Nov 22 20:26:16 2022 -0800

    use released sling-feature-launcher-maven-plugin and o.a.s.hc.support
    
    Feature Launcher Maven Plugin version 0.1.4
    Health Check Support version 1.0.10
---
 pom.xml                            | 2 +-
 src/main/features/healthcheck.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index de67289..e2d6a74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,7 +299,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>feature-launcher-maven-plugin</artifactId>
-                <version>0.1.2</version>
+                <version>0.1.4</version>
                 <configuration>
                     <launches>
                         <launch>
diff --git a/src/main/features/healthcheck.json b/src/main/features/healthcheck.json
index a5eb359..aef513a 100644
--- a/src/main/features/healthcheck.json
+++ b/src/main/features/healthcheck.json
@@ -18,7 +18,7 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.hc.support:1.0.8",
+            "id":"org.apache.sling:org.apache.sling.hc.support:1.0.10",
             "start-order":"20"
         }
     ],