You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2021/04/28 15:27:19 UTC

[sling-scriptingbundle-maven-plugin] 02/02: SLING-9776 - Add a BND plugin to the scriptingbundle-maven-plugin

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git

commit 8b63dba2d2c64fcb9e46c673848388db501f6f9a
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Apr 28 17:26:46 2021 +0200

    SLING-9776 - Add a BND plugin to the scriptingbundle-maven-plugin
    
    * reworded a phrase in the docs
---
 src/site/markdown/index.md    | 2 ++
 src/site/markdown/usage.md.vm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 44e6224..9e8b21e 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -14,6 +14,8 @@ versioning and dependency support.
 Manually defining the `Require-Capability` and `Provide-Capability` bundle headers is error-prone and unnecessary,
 as they can be derived from the file-system layout required for scripts by the resolver (for the most part).
 
+Starting with version `0.3.0`, the JAR also provides a BND plugin.
+
 ## Usage
 General instructions on how to use the Scripting Bundle Maven Plugin can be found on the
 [usage](usage.html) page.
diff --git a/src/site/markdown/usage.md.vm b/src/site/markdown/usage.md.vm
index 85b719b..1a45c7c 100644
--- a/src/site/markdown/usage.md.vm
+++ b/src/site/markdown/usage.md.vm
@@ -107,7 +107,7 @@ destination platform.
 
 $h4 BND Plugin
 
-Starting with version `0.3.0`, the JAR can also be used to provide a BND plugin. The simplest configuration (where the defaults are used)
+Starting with version `0.3.0`, the JAR also provides a BND plugin. The simplest configuration (where the defaults are used)
 would look like:
 ```
 <plugin>