You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/10/03 09:59:22 UTC

svn commit: r1810869 - in /sling/trunk/bundles/scripting/api: README.md pom.xml

Author: olli
Date: Tue Oct  3 09:59:22 2017
New Revision: 1810869

URL: http://svn.apache.org/viewvc?rev=1810869&view=rev
Log:
SLING-7167 Adjust READMEs

add uniform header linking to Sling project

Modified:
    sling/trunk/bundles/scripting/api/README.md
    sling/trunk/bundles/scripting/api/pom.xml

Modified: sling/trunk/bundles/scripting/api/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/api/README.md?rev=1810869&r1=1810868&r2=1810869&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/api/README.md (original)
+++ sling/trunk/bundles/scripting/api/README.md Tue Oct  3 09:59:22 2017
@@ -1,4 +1,6 @@
-Apache Sling Scripting API
+# Apache Sling Scripting API
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
 
 This bundle provides the internal API to implement scripting. As such
 it bundles the Java Scripting API provided by Apache BSF.

Modified: sling/trunk/bundles/scripting/api/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/api/pom.xml?rev=1810869&r1=1810868&r2=1810869&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/api/pom.xml (original)
+++ sling/trunk/bundles/scripting/api/pom.xml Tue Oct  3 09:59:22 2017
@@ -32,7 +32,7 @@
     <version>2.2.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Apache Sling Scripting Implementation API</name>
+    <name>Apache Sling Scripting API</name>
     <description>This bundle provides the internal API to implement scripting.</description>
 
     <scm>