You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/09/09 13:51:11 UTC

[sling-org-apache-sling-feature-launcher] branch master updated (7aa00ee -> 8bb50ec)

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

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


    from 7aa00ee  Adding sonarqube badges as per SLING-9682
     new 02e137b  Align module name with Jira version name
     new 8bb50ec  Upgrade to latest feature model release

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


[sling-org-apache-sling-feature-launcher] 01/02: Align module name with Jira version name

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

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

commit 02e137bd4ecbe07e5219cebb97f6a3a5cd597198
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Sep 9 15:50:29 2020 +0200

    Align module name with Jira version name
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2920ea9..269f94d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <artifactId>org.apache.sling.feature.launcher</artifactId>
     <version>1.1.5-SNAPSHOT</version>
 
-    <name>Apache Sling Feature Launcher</name>
+    <name>Apache Sling Feature Model Launcher</name>
     <description>
         A application launcher using Apache Sling Features
     </description>


[sling-org-apache-sling-feature-launcher] 02/02: Upgrade to latest feature model release

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

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

commit 8bb50eca7365325ad7f6a21b53a9650b99323553
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Sep 9 15:50:47 2020 +0200

    Upgrade to latest feature model release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 269f94d..b4aab48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.2</version>
+            <version>1.2.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>