This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new f6c5de33f9 Better subproject names (#1853) f6c5de33f9 is described below commit f6c5de33f954154031268b219f655c920695b459 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Fri Oct 25 15:40:16 2024 +0200 Better subproject names (#1853) No issue, just make subprojects better named. --- impl/maven-cli/pom.xml | 4 ++-- impl/maven-core/pom.xml | 2 +- impl/maven-di/pom.xml | 2 +- impl/maven-impl/pom.xml | 2 +- impl/maven-jline/pom.xml | 2 +- impl/maven-logging/pom.xml | 2 +- impl/maven-xml/pom.xml | 4 ++-- impl/pom.xml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/impl/maven-cli/pom.xml b/impl/maven-cli/pom.xml index a7421242f9..71226ad39d 100644 --- a/impl/maven-cli/pom.xml +++ b/impl/maven-cli/pom.xml @@ -30,8 +30,8 @@ under the License. <artifactId>maven-cli</artifactId> - <name>Maven CLI</name> - <description>Maven CLI component, with CLI and logging support.</description> + <name>Maven 4 CLI</name> + <description>Maven 4 CLI component, with CLI and logging support.</description> <dependencies> <dependency> diff --git a/impl/maven-core/pom.xml b/impl/maven-core/pom.xml index 97d9ed7bb8..db5181625f 100644 --- a/impl/maven-core/pom.xml +++ b/impl/maven-core/pom.xml @@ -30,7 +30,7 @@ under the License. <artifactId>maven-core</artifactId> - <name>Maven Core</name> + <name>Maven 4 Core</name> <description>Maven Core classes.</description> <dependencies> diff --git a/impl/maven-di/pom.xml b/impl/maven-di/pom.xml index fcb2fae715..ce91877b2b 100644 --- a/impl/maven-di/pom.xml +++ b/impl/maven-di/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-di</artifactId> - <name>Maven Dependency Injection</name> + <name>Maven 4 Dependency Injection</name> <description>Provides the implementation for the Dependency Injection mechanism in Maven</description> <dependencies> diff --git a/impl/maven-impl/pom.xml b/impl/maven-impl/pom.xml index 7e3b3f9849..94f656c74d 100644 --- a/impl/maven-impl/pom.xml +++ b/impl/maven-impl/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-impl</artifactId> - <name>Maven API Implementation</name> + <name>Maven 4 API Implementation</name> <description>Provides the implementation classes for the Maven API</description> <properties> diff --git a/impl/maven-jline/pom.xml b/impl/maven-jline/pom.xml index 79bf69e8ce..fb5d890b17 100644 --- a/impl/maven-jline/pom.xml +++ b/impl/maven-jline/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-jline</artifactId> - <name>Maven JLine integration</name> + <name>Maven 4 JLine integration</name> <description>Provides the JLine integration in Maven</description> <dependencies> diff --git a/impl/maven-logging/pom.xml b/impl/maven-logging/pom.xml index ef9b1965bf..276d01a8f7 100644 --- a/impl/maven-logging/pom.xml +++ b/impl/maven-logging/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-logging</artifactId> - <name>Maven Logging</name> + <name>Maven 4 Logging</name> <description>Provides the Maven Logging infrastructure</description> <dependencies> diff --git a/impl/maven-xml/pom.xml b/impl/maven-xml/pom.xml index fe5b253e21..46323f83b3 100644 --- a/impl/maven-xml/pom.xml +++ b/impl/maven-xml/pom.xml @@ -28,8 +28,8 @@ under the License. </parent> <artifactId>maven-xml</artifactId> - <name>Maven XML API Implementation</name> - <description>Provides the implementation classes for the Maven API XML</description> + <name>Maven 4 XML Implementation</name> + <description>Provides the implementation classes for the Maven XML</description> <dependencies> <dependency> diff --git a/impl/pom.xml b/impl/pom.xml index 294c9029b5..b2740230de 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -28,7 +28,7 @@ under the License. <artifactId>maven-impl-modules</artifactId> <packaging>pom</packaging> - <name>Maven Implementation Modules</name> + <name>Maven 4 Implementation Modules</name> <modules> <module>maven-impl</module>