You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gh...@apache.org on 2020/07/20 14:03:28 UTC

[sling-org-apache-sling-starter] branch master updated (c5fbdd0 -> 06265ba)

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

ghenzler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git.


    from c5fbdd0  releng: updated to latest servlets.resolver
     new 7449377  Update to o.a.felix.healthcheck api/2.0.4 core/2.0.8 generalchecks/2.0.6 webconsoleplugin/2.0.2
     new 06265ba  Add org.apache.sling.feature.launcher-*.jar to gitignore to avoid uncommitted files after following the README.md

The 2 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.


Summary of changes:
 .gitignore                            | 1 +
 src/main/provisioning/healthcheck.txt | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)


[sling-org-apache-sling-starter] 01/02: Update to o.a.felix.healthcheck api/2.0.4 core/2.0.8 generalchecks/2.0.6 webconsoleplugin/2.0.2

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

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

commit 7449377ce849392446c66009a5aae302f52dfbe7
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Mon Jul 20 15:58:36 2020 +0200

    Update to o.a.felix.healthcheck api/2.0.4 core/2.0.8 generalchecks/2.0.6
    webconsoleplugin/2.0.2
---
 src/main/provisioning/healthcheck.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/provisioning/healthcheck.txt b/src/main/provisioning/healthcheck.txt
index 69e4329..7cc0df4 100644
--- a/src/main/provisioning/healthcheck.txt
+++ b/src/main/provisioning/healthcheck.txt
@@ -20,10 +20,10 @@
 
 # startlevel 5 together with jetty (to allow use during startup)
 [artifacts startLevel=5]
-    org.apache.felix/org.apache.felix.healthcheck.api/2.0.2
-    org.apache.felix/org.apache.felix.healthcheck.core/2.0.6
-    org.apache.felix/org.apache.felix.healthcheck.generalchecks/2.0.4
-    org.apache.felix/org.apache.felix.healthcheck.webconsoleplugin/2.0.0
+    org.apache.felix/org.apache.felix.healthcheck.api/2.0.4
+    org.apache.felix/org.apache.felix.healthcheck.core/2.0.8
+    org.apache.felix/org.apache.felix.healthcheck.generalchecks/2.0.6
+    org.apache.felix/org.apache.felix.healthcheck.webconsoleplugin/2.0.2
 
 # sling health check bundles at startlevel 20
 [artifacts startLevel=20]


[sling-org-apache-sling-starter] 02/02: Add org.apache.sling.feature.launcher-*.jar to gitignore to avoid uncommitted files after following the README.md

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

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

commit 06265ba7eb1ab428228138d8c1839f216b77624a
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Mon Jul 20 16:01:57 2020 +0200

    Add org.apache.sling.feature.launcher-*.jar to gitignore to avoid
    uncommitted files after following the README.md
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f13c3f2..1530f74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ atlassian-ide-plugin.xml
 
 /sling/
 /launcher/
+/org.apache.sling.feature.launcher-*.jar
\ No newline at end of file