You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/12/18 09:26:37 UTC

[sling-org-apache-sling-crankstart-launcher] branch master updated (195e52b -> cf33cff)

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

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


    from 195e52b  SLING-7213 - Add a default .gitignore file to every module
     new 9dc0a28  fix parent
     new cf33cff  SLING-7167 Adjust READMEs

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:
 README.md | 4 ++++
 pom.xml   | 7 +++----
 2 files changed, 7 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-org-apache-sling-crankstart-launcher] 01/02: fix parent

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

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

commit 9dc0a2876ba70ab600a1b162713743d1f920f80f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Dec 18 10:23:58 2017 +0100

    fix parent
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 45d8393..d9341eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>10</version>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>32</version>
         <relativePath />
     </parent>
 
-    <groupId>org.apache.sling</groupId>
     <artifactId>org.apache.sling.crankstart.launcher</artifactId>
     <packaging>jar</packaging>
     <version>1.9.9-SNAPSHOT</version>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-crankstart-launcher] 02/02: SLING-7167 Adjust READMEs

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

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

commit cf33cff69d465ae76f829d821caa389837344f1e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Dec 18 10:26:14 2017 +0100

    SLING-7167 Adjust READMEs
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 338d765..39cd57e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
 # Apache Sling Crankstart Launcher
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+This small and generic OSGi launcher starts a Sling instance (or anything else for that matter) by interpreting a Sling Provisioning Model at runtime.
+
+The Sling Provisioning Model syntax is described at [The Apache Sling Provisioning Model and Apache SlingStart](https://sling.apache.org/documentation/development/slingstart.html).

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.