This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git
commit bdf283df4b49b1e61f0559ee0b8e3e8fe810c9fd Author: Oliver Lietz <[email protected]> AuthorDate: Tue Oct 3 10:14:00 2017 +0000 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 --- README.md | 4 +++- pom.xml | 6 ++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
