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 2018/12/10 12:05:45 UTC

[sling-scriptingbundle-maven-plugin] branch master updated: updated name and a link to the bundle tracker

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


The following commit(s) were added to refs/heads/master by this push:
     new b835cb7  updated name and a link to the bundle tracker
b835cb7 is described below

commit b835cb73fd76e14924df17512b4862fc691d90f9
Author: Radu Cotescu <co...@adobe.com>
AuthorDate: Mon Dec 10 13:05:35 2018 +0100

    updated name and a link to the bundle tracker
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5fa87ea..7d2d64a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Apache Sling Scripting Maven Plugin (WIP, name not final)
+Apache Sling Scripting Bundle Maven Plugin
 ====
 
 ## What
@@ -20,8 +20,8 @@ expects the following layout:
 javax.script/<sling-resourceType>/<version>/[<METHOD>.]<name>[.<selector>][.<extension>].<script-extension>
 ```
 
-From that, it will create an appropriate `Provide-Capability` (see the ["How"](../org-apache-sling-scripting-resolver/#how)
-section of the scripting resolver) with the following extra assumptions:
+From that, it will create an appropriate `Provide-Capability` (see the ["How"](https://github.com/apache/sling-org-apache-sling-scripting-bundle-tracker/#how)
+section of the scripting bundle tracker) with the following extra assumptions:
 
   * if the `name` part equals the `sling.resourceType` or the last part of it, it is assumed to be the name of the main script;
   otherwise, it is assumed to be a selector;