Skip to content

Commit

Permalink
chore(#346): rename maven group names for digiwf-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle committed Jul 27, 2023
1 parent 2a55ce8 commit be7ac16
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion digiwf-connector/digiwf-camunda-connector-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</properties>

<parent>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-connector</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion digiwf-connector/digiwf-camunda-connector-starter/pom.xml
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-connector</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion digiwf-connector/digiwf-camunda-connector/pom.xml
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-connector</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand Down
8 changes: 4 additions & 4 deletions digiwf-connector/digiwf-connector-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>digiwf-connector-api</artifactId>

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

<artifactId>digiwf-connector-api</artifactId>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion digiwf-connector/digiwf-connector-core/pom.xml
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-connector</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion digiwf-connector/digiwf-connector-starter-rest/pom.xml
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-connector</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion digiwf-connector/digiwf-connector-starter/pom.xml
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-connector</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion digiwf-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>Workflow Engine Connector 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-new.xml</relativePath>
Expand Down

0 comments on commit be7ac16

Please sign in to comment.