Skip to content

Commit

Permalink
chore(#346): rename maven group names for digiwf-schema-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle committed Jul 27, 2023
1 parent 96e4c59 commit 40a835d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</properties>

<parent>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-schema-registry</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand All @@ -35,7 +35,7 @@
</dependency>

<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-schema-registry-client-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>jar</packaging>

<parent>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-schema-registry</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand All @@ -28,7 +28,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-schema-registry-client</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>jar</packaging>

<parent>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-schema-registry</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>jar</packaging>

<parent>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-schema-registry</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions digiwf-schema-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<description>Schema Registry used by DigiWF</description>

<parent>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom-old.xml</relativePath>
<relativePath>../pom-new.xml</relativePath>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion pom-new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</properties>

<modules>

<module>digiwf-schema-registry</module>
</modules>

<dependencyManagement>
Expand Down
1 change: 0 additions & 1 deletion pom-old.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<modules>
<module>digiwf-engine</module>
<module>digiwf-connector</module>
<module>digiwf-schema-registry</module>
<module>digiwf-task</module>
<module>digiwf-libs</module>
<module>digiwf-process</module>
Expand Down

0 comments on commit 40a835d

Please sign in to comment.