SLING-7167 Adjust READMEs

add uniform header linking to Sling project

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810970 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.md b/README.md
index 2f164f2..cc3824d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
-Apache Sling JSP Compiler Maven Plugin
+# Apache Sling Maven JSP Compiler Plugin
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
 
 Maven Plugin compiling JSPs
diff --git a/pom.xml b/pom.xml
index ddd7568..843f158 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,10 +32,8 @@
     <version>2.1.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
-    <name>Apache Sling Maven Plugin for Compiling JSP Sources into Bundles</name>
-    <description>
-        Maven Plugin compiling JSPs
-    </description>
+    <name>Apache Sling Maven JSP Compiler Plugin</name>
+    <description>Maven Plugin for compiling JSP sources into bundles</description>
 
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jspc-plugin</connection>