Skip to content

Commit

Permalink
Tweak module names
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Dec 13, 2023
1 parent 553f7b7 commit 97c5100
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion spring-rewrite-commons-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<artifactId>spring-rewrite-commons-docs</artifactId>

<name>Spring Rewrite Commons Docs</name>
<name>Docs</name>
<description>Spring Rewrite Commons documentation</description>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>com.example</groupId>
<artifactId>boot-3-upgrade-atomic</artifactId>

<name>Spring Rewrite Commons Examples - Boot 3 Atomic Upgrade</name>
<name>Boot 3 Atomic Upgrade Example</name>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>com.example</groupId>
<artifactId>boot-3-upgrade-iterative</artifactId>

<name>Spring Rewrite Commons Examples - Boot 3 Iterative Upgrade</name>
<name>Boot 3 Iterative Upgrade Example</name>
<description>Example of iterative Boot upgrade with PRs</description>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>org.example</groupId>
<artifactId>list-applicable-recipes-example</artifactId>

<name>Spring Rewrite Commons Examples - List Applicable Recipes</name>
<name>List Applicable Recipes Example</name>
<description>Example project listing applicable recipes for a given application</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-rewrite-commons-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>spring-rewrite-commons-examples</artifactId>
<packaging>pom</packaging>

<name>Spring Rewrite Commons Examples</name>
<name>Spring Rewrite Commons - Examples</name>
<description>Examples using Spring Rewrite Commons</description>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spring-rewrite-commons-functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>spring-rewrite-commons-functional-tests</artifactId>
<packaging>pom</packaging>

<name>Functional tests for Spring Rewrite Commons</name>
<name>Spring Rewrite Commons - Functional Tests</name>
<url>https://github.com/spring-projects/spring-rewrite-commons</url>

<organization>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<artifactId>private-artifact-repository-tests</artifactId>

<name>Private Artifact Repo Test</name>
<description>Functional tests for Spring Rewrite Commons using a private artifact repository</description>
<url>https://github.com/spring-projects/spring-rewrite-commons</url>

Expand Down
2 changes: 1 addition & 1 deletion spring-rewrite-commons-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>spring-rewrite-commons-launcher</artifactId>

<name>Spring Rewrite Commons Launcher</name>
<name>Launcher</name>
<description>Run OpenRewrite recipes without a build tool plugin</description>
<url>https://github.com/spring-projects/spring-rewrite-commons</url>

Expand Down

0 comments on commit 97c5100

Please sign in to comment.