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:17 UTC

[sling-scriptingbundle-maven-plugin] branch master updated (fea4cd8 -> 8b63dba)

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

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


    from fea4cd8  trivial: updated badges
     new 55de5b2  SLING-9999 - Remove cyclic dependency between scripting and servlets features
     new 8b63dba  SLING-9776 - Add a BND plugin to the scriptingbundle-maven-plugin

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                       | 2 +-
 src/site/markdown/index.md    | 2 ++
 src/site/markdown/usage.md.vm | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

[sling-scriptingbundle-maven-plugin] 01/02: SLING-9999 - Remove cyclic dependency between scripting and servlets features

Posted by ra...@apache.org.
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 55de5b28305810ee00726eecbc029de675db4fd7
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Apr 28 17:26:26 2021 +0200

    SLING-9999 - Remove cyclic dependency between scripting and servlets features
    
    * updated to the released dependency for o.a.s.scripting.spi
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3623940..a127e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.spi</artifactId>
             <scope>compile</scope>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>

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

Posted by ra...@apache.org.
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>