This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-inventoryprinter.git
The following commit(s) were added to refs/heads/master by this push:
new dca7cdd Change label 'Launch Features' to 'Launch Feature'
dca7cdd is described below
commit dca7cdde59da5879a940fb8e9a20c330de5fffae
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Nov 15 10:05:11 2018 +0000
Change label 'Launch Features' to 'Launch Feature'
---
.../sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
b/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
index 2c1f240..ac9710c 100644
---
a/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
+++
b/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
@@ -31,8 +31,8 @@ import java.nio.file.Path;
import java.nio.file.Paths;
@Component(
-property = {InventoryPrinter.NAME + "=launch_features",
- InventoryPrinter.TITLE + "=Launch Features",
+property = {InventoryPrinter.NAME + "=launch_feature",
+ InventoryPrinter.TITLE + "=Launch Feature",
InventoryPrinter.FORMAT + "=JSON"})
public class FeaturesInventoryPrinter implements InventoryPrinter
{