Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>

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

<properties>
<docker.to.repo />
Expand Down
1 change: 1 addition & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</parent>

<artifactId>stream-registry-bom</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>

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

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions graphql/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

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

<properties>
<graphql-spring-boot.version>15.0.0</graphql-spring-boot.version>
Expand Down
1 change: 1 addition & 0 deletions graphql/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>stream-registry-graphql-maven-plugin</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>maven-plugin</packaging>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions graphql/scalars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

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

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions handler-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>

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

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>

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

<properties>
<introspectionFile>${project.build.directory}/graphql-schema/schema.json</introspectionFile>
Expand Down
1 change: 1 addition & 0 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>

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

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<version>3.0.5-SNAPSHOT</version>
<url>https://expediagroup.github.io/stream-registry/</url>
<inceptionYear>2018</inceptionYear>
<name>stream-registry</name>

<scm>
<!--suppress UnresolvedMavenProperty -->
Expand Down
1 change: 1 addition & 0 deletions repository/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>stream-registry-repository-api</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions repository/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>stream-registry-repository-kafka</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>

<artifactId>stream-registry-spring-boot-starter</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions state/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>stream-registry-state-api</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions state/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>stream-registry-state-avro</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions state/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>stream-registry-state-core</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions state/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>stream-registry-state-example</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions state/graphql-sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>stream-registry-state-graphql-sender</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<properties>
<introspectionFile>${project.build.directory}/graphql-schema/schema.json</introspectionFile>
Expand Down
1 change: 1 addition & 0 deletions state/it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>state-it</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions state/kafka-receiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>stream-registry-state-kafka-receiver</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions state/kafka-sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>stream-registry-state-kafka-sender</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down