You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/05/08 16:16:12 UTC

[sling-whiteboard] 08/09: Adjust artifactId and name

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-whiteboard.git

commit e7469e3afd92267fac08e46c576ca1c9f6f69c03
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed May 8 18:13:55 2019 +0200

    Adjust artifactId and name
---
 maven-sources-report-aggregator/README.md | 5 ++---
 maven-sources-report-aggregator/pom.xml   | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/maven-sources-report-aggregator/README.md b/maven-sources-report-aggregator/README.md
index 5744393..c385fab 100644
--- a/maven-sources-report-aggregator/README.md
+++ b/maven-sources-report-aggregator/README.md
@@ -1,4 +1,4 @@
-# Apache Sling Maven Repository Source Availability Reporter
+# Apache Sling Maven Central Source Availability Reporter
 
 This project offers a CLI interface to checking the availability of source artifacts on Maven Central.
 
@@ -9,8 +9,7 @@ $ mvn clean verify
 $ java -jar target/org.apache.sling.tooling.maven-sources-report-aggregator-*-jar-with-dependencies.jar org.apache*
 ```
 
-The runnable jar takes a single argument, which is the groupId to match artifacts against. It is valid to add a trailing star,
-which signals a prefix match.
+The runnable jar takes a single argument, which is the groupId to match artifacts against. It is valid to add a trailing star, which signals a prefix match.
 
 The initial run may be slow, as the project downloads and imports the Maven Central index using the [Maven Indexer](https://maven.apache.org/maven-indexer/indexer-reader/index.html). 
 
diff --git a/maven-sources-report-aggregator/pom.xml b/maven-sources-report-aggregator/pom.xml
index a3ebad4..4467545 100644
--- a/maven-sources-report-aggregator/pom.xml
+++ b/maven-sources-report-aggregator/pom.xml
@@ -27,9 +27,9 @@
         <relativePath />
     </parent>
 
-    <artifactId>org.apache.sling.tooling.maven-sources-report-aggregator</artifactId>
+    <artifactId>org.apache.sling.tooling.maven-central-source-reporter</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <name>Apache Sling - Maven Source Artifacts Report Aggregator</name>
+    <name>Apache Sling - Maven Central Source Reporter</name>
 
     <dependencies>
         <!--  Main dependency -->