Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(#346): rename maven group names for digiwf libs #550

Merged
merged 9 commits into from
Aug 1, 2023
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 @@ -51,7 +51,7 @@

<!-- DigiWF -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-json-serialization-starter</artifactId>
<version>${project.version}</version>
</dependency>
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 @@ -44,7 +44,7 @@

<!-- DigiWF -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-json-serialization-core</artifactId>
<version>${project.version}</version>
</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 @@ -31,7 +31,7 @@

<!-- DigiWF -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-json-serialization-core</artifactId>
<version>${project.version}</version>
</dependency>
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 @@ -50,7 +50,7 @@

<!-- DigiWF -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-json-serialization-starter</artifactId>
<version>${project.version}</version>
</dependency>
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 @@ -51,7 +51,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-json-serialization-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
1 change: 1 addition & 0 deletions digiwf-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<groupId>io.muenchendigital.digiwf</groupId>
<artifactId>digiwf-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom-old.xml</relativePath>
</parent>

<modules>
Expand Down
15 changes: 8 additions & 7 deletions digiwf-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<groupId>io.muenchendigital.digiwf</groupId>
<artifactId>digiwf-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom-old.xml</relativePath>
</parent>

<properties>
Expand Down Expand Up @@ -138,37 +139,37 @@

<!-- digiwf-libs -->
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-json-serialization-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>example-json-serialization</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-spring-cloudstream-utils-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>example-spring-cloudstream-utils</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-camunda-prometheus-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-camunda-prometheus-example</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-message-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion digiwf-engine/digiwf-engine-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<!-- DigiWF -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-json-serialization-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
1 change: 1 addition & 0 deletions digiwf-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<groupId>io.muenchendigital.digiwf</groupId>
<artifactId>digiwf-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom-old.xml</relativePath>
</parent>

<modules>
Expand Down
1 change: 1 addition & 0 deletions digiwf-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<groupId>io.muenchendigital.digiwf</groupId>
<artifactId>digiwf-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom-old.xml</relativePath>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<!-- streaming -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-spring-cloudstream-utils-starter</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<!-- streaming -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-spring-cloudstream-utils-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-message-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-message-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-message-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dependency>
<!-- Security -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-spring-security-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -49,7 +49,7 @@

<!-- Spring Cloud Stream -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-message-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<!-- DigiWF Message -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-message-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<!-- Security -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-spring-security-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!-- streaming -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-spring-cloudstream-utils-starter</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<!-- streaming -->
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-spring-cloudstream-utils-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
1 change: 1 addition & 0 deletions digiwf-integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<groupId>io.muenchendigital.digiwf</groupId>
<artifactId>digiwf-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom-old.xml</relativePath>
</parent>

<modules>
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-camunda-prometheus</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand Down
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-camunda-prometheus-example</artifactId>

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

<artifactId>digiwf-camunda-prometheus-example</artifactId>

<dependencies>
<!-- Spring boot -->
Expand All @@ -23,7 +23,7 @@
</dependency>

<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-camunda-prometheus-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
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-camunda-prometheus-starter</artifactId>

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

<artifactId>digiwf-camunda-prometheus-starter</artifactId>

<dependencies>
<dependency>
Expand All @@ -21,7 +21,7 @@
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-camunda-prometheus-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions digiwf-libs/digiwf-camunda-prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<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-camunda-prometheus</artifactId>
<packaging>pom</packaging>

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

<artifactId>digiwf-camunda-prometheus</artifactId>
<packaging>pom</packaging>

<modules>
<module>digiwf-camunda-prometheus-core</module>
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-json-serialization</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-json-serialization</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand All @@ -23,7 +23,7 @@
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-json-serialization-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>example-json-serialization</name>

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

<dependency>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-json-serialization-starter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion digiwf-libs/digiwf-json-serialization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>Json Schema Serialization used by DigiWF</description>

<parent>
<groupId>io.muenchendigital.digiwf</groupId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-libs</artifactId>
<version>0.18.0-SNAPSHOT</version>
</parent>
Expand Down
6 changes: 3 additions & 3 deletions digiwf-libs/digiwf-message/digiwf-message-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
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-message-core</artifactId>

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

<artifactId>digiwf-message-core</artifactId>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
Loading
Loading