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 10:10:24 UTC

svn commit: r1810945 - in /sling/trunk/samples/webloader/service: README.md pom.xml

Author: olli
Date: Tue Oct  3 10:10:24 2017
New Revision: 1810945

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

add uniform header linking to Sling project

Modified:
    sling/trunk/samples/webloader/service/README.md
    sling/trunk/samples/webloader/service/pom.xml

Modified: sling/trunk/samples/webloader/service/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/samples/webloader/service/README.md?rev=1810945&r1=1810944&r2=1810945&view=diff
==============================================================================
--- sling/trunk/samples/webloader/service/README.md (original)
+++ sling/trunk/samples/webloader/service/README.md Tue Oct  3 10:10:24 2017
@@ -1,6 +1,8 @@
-Apache Sling Webloader Sample Service
+# Apache Sling Samples Webloader Service
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
+
 
----------------------------------------
 Sling Webloader sample - OSGi service
 ---------------------------------------
 This is the service component of the Webloader sample, this bundle provides

Modified: sling/trunk/samples/webloader/service/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/webloader/service/pom.xml?rev=1810945&r1=1810944&r2=1810945&view=diff
==============================================================================
--- sling/trunk/samples/webloader/service/pom.xml (original)
+++ sling/trunk/samples/webloader/service/pom.xml Tue Oct  3 10:10:24 2017
@@ -32,7 +32,7 @@
     <packaging>bundle</packaging>
     <version>2.0.3-SNAPSHOT</version>
 
-    <name>Apache Sling Webloader Service</name>
+    <name>Apache Sling Samples Webloader Service</name>
     <description>
         Sample OSGi service that retrieves documents from the Web using a Google
         search, and stores them into the repository.