Skip to content

Commit

Permalink
chore(#346): rename maven group names for digiwf-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle committed Jul 27, 2023
1 parent 96e4c59 commit 7d89082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions digiwf-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<description>Workflow Engine 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-engine</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 @@ -32,7 +32,6 @@
</properties>

<modules>
<module>digiwf-engine</module>
<module>digiwf-connector</module>
<module>digiwf-schema-registry</module>
<module>digiwf-task</module>
Expand Down

0 comments on commit 7d89082

Please sign in to comment.