Skip to content

Commit 9c1c918

Browse files
author
Andy Kruth
committed
fix: STREAMP-15651: adding project names
1 parent 46d01e0 commit 9c1c918

File tree

21 files changed

+21
-0
lines changed

21 files changed

+21
-0
lines changed

app/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<artifactId>stream-registry-app</artifactId>
12+
<name>${project.groupId}:${project.artifactId}</name>
1213

1314
<properties>
1415
<docker.to.repo />

bom/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>stream-registry-bom</artifactId>
11+
<name>${project.groupId}:${project.artifactId}</name>
1112
<packaging>pom</packaging>
1213

1314
<dependencyManagement>

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<artifactId>stream-registry-core</artifactId>
12+
<name>${project.groupId}:${project.artifactId}</name>
1213

1314
<dependencies>
1415
<dependency>

graphql/api/pom.xml

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

1212
<artifactId>stream-registry-graphql-api</artifactId>
13+
<name>${project.groupId}:${project.artifactId}</name>
1314

1415
<properties>
1516
<graphql-spring-boot.version>15.0.0</graphql-spring-boot.version>

graphql/maven-plugin/pom.xml

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

1212
<artifactId>stream-registry-graphql-maven-plugin</artifactId>
13+
<name>${project.groupId}:${project.artifactId}</name>
1314
<packaging>maven-plugin</packaging>
1415

1516
<dependencies>

graphql/scalars/pom.xml

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

1212
<artifactId>stream-registry-graphql-scalars</artifactId>
13+
<name>${project.groupId}:${project.artifactId}</name>
1314

1415
<dependencies>
1516
<dependency>

handler-spi/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<artifactId>stream-registry-handler-spi</artifactId>
12+
<name>${project.groupId}:${project.artifactId}</name>
1213

1314
<dependencies>
1415
<dependency>

it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<artifactId>stream-registry-it</artifactId>
12+
<name>${project.groupId}:${project.artifactId}</name>
1213

1314
<properties>
1415
<introspectionFile>${project.build.directory}/graphql-schema/schema.json</introspectionFile>

model/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<artifactId>stream-registry-model</artifactId>
12+
<name>${project.groupId}:${project.artifactId}</name>
1213

1314
<dependencies>
1415
<dependency>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<version>3.0.5-SNAPSHOT</version>
1515
<url>https://expediagroup.github.io/stream-registry/</url>
1616
<inceptionYear>2018</inceptionYear>
17+
<name>stream-registry</name>
1718

1819
<scm>
1920
<!--suppress UnresolvedMavenProperty -->

0 commit comments

Comments
 (0)