Skip to content

Commit

Permalink
chore(#346): rename maven group names for digiwf process (#549)
Browse files Browse the repository at this point in the history
* chore(#346): rename maven group names for digiwf-process
  • Loading branch information
lmoesle authored Aug 1, 2023
1 parent 9f4fc1b commit 1578a9b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion digiwf-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

<!-- Digiwf-process -->
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-process-api</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-process-api</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion digiwf-process/digiwf-process-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<parent>
<artifactId>digiwf-process</artifactId>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<version>0.18.0-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions digiwf-process/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

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

<modules>
Expand Down
1 change: 1 addition & 0 deletions pom-new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

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

Expand Down
1 change: 0 additions & 1 deletion pom-old.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<module>digiwf-engine</module>
<module>digiwf-task</module>
<module>digiwf-libs</module>
<module>digiwf-process</module>
<module>digiwf-gateway</module>
<module>digiwf-integrations</module>
<module>digiwf-coverage</module>
Expand Down

0 comments on commit 1578a9b

Please sign in to comment.