You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/01/11 16:10:35 UTC

[sling-maven-sling-plugin] 03/04: SLING-8204 further renamings to Sling Maven Plugin

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git

commit 53d450096d4d3dd874acec36ccf6b7128fc4ec8e
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Fri Jan 11 17:06:32 2019 +0100

    SLING-8204 further renamings to Sling Maven Plugin
---
 README.md                                     | 4 ++--
 pom.xml                                       | 4 ++--
 relocate/pom.xml                              | 2 +-
 sling-maven-plugin/pom.xml                    | 4 ++--
 sling-maven-plugin/src/site/markdown/index.md | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index b64e6df..560be52 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 [<img src="http://sling.apache.org/res/logos/sling.png"/>](http://sling.apache.org)
 
- [![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-maven-sling-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-maven-sling-plugin-1.8) [![Test Status](https://img.shields.io/jenkins/t/https/builds.apache.org/view/S-Z/view/Sling/job/sling-maven-sling-plugin-1.8.svg)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-maven-sling-plugin-1.8/test_results_analyzer/) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.sli [...]
+ [![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-maven-sling-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-maven-sling-plugin-1.8) [![Test Status](https://img.shields.io/jenkins/t/https/builds.apache.org/view/S-Z/view/Sling/job/sling-maven-sling-plugin-1.8.svg)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-maven-sling-plugin-1.8/test_results_analyzer/) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.sli [...]
 
-# Apache Sling Maven Sling Plugin
+# Apache Sling Maven Plugin
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
diff --git a/pom.xml b/pom.xml
index 5b5c78b..fcd4267 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,11 +27,11 @@
         <relativePath />
     </parent>
 
-    <artifactId>maven-sling-plugin.reactor</artifactId>
+    <artifactId>sling-maven-plugin.reactor</artifactId>
     <version>2.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>Apache Sling Sling Maven Plugin Reactor</name>
+    <name>Apache Sling Maven Plugin Reactor</name>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git</connection>
diff --git a/relocate/pom.xml b/relocate/pom.xml
index fe9c015..9be0948 100644
--- a/relocate/pom.xml
+++ b/relocate/pom.xml
@@ -31,7 +31,7 @@
     <version>2.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>Apache Sling Maven Sling Plugin Relocation</name>
+    <name>Apache Sling Maven Plugin Relocation</name>
     <description>Please use plugin name 'sling-maven-plugin' instead.</description>
 
     <distributionManagement>
diff --git a/sling-maven-plugin/pom.xml b/sling-maven-plugin/pom.xml
index a9ccd63..bb2b748 100644
--- a/sling-maven-plugin/pom.xml
+++ b/sling-maven-plugin/pom.xml
@@ -31,11 +31,11 @@
     <version>2.4.0-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
-    <name>Apache Sling Maven Sling Plugin</name>
+    <name>Apache Sling Maven Plugin</name>
     <description>
         Apache Sling Maven Plugin for Supporting Bundle Development
     </description>
-    <url>https://sling.apache.org/components/maven-sling-plugin/</url>
+    <url>https://sling.apache.org/components/sling-maven-plugin/</url>
 
     <prerequisites>
        <maven>3.0.4</maven>  <!-- still support older maven version than required in parent pom -->
diff --git a/sling-maven-plugin/src/site/markdown/index.md b/sling-maven-plugin/src/site/markdown/index.md
index 9a20f1c..8fba41b 100644
--- a/sling-maven-plugin/src/site/markdown/index.md
+++ b/sling-maven-plugin/src/site/markdown/index.md
@@ -1,6 +1,6 @@
-Maven Sling Plugin
+Sling Maven Plugin
 ==================
 
-The Maven Sling Plugin provides a number of goals which may be of help while developing bundles for Sling. To run the plugin you need at least Maven 3.x and JDK 1.7 or higher.
+The Sling Maven Plugin provides a number of goals which may be of help while developing bundles for Sling. To run the plugin you need at least Maven 3.x and JDK 1.7 or higher.
 
 See [Goals](plugin-info.html) for a list of supported goals.