Skip to content

Commit

Permalink
Better subproject names (#1853)
Browse files Browse the repository at this point in the history
No issue, just make subprojects better named.
  • Loading branch information
cstamas authored Oct 25, 2024
1 parent 36fbfdd commit f6c5de3
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions impl/maven-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion impl/maven-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion impl/maven-di/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion impl/maven-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion impl/maven-jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion impl/maven-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions impl/maven-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f6c5de3

Please sign in to comment.