Skip to content

Commit 55d17c1

Browse files
authored
Merge pull request quarkusio#48217 from gsmet/name-for-relocations
Provide <name> for all artifacts
2 parents 6daf37a + 859130b commit 55d17c1

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

extensions/liquibase/liquibase-common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>quarkus-liquibase-common</artifactId>
14+
<name>Quarkus - Liquibase - Common</name>
1415
<version>999-SNAPSHOT</version>
1516

1617
<dependencies>

relocations/generaterelocations.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public class generaterelocations implements Runnable {
4949
" <modelVersion>4.0.0</modelVersion>\n" + //
5050
"\n" + //
5151
" <artifactId>%1$s</artifactId>\n" + //
52+
" <name>Quarkus - Relocations - %1$s</name>\n" + //
5253
"\n" + //
5354
" <distributionManagement>\n" + //
5455
" <relocation>\n" + //

relocations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>quarkus-relocations-parent</artifactId>
14-
<name>Quarkus - Relocations Parent</name>
14+
<name>Quarkus - Relocations</name>
1515
<description>This is the parent of relocated artifacts, that are still released for compatibility reasons.</description>
1616
<packaging>pom</packaging>
1717

relocations/quarkus-hibernate-search-orm-coordination-outbox-polling-deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>quarkus-hibernate-search-orm-coordination-outbox-polling-deployment</artifactId>
13+
<name>Quarkus - Relocations - quarkus-hibernate-search-orm-coordination-outbox-polling-deployment</name>
1314

1415
<distributionManagement>
1516
<relocation>

relocations/quarkus-hibernate-search-orm-coordination-outbox-polling/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>quarkus-hibernate-search-orm-coordination-outbox-polling</artifactId>
13+
<name>Quarkus - Relocations - quarkus-hibernate-search-orm-coordination-outbox-polling</name>
1314

1415
<distributionManagement>
1516
<relocation>

relocations/quarkus-webjars-locator-deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>quarkus-webjars-locator-deployment</artifactId>
13+
<name>Quarkus - Relocations - quarkus-webjars-locator-deployment</name>
1314

1415
<distributionManagement>
1516
<relocation>

relocations/quarkus-webjars-locator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>quarkus-webjars-locator</artifactId>
13+
<name>Quarkus - Relocations - quarkus-webjars-locator</name>
1314

1415
<distributionManagement>
1516
<relocation>

0 commit comments

Comments
 (0)