From b9765a050ad02f13d43807ec308c06ef95f5e500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Thu, 27 Jul 2023 11:33:10 +0200 Subject: [PATCH 1/8] chore: rename maven group names --- digiwf-connector/pom.xml | 1 + digiwf-coverage/pom.xml | 1 + digiwf-engine/pom.xml | 1 + digiwf-gateway/pom.xml | 1 + digiwf-integrations/pom.xml | 1 + digiwf-libs/pom.xml | 1 + digiwf-process/pom.xml | 1 + digiwf-schema-registry/pom.xml | 1 + digiwf-task/pom.xml | 1 + pom-old.xml | 515 +++++++++++++++++++++++++++++++++ pom.xml | 44 ++- 11 files changed, 558 insertions(+), 10 deletions(-) create mode 100644 pom-old.xml diff --git a/digiwf-connector/pom.xml b/digiwf-connector/pom.xml index c5e7c73b8c..86cb1d4d1d 100644 --- a/digiwf-connector/pom.xml +++ b/digiwf-connector/pom.xml @@ -12,6 +12,7 @@ io.muenchendigital.digiwf digiwf-core 0.18.0-SNAPSHOT + ../pom-old.xml diff --git a/digiwf-coverage/pom.xml b/digiwf-coverage/pom.xml index 774ff46326..6be9c80748 100644 --- a/digiwf-coverage/pom.xml +++ b/digiwf-coverage/pom.xml @@ -11,6 +11,7 @@ io.muenchendigital.digiwf digiwf-core 0.18.0-SNAPSHOT + ../pom-old.xml diff --git a/digiwf-engine/pom.xml b/digiwf-engine/pom.xml index 6ab9e04e43..9fec764fc3 100644 --- a/digiwf-engine/pom.xml +++ b/digiwf-engine/pom.xml @@ -12,6 +12,7 @@ io.muenchendigital.digiwf digiwf-core 0.18.0-SNAPSHOT + ../pom-old.xml diff --git a/digiwf-gateway/pom.xml b/digiwf-gateway/pom.xml index 3ebd594e4d..884fc4c796 100644 --- a/digiwf-gateway/pom.xml +++ b/digiwf-gateway/pom.xml @@ -12,6 +12,7 @@ io.muenchendigital.digiwf digiwf-core 0.18.0-SNAPSHOT + ../pom-old.xml diff --git a/digiwf-integrations/pom.xml b/digiwf-integrations/pom.xml index 988a8effda..cde9a79ca7 100644 --- a/digiwf-integrations/pom.xml +++ b/digiwf-integrations/pom.xml @@ -12,6 +12,7 @@ io.muenchendigital.digiwf digiwf-core 0.18.0-SNAPSHOT + ../pom-old.xml diff --git a/digiwf-libs/pom.xml b/digiwf-libs/pom.xml index cee1b69b47..54db17f95e 100644 --- a/digiwf-libs/pom.xml +++ b/digiwf-libs/pom.xml @@ -12,6 +12,7 @@ io.muenchendigital.digiwf digiwf-core 0.18.0-SNAPSHOT + ../pom-old.xml diff --git a/digiwf-process/pom.xml b/digiwf-process/pom.xml index c290109db8..fcabb1cf6b 100644 --- a/digiwf-process/pom.xml +++ b/digiwf-process/pom.xml @@ -12,6 +12,7 @@ digiwf-core io.muenchendigital.digiwf 0.18.0-SNAPSHOT + ../pom-old.xml diff --git a/digiwf-schema-registry/pom.xml b/digiwf-schema-registry/pom.xml index b5e2b76811..e32c200765 100644 --- a/digiwf-schema-registry/pom.xml +++ b/digiwf-schema-registry/pom.xml @@ -12,6 +12,7 @@ io.muenchendigital.digiwf digiwf-core 0.18.0-SNAPSHOT + ../pom-old.xml diff --git a/digiwf-task/pom.xml b/digiwf-task/pom.xml index f54ccc91cf..2352a51a1e 100644 --- a/digiwf-task/pom.xml +++ b/digiwf-task/pom.xml @@ -7,6 +7,7 @@ io.muenchendigital.digiwf digiwf-core 0.18.0-SNAPSHOT + ../pom-old.xml diff --git a/pom-old.xml b/pom-old.xml new file mode 100644 index 0000000000..4ffe7601f8 --- /dev/null +++ b/pom-old.xml @@ -0,0 +1,515 @@ + + + 4.0.0 + io.muenchendigital.digiwf + digiwf-core + 0.18.0-SNAPSHOT + digiwf-core + pom + DigiWF Core Services + https://github.com/it-at-m/digiwf-core + + + 11 + 11 + 11 + UTF-8 + 2.7.11 + 2021.0.5 + 4.10.0 + 1.18.26 + 0.2.0 + 1.5.5.Final + 7.18.0 + ${camunda.version.ce} + 7.18.0-ee + 7.18.0 + 1.7.0 + 2.7.0 + 7.3 + + + + digiwf-engine + digiwf-connector + digiwf-schema-registry + digiwf-task + digiwf-libs + digiwf-process + digiwf-gateway + digiwf-integrations + digiwf-coverage + + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring.cloud.version} + pom + import + + + org.camunda.bpm + camunda-bom + ${camunda.version} + import + pom + + + + + org.springdoc + springdoc-openapi-webflux-ui + ${springdoc-openapi.version} + + + org.springdoc + springdoc-openapi-ui + ${springdoc-openapi.version} + + + org.springdoc + springdoc-openapi-security + ${springdoc-openapi.version} + + + com.google.code.findbugs + jsr305 + 3.0.2 + + + org.openapitools + jackson-databind-nullable + 0.2.6 + + + org.camunda.community + camunda-engine-rest-client-openapi-springboot + ${camunda-engine-rest-client-openapi-java.version} + + + org.camunda.community + camunda-engine-rest-client-openapi-java + ${camunda-engine-rest-client-openapi-java.version} + + + org.camunda.bpm + camunda-external-task-client + ${camunda.version.ce} + + + org.camunda.bpm + camunda-external-task-client-spring + ${camunda.version.ce} + + + org.camunda.bpm.springboot + camunda-bpm-spring-boot-starter-external-task-client + ${camunda.version.ce} + + + + + net.logstash.logback + logstash-logback-encoder + ${logstash.encoder.version} + + + + + + + org.mapstruct + mapstruct + ${org.mapstruct.version} + + + org.projectlombok + lombok + ${lombok.version} + provided + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + UTF-8 + + + + org.apache.maven.plugins + maven-install-plugin + 3.1.1 + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.3.0 + + + enforce-maven + + enforce + + + + + 11 + + + 3.6.0 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + true + + + org.projectlombok + lombok + + ${lombok.version} + + + org.projectlombok + lombok-mapstruct-binding + ${lombok.mapstruct.binding.version} + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + + + -Amapstruct.defaultComponentModel=spring + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + + org.apache.maven.plugins + maven-surefire-plugin + 3.1.2 + + @{argLine} -Xms256m -Xmx2048m -Dfile.encoding=${project.build.sourceEncoding} + random + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0 + + + run-itests + + integration-test + verify + + + + + ${project.build.outputDirectory} + @{argLine} -Xms256m -Xmx2048m -Dfile.encoding=${project.build.sourceEncoding} + + + + org.jacoco + jacoco-maven-plugin + 0.8.9 + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + + repackage + + + + + + org.openapitools + openapi-generator-maven-plugin + 6.6.0 + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + org.codehaus.mojo + versions-maven-plugin + 2.15.0 + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://s01.oss.sonatype.org/ + false + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + + + + + + + frontend + + digiwf-apps + + + + docs + + docs + + + + + camunda-ee + + ${camunda.version.ee} + + + + camunda-bpm-nexus-ee + camunda-bpm-nexus + https://camunda.jfrog.io/artifactory/private/ + + + + + + + + + deploy + + + + + org.codehaus.mojo + versions-maven-plugin + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + none + + **/*.java + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + --pinentry-mode + loopback + + + + + + + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + + + + Alexander Boxhorn + Landeshauptstadt München + https://github.com/boal + + initiator + + + + axd4 + Landeshauptstadt München + https://github.com/axd4 + + initiator + + + + Dominik Horn + Miragon GmbH + https://github.com/dominikhorn93 + + initiator + + + + martind260 + Landeshauptstadt München + https://github.com/martind260 + + initiator + + + + Lukas Mösle + Miragon GmbH + https://github.com/lmoesle + + initiator + + + + Simon Zambrovski + simon.zambrovski@holisticon.de + Holisticon AG + https://holisticon.de/ + https://github.com/zambrovski + + developer + + + + + + + MIT License + + + + + https://github.com/it-at-m/digiwf-core + scm:git:git@github.com:it-at-m/digiwf-core.git + scm:git:git@github.com:it-at-m/digiwf-core.git + HEAD + + + diff --git a/pom.xml b/pom.xml index 4ffe7601f8..99fbae565e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 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"> 4.0.0 - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-core 0.18.0-SNAPSHOT digiwf-core @@ -32,15 +32,7 @@ - digiwf-engine - digiwf-connector - digiwf-schema-registry - digiwf-task - digiwf-libs - digiwf-process - digiwf-gateway - digiwf-integrations - digiwf-coverage + @@ -497,6 +489,38 @@ developer + + StephanStrehlerCGI + CGI Deutschland + https://github.com/StephanStrehlerCGI + + developer + + + + Simon Hirtreiter + Landeshauptstadt München + https://github.com/simonhir + + developer + + + + lehju + Landeshauptstadt München + https://github.com/lehju + + developer + + + + darenegade + Landeshauptstadt München + https://github.com/darenegade + + developer + + From 1af8e61df9c27dc7cb33202d784493c5a7e60aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Thu, 27 Jul 2023 11:37:33 +0200 Subject: [PATCH 2/8] chore: rename maven group names --- .github/workflows/build-services-old.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/build-services-old.yaml diff --git a/.github/workflows/build-services-old.yaml b/.github/workflows/build-services-old.yaml new file mode 100644 index 0000000000..9e6d05742e --- /dev/null +++ b/.github/workflows/build-services-old.yaml @@ -0,0 +1,23 @@ +name: build services + +on: [ push, pull_request ] + +jobs: + build-maven: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Set up JDK 11 + uses: actions/setup-java@v3 + with: + java-version: '11' + distribution: 'adopt' + server-id: camunda-bpm-nexus-ee + server-username: CAMUNDA_USER_REF + server-password: CAMUNDA_TOKEN_REF + + - name: Build with Maven + run: mvn --batch-mode --update-snapshots --no-transfer-progress verify -f pom-old.xml + env: + CAMUNDA_USER_REF: ${{ secrets.CAMUNDA_USER }} + CAMUNDA_TOKEN_REF: ${{ secrets.CAMUNDA_USER_PASSWORD }} From 26795ee309aff5f2ff2f558b86e980c3e36c6d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Thu, 27 Jul 2023 12:25:21 +0200 Subject: [PATCH 3/8] chore: rename maven group names --- pom.xml | 101 -------------------------------------------------------- 1 file changed, 101 deletions(-) diff --git a/pom.xml b/pom.xml index 99fbae565e..0a9a2a5884 100644 --- a/pom.xml +++ b/pom.xml @@ -35,107 +35,6 @@ - - - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - - - org.springframework.cloud - spring-cloud-dependencies - ${spring.cloud.version} - pom - import - - - org.camunda.bpm - camunda-bom - ${camunda.version} - import - pom - - - - - org.springdoc - springdoc-openapi-webflux-ui - ${springdoc-openapi.version} - - - org.springdoc - springdoc-openapi-ui - ${springdoc-openapi.version} - - - org.springdoc - springdoc-openapi-security - ${springdoc-openapi.version} - - - com.google.code.findbugs - jsr305 - 3.0.2 - - - org.openapitools - jackson-databind-nullable - 0.2.6 - - - org.camunda.community - camunda-engine-rest-client-openapi-springboot - ${camunda-engine-rest-client-openapi-java.version} - - - org.camunda.community - camunda-engine-rest-client-openapi-java - ${camunda-engine-rest-client-openapi-java.version} - - - org.camunda.bpm - camunda-external-task-client - ${camunda.version.ce} - - - org.camunda.bpm - camunda-external-task-client-spring - ${camunda.version.ce} - - - org.camunda.bpm.springboot - camunda-bpm-spring-boot-starter-external-task-client - ${camunda.version.ce} - - - - - net.logstash.logback - logstash-logback-encoder - ${logstash.encoder.version} - - - - - - - org.mapstruct - mapstruct - ${org.mapstruct.version} - - - org.projectlombok - lombok - ${lombok.version} - provided - - - From f3debd3f9fb28256393f1b67f545aa500371e94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Thu, 27 Jul 2023 13:07:06 +0200 Subject: [PATCH 4/8] chore(#346): rename maven group names --- .github/workflows/build-services-old.yaml | 23 - pom-new.xml | 539 ++++++++++++++++++++++ pom.xml | 30 +- 3 files changed, 548 insertions(+), 44 deletions(-) delete mode 100644 .github/workflows/build-services-old.yaml create mode 100644 pom-new.xml diff --git a/.github/workflows/build-services-old.yaml b/.github/workflows/build-services-old.yaml deleted file mode 100644 index 9e6d05742e..0000000000 --- a/.github/workflows/build-services-old.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: build services - -on: [ push, pull_request ] - -jobs: - build-maven: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Set up JDK 11 - uses: actions/setup-java@v3 - with: - java-version: '11' - distribution: 'adopt' - server-id: camunda-bpm-nexus-ee - server-username: CAMUNDA_USER_REF - server-password: CAMUNDA_TOKEN_REF - - - name: Build with Maven - run: mvn --batch-mode --update-snapshots --no-transfer-progress verify -f pom-old.xml - env: - CAMUNDA_USER_REF: ${{ secrets.CAMUNDA_USER }} - CAMUNDA_TOKEN_REF: ${{ secrets.CAMUNDA_USER_PASSWORD }} diff --git a/pom-new.xml b/pom-new.xml new file mode 100644 index 0000000000..99fbae565e --- /dev/null +++ b/pom-new.xml @@ -0,0 +1,539 @@ + + + 4.0.0 + de.muenchen.oss.digiwf + digiwf-core + 0.18.0-SNAPSHOT + digiwf-core + pom + DigiWF Core Services + https://github.com/it-at-m/digiwf-core + + + 11 + 11 + 11 + UTF-8 + 2.7.11 + 2021.0.5 + 4.10.0 + 1.18.26 + 0.2.0 + 1.5.5.Final + 7.18.0 + ${camunda.version.ce} + 7.18.0-ee + 7.18.0 + 1.7.0 + 2.7.0 + 7.3 + + + + + + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring.cloud.version} + pom + import + + + org.camunda.bpm + camunda-bom + ${camunda.version} + import + pom + + + + + org.springdoc + springdoc-openapi-webflux-ui + ${springdoc-openapi.version} + + + org.springdoc + springdoc-openapi-ui + ${springdoc-openapi.version} + + + org.springdoc + springdoc-openapi-security + ${springdoc-openapi.version} + + + com.google.code.findbugs + jsr305 + 3.0.2 + + + org.openapitools + jackson-databind-nullable + 0.2.6 + + + org.camunda.community + camunda-engine-rest-client-openapi-springboot + ${camunda-engine-rest-client-openapi-java.version} + + + org.camunda.community + camunda-engine-rest-client-openapi-java + ${camunda-engine-rest-client-openapi-java.version} + + + org.camunda.bpm + camunda-external-task-client + ${camunda.version.ce} + + + org.camunda.bpm + camunda-external-task-client-spring + ${camunda.version.ce} + + + org.camunda.bpm.springboot + camunda-bpm-spring-boot-starter-external-task-client + ${camunda.version.ce} + + + + + net.logstash.logback + logstash-logback-encoder + ${logstash.encoder.version} + + + + + + + org.mapstruct + mapstruct + ${org.mapstruct.version} + + + org.projectlombok + lombok + ${lombok.version} + provided + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + UTF-8 + + + + org.apache.maven.plugins + maven-install-plugin + 3.1.1 + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.3.0 + + + enforce-maven + + enforce + + + + + 11 + + + 3.6.0 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + true + + + org.projectlombok + lombok + + ${lombok.version} + + + org.projectlombok + lombok-mapstruct-binding + ${lombok.mapstruct.binding.version} + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + + + -Amapstruct.defaultComponentModel=spring + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + + org.apache.maven.plugins + maven-surefire-plugin + 3.1.2 + + @{argLine} -Xms256m -Xmx2048m -Dfile.encoding=${project.build.sourceEncoding} + random + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0 + + + run-itests + + integration-test + verify + + + + + ${project.build.outputDirectory} + @{argLine} -Xms256m -Xmx2048m -Dfile.encoding=${project.build.sourceEncoding} + + + + org.jacoco + jacoco-maven-plugin + 0.8.9 + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + + repackage + + + + + + org.openapitools + openapi-generator-maven-plugin + 6.6.0 + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + org.codehaus.mojo + versions-maven-plugin + 2.15.0 + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://s01.oss.sonatype.org/ + false + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + + + + + + + frontend + + digiwf-apps + + + + docs + + docs + + + + + camunda-ee + + ${camunda.version.ee} + + + + camunda-bpm-nexus-ee + camunda-bpm-nexus + https://camunda.jfrog.io/artifactory/private/ + + + + + + + + + deploy + + + + + org.codehaus.mojo + versions-maven-plugin + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + none + + **/*.java + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + --pinentry-mode + loopback + + + + + + + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + + + + Alexander Boxhorn + Landeshauptstadt München + https://github.com/boal + + initiator + + + + axd4 + Landeshauptstadt München + https://github.com/axd4 + + initiator + + + + Dominik Horn + Miragon GmbH + https://github.com/dominikhorn93 + + initiator + + + + martind260 + Landeshauptstadt München + https://github.com/martind260 + + initiator + + + + Lukas Mösle + Miragon GmbH + https://github.com/lmoesle + + initiator + + + + Simon Zambrovski + simon.zambrovski@holisticon.de + Holisticon AG + https://holisticon.de/ + https://github.com/zambrovski + + developer + + + + StephanStrehlerCGI + CGI Deutschland + https://github.com/StephanStrehlerCGI + + developer + + + + Simon Hirtreiter + Landeshauptstadt München + https://github.com/simonhir + + developer + + + + lehju + Landeshauptstadt München + https://github.com/lehju + + developer + + + + darenegade + Landeshauptstadt München + https://github.com/darenegade + + developer + + + + + + + MIT License + + + + + https://github.com/it-at-m/digiwf-core + scm:git:git@github.com:it-at-m/digiwf-core.git + scm:git:git@github.com:it-at-m/digiwf-core.git + HEAD + + + diff --git a/pom.xml b/pom.xml index 0a9a2a5884..9cde7bbf77 100644 --- a/pom.xml +++ b/pom.xml @@ -11,28 +11,16 @@ DigiWF Core Services https://github.com/it-at-m/digiwf-core - - 11 - 11 - 11 - UTF-8 - 2.7.11 - 2021.0.5 - 4.10.0 - 1.18.26 - 0.2.0 - 1.5.5.Final - 7.18.0 - ${camunda.version.ce} - 7.18.0-ee - 7.18.0 - 1.7.0 - 2.7.0 - 7.3 - - - + digiwf-engine + digiwf-connector + digiwf-schema-registry + digiwf-task + digiwf-libs + digiwf-process + digiwf-gateway + digiwf-integrations + digiwf-coverage From 96e4c591a5e528ef1108c489bb932c33ce17c66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Thu, 27 Jul 2023 14:01:35 +0200 Subject: [PATCH 5/8] chore(#346): rename maven group names --- pom.xml | 39 +++++++-------------------------------- 1 file changed, 7 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 9cde7bbf77..e311c729af 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,13 @@ DigiWF Core Services https://github.com/it-at-m/digiwf-core + + 11 + 11 + 11 + 7.18.0-ee + + digiwf-engine digiwf-connector @@ -72,38 +79,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.11.0 - - true - - - org.projectlombok - lombok - - ${lombok.version} - - - org.projectlombok - lombok-mapstruct-binding - ${lombok.mapstruct.binding.version} - - - org.mapstruct - mapstruct-processor - ${org.mapstruct.version} - - - - - - -Amapstruct.defaultComponentModel=spring - - - - org.sonatype.plugins nexus-staging-maven-plugin From 17bd423bbc8f05a6605468ecaf2840a55a950998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Thu, 27 Jul 2023 15:18:41 +0200 Subject: [PATCH 6/8] chore(#346): rename maven group names for digiwf-libs --- .../digiwf-cosys-integration-core/pom.xml | 2 +- .../digiwf-email-integration-core/pom.xml | 2 +- .../digiwf-example-integration-core/pom.xml | 2 +- .../digiwf-s3-integration-client-example/pom.xml | 4 ++-- .../digiwf-s3-integration-core/pom.xml | 2 +- .../digiwf-s3-integration-service/pom.xml | 2 +- .../digiwf-camunda-prometheus-core/pom.xml | 2 +- .../digiwf-camunda-prometheus-example/pom.xml | 10 +++++----- .../digiwf-camunda-prometheus-starter/pom.xml | 10 +++++----- digiwf-libs/digiwf-camunda-prometheus/pom.xml | 10 +++++----- .../digiwf-json-serialization-core/pom.xml | 2 +- .../digiwf-json-serialization-starter/pom.xml | 4 ++-- .../example-json-serialization/pom.xml | 4 ++-- digiwf-libs/digiwf-json-serialization/pom.xml | 2 +- digiwf-libs/digiwf-message/digiwf-message-core/pom.xml | 6 +++--- .../digiwf-message/digiwf-message-example/pom.xml | 8 ++++---- .../digiwf-message/digiwf-message-starter/pom.xml | 8 ++++---- digiwf-libs/digiwf-message/pom.xml | 8 ++++---- .../digiwf-spring-cloudstream-utils-core/pom.xml | 2 +- .../digiwf-spring-cloudstream-utils-starter/pom.xml | 4 ++-- .../example-spring-cloudstream-utils/pom.xml | 4 ++-- digiwf-libs/digiwf-spring-cloudstream-utils/pom.xml | 2 +- .../digiwf-spring-security-core/pom.xml | 2 +- .../digiwf-spring-security-starter/pom.xml | 4 ++-- digiwf-libs/digiwf-spring-security/pom.xml | 6 +++--- digiwf-libs/pom.xml | 4 ++-- pom-new.xml | 2 +- pom-old.xml | 1 - 28 files changed, 59 insertions(+), 60 deletions(-) diff --git a/digiwf-integrations/digiwf-cosys-integration/digiwf-cosys-integration-core/pom.xml b/digiwf-integrations/digiwf-cosys-integration/digiwf-cosys-integration-core/pom.xml index ee9b8c157d..1d0ff9ba9a 100644 --- a/digiwf-integrations/digiwf-cosys-integration/digiwf-cosys-integration-core/pom.xml +++ b/digiwf-integrations/digiwf-cosys-integration/digiwf-cosys-integration-core/pom.xml @@ -53,7 +53,7 @@ ${project.version} - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-message-starter ${project.version} diff --git a/digiwf-integrations/digiwf-email-integration/digiwf-email-integration-core/pom.xml b/digiwf-integrations/digiwf-email-integration/digiwf-email-integration-core/pom.xml index 59375c8be4..be5765e154 100644 --- a/digiwf-integrations/digiwf-email-integration/digiwf-email-integration-core/pom.xml +++ b/digiwf-integrations/digiwf-email-integration/digiwf-email-integration-core/pom.xml @@ -13,7 +13,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-message-starter ${project.version} diff --git a/digiwf-integrations/digiwf-example-integration/digiwf-example-integration-core/pom.xml b/digiwf-integrations/digiwf-example-integration/digiwf-example-integration-core/pom.xml index 5ba4c669bf..0c5d25cd5e 100644 --- a/digiwf-integrations/digiwf-example-integration/digiwf-example-integration-core/pom.xml +++ b/digiwf-integrations/digiwf-example-integration/digiwf-example-integration-core/pom.xml @@ -13,7 +13,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-message-starter ${project.version} diff --git a/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-client-example/pom.xml b/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-client-example/pom.xml index fda5772b33..4c672fb969 100644 --- a/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-client-example/pom.xml +++ b/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-client-example/pom.xml @@ -35,7 +35,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-security-starter ${project.version} @@ -49,7 +49,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-message-starter ${project.version} diff --git a/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-core/pom.xml b/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-core/pom.xml index 71ad85a7e3..125a691ebf 100644 --- a/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-core/pom.xml +++ b/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-core/pom.xml @@ -34,7 +34,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-message-starter ${project.version} diff --git a/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-service/pom.xml b/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-service/pom.xml index 1b24c4bdb3..b4ffc76fb1 100644 --- a/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-service/pom.xml +++ b/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-service/pom.xml @@ -33,7 +33,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-security-starter ${project.version} diff --git a/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-core/pom.xml b/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-core/pom.xml index 618260471a..4baf7bd1d3 100644 --- a/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-core/pom.xml +++ b/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-core/pom.xml @@ -8,7 +8,7 @@ jar - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-camunda-prometheus 0.18.0-SNAPSHOT diff --git a/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-example/pom.xml b/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-example/pom.xml index dd2bb8f34f..9495fe8af0 100644 --- a/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-example/pom.xml +++ b/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-example/pom.xml @@ -2,14 +2,14 @@ + 4.0.0 + digiwf-camunda-prometheus-example + digiwf-camunda-prometheus - io.muenchendigital.digiwf + de.muenchen.oss.digiwf 0.18.0-SNAPSHOT - 4.0.0 - - digiwf-camunda-prometheus-example @@ -23,7 +23,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-camunda-prometheus-starter ${project.version} diff --git a/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-starter/pom.xml b/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-starter/pom.xml index eb65ad5b67..3d61db245f 100644 --- a/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-starter/pom.xml +++ b/digiwf-libs/digiwf-camunda-prometheus/digiwf-camunda-prometheus-starter/pom.xml @@ -2,14 +2,14 @@ + 4.0.0 + digiwf-camunda-prometheus-starter + digiwf-camunda-prometheus - io.muenchendigital.digiwf + de.muenchen.oss.digiwf 0.18.0-SNAPSHOT - 4.0.0 - - digiwf-camunda-prometheus-starter @@ -21,7 +21,7 @@ spring-boot-autoconfigure - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-camunda-prometheus-core ${project.version} diff --git a/digiwf-libs/digiwf-camunda-prometheus/pom.xml b/digiwf-libs/digiwf-camunda-prometheus/pom.xml index f203d15e5e..7a784c9da1 100644 --- a/digiwf-libs/digiwf-camunda-prometheus/pom.xml +++ b/digiwf-libs/digiwf-camunda-prometheus/pom.xml @@ -2,15 +2,15 @@ + 4.0.0 + digiwf-camunda-prometheus + pom + digiwf-libs - io.muenchendigital.digiwf + de.muenchen.oss.digiwf 0.18.0-SNAPSHOT - 4.0.0 - - digiwf-camunda-prometheus - pom digiwf-camunda-prometheus-core diff --git a/digiwf-libs/digiwf-json-serialization/digiwf-json-serialization-core/pom.xml b/digiwf-libs/digiwf-json-serialization/digiwf-json-serialization-core/pom.xml index c8560d2b33..7dd94be2af 100644 --- a/digiwf-libs/digiwf-json-serialization/digiwf-json-serialization-core/pom.xml +++ b/digiwf-libs/digiwf-json-serialization/digiwf-json-serialization-core/pom.xml @@ -8,7 +8,7 @@ jar - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization 0.18.0-SNAPSHOT diff --git a/digiwf-libs/digiwf-json-serialization/digiwf-json-serialization-starter/pom.xml b/digiwf-libs/digiwf-json-serialization/digiwf-json-serialization-starter/pom.xml index d6a28fbc47..431600d806 100644 --- a/digiwf-libs/digiwf-json-serialization/digiwf-json-serialization-starter/pom.xml +++ b/digiwf-libs/digiwf-json-serialization/digiwf-json-serialization-starter/pom.xml @@ -8,7 +8,7 @@ jar - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization 0.18.0-SNAPSHOT @@ -23,7 +23,7 @@ spring-boot-autoconfigure - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization-core ${project.version} diff --git a/digiwf-libs/digiwf-json-serialization/example-json-serialization/pom.xml b/digiwf-libs/digiwf-json-serialization/example-json-serialization/pom.xml index 809a27f6d6..fe08320a0c 100644 --- a/digiwf-libs/digiwf-json-serialization/example-json-serialization/pom.xml +++ b/digiwf-libs/digiwf-json-serialization/example-json-serialization/pom.xml @@ -7,7 +7,7 @@ example-json-serialization - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization 0.18.0-SNAPSHOT @@ -20,7 +20,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization-starter ${project.version} diff --git a/digiwf-libs/digiwf-json-serialization/pom.xml b/digiwf-libs/digiwf-json-serialization/pom.xml index 209fb2a024..aa1e6f7aba 100644 --- a/digiwf-libs/digiwf-json-serialization/pom.xml +++ b/digiwf-libs/digiwf-json-serialization/pom.xml @@ -9,7 +9,7 @@ Json Schema Serialization used by DigiWF - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-libs 0.18.0-SNAPSHOT diff --git a/digiwf-libs/digiwf-message/digiwf-message-core/pom.xml b/digiwf-libs/digiwf-message/digiwf-message-core/pom.xml index 305e1e99c3..5f4b866492 100644 --- a/digiwf-libs/digiwf-message/digiwf-message-core/pom.xml +++ b/digiwf-libs/digiwf-message/digiwf-message-core/pom.xml @@ -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"> 4.0.0 + digiwf-message-core + - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-message 0.18.0-SNAPSHOT - digiwf-message-core - org.slf4j diff --git a/digiwf-libs/digiwf-message/digiwf-message-example/pom.xml b/digiwf-libs/digiwf-message/digiwf-message-example/pom.xml index 5dcc4b0b2a..f0f99fb2a1 100644 --- a/digiwf-libs/digiwf-message/digiwf-message-example/pom.xml +++ b/digiwf-libs/digiwf-message/digiwf-message-example/pom.xml @@ -3,21 +3,21 @@ 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"> 4.0.0 + digiwf-message-example + - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-message 0.18.0-SNAPSHOT - digiwf-message-example - org.springframework.boot spring-boot-starter-web - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-message-starter ${project.version} diff --git a/digiwf-libs/digiwf-message/digiwf-message-starter/pom.xml b/digiwf-libs/digiwf-message/digiwf-message-starter/pom.xml index 19631eaa97..72bcd7d512 100644 --- a/digiwf-libs/digiwf-message/digiwf-message-starter/pom.xml +++ b/digiwf-libs/digiwf-message/digiwf-message-starter/pom.xml @@ -3,15 +3,15 @@ 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"> 4.0.0 + digiwf-message-starter + jar + - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-message 0.18.0-SNAPSHOT - digiwf-message-starter - jar - io.muenchendigital.digiwf diff --git a/digiwf-libs/digiwf-message/pom.xml b/digiwf-libs/digiwf-message/pom.xml index 3cf0035e78..fe0011261a 100644 --- a/digiwf-libs/digiwf-message/pom.xml +++ b/digiwf-libs/digiwf-message/pom.xml @@ -3,15 +3,15 @@ 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"> 4.0.0 + digiwf-message + pom + - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-libs 0.18.0-SNAPSHOT - digiwf-message - pom - digiwf-message-core digiwf-message-starter diff --git a/digiwf-libs/digiwf-spring-cloudstream-utils/digiwf-spring-cloudstream-utils-core/pom.xml b/digiwf-libs/digiwf-spring-cloudstream-utils/digiwf-spring-cloudstream-utils-core/pom.xml index be306c3dd1..8e7cc092c5 100644 --- a/digiwf-libs/digiwf-spring-cloudstream-utils/digiwf-spring-cloudstream-utils-core/pom.xml +++ b/digiwf-libs/digiwf-spring-cloudstream-utils/digiwf-spring-cloudstream-utils-core/pom.xml @@ -7,7 +7,7 @@ digiwf-spring-cloudstream-utils - io.muenchendigital.digiwf + de.muenchen.oss.digiwf 0.18.0-SNAPSHOT diff --git a/digiwf-libs/digiwf-spring-cloudstream-utils/digiwf-spring-cloudstream-utils-starter/pom.xml b/digiwf-libs/digiwf-spring-cloudstream-utils/digiwf-spring-cloudstream-utils-starter/pom.xml index 9a33050d04..71daa94cb1 100644 --- a/digiwf-libs/digiwf-spring-cloudstream-utils/digiwf-spring-cloudstream-utils-starter/pom.xml +++ b/digiwf-libs/digiwf-spring-cloudstream-utils/digiwf-spring-cloudstream-utils-starter/pom.xml @@ -9,13 +9,13 @@ digiwf-spring-cloudstream-utils - io.muenchendigital.digiwf + de.muenchen.oss.digiwf 0.18.0-SNAPSHOT - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-cloudstream-utils-core ${project.version} diff --git a/digiwf-libs/digiwf-spring-cloudstream-utils/example-spring-cloudstream-utils/pom.xml b/digiwf-libs/digiwf-spring-cloudstream-utils/example-spring-cloudstream-utils/pom.xml index cfe5e73560..5a47b8ee47 100644 --- a/digiwf-libs/digiwf-spring-cloudstream-utils/example-spring-cloudstream-utils/pom.xml +++ b/digiwf-libs/digiwf-spring-cloudstream-utils/example-spring-cloudstream-utils/pom.xml @@ -8,13 +8,13 @@ digiwf-spring-cloudstream-utils - io.muenchendigital.digiwf + de.muenchen.oss.digiwf 0.18.0-SNAPSHOT - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-cloudstream-utils-starter ${project.version} diff --git a/digiwf-libs/digiwf-spring-cloudstream-utils/pom.xml b/digiwf-libs/digiwf-spring-cloudstream-utils/pom.xml index 8947504d07..8fb37e26f9 100644 --- a/digiwf-libs/digiwf-spring-cloudstream-utils/pom.xml +++ b/digiwf-libs/digiwf-spring-cloudstream-utils/pom.xml @@ -10,7 +10,7 @@ Cloudstream Utils used by DigiWF - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-libs 0.18.0-SNAPSHOT diff --git a/digiwf-libs/digiwf-spring-security/digiwf-spring-security-core/pom.xml b/digiwf-libs/digiwf-spring-security/digiwf-spring-security-core/pom.xml index 5ea072be79..121f221b47 100644 --- a/digiwf-libs/digiwf-spring-security/digiwf-spring-security-core/pom.xml +++ b/digiwf-libs/digiwf-spring-security/digiwf-spring-security-core/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-security 0.18.0-SNAPSHOT diff --git a/digiwf-libs/digiwf-spring-security/digiwf-spring-security-starter/pom.xml b/digiwf-libs/digiwf-spring-security/digiwf-spring-security-starter/pom.xml index 6b14bed5e3..514805846e 100644 --- a/digiwf-libs/digiwf-spring-security/digiwf-spring-security-starter/pom.xml +++ b/digiwf-libs/digiwf-spring-security/digiwf-spring-security-starter/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-security 0.18.0-SNAPSHOT @@ -13,7 +13,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-security-core diff --git a/digiwf-libs/digiwf-spring-security/pom.xml b/digiwf-libs/digiwf-spring-security/pom.xml index 4390031701..0a80b8ebfd 100644 --- a/digiwf-libs/digiwf-spring-security/pom.xml +++ b/digiwf-libs/digiwf-spring-security/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-libs 0.18.0-SNAPSHOT @@ -23,12 +23,12 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-security-core ${project.version} - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-security-starter ${project.version} diff --git a/digiwf-libs/pom.xml b/digiwf-libs/pom.xml index 54db17f95e..5adf744cc9 100644 --- a/digiwf-libs/pom.xml +++ b/digiwf-libs/pom.xml @@ -9,10 +9,10 @@ Libs by DigiWF - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-core 0.18.0-SNAPSHOT - ../pom-old.xml + ../pom-new.xml diff --git a/pom-new.xml b/pom-new.xml index 99fbae565e..6a4715d1bf 100644 --- a/pom-new.xml +++ b/pom-new.xml @@ -32,7 +32,7 @@ - + digiwf-libs diff --git a/pom-old.xml b/pom-old.xml index 4ffe7601f8..5bf0f4e7ff 100644 --- a/pom-old.xml +++ b/pom-old.xml @@ -36,7 +36,6 @@ digiwf-connector digiwf-schema-registry digiwf-task - digiwf-libs digiwf-process digiwf-gateway digiwf-integrations From b0bf9bcd973f9ab58804cfd19a3b955b6e55b8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Thu, 27 Jul 2023 16:16:26 +0200 Subject: [PATCH 7/8] chore(#346): rename maven group names for digiwf-libs --- .../digiwf-camunda-connector-starter/pom.xml | 2 +- .../digiwf-connector-starter-rest/pom.xml | 2 +- digiwf-connector/digiwf-connector-starter/pom.xml | 2 +- digiwf-coverage/pom.xml | 14 +++++++------- digiwf-engine/digiwf-engine-service/pom.xml | 2 +- .../digiwf-alw-integration-core/pom.xml | 2 +- .../digiwf-alw-integration-starter/pom.xml | 2 +- .../digiwf-verification-integration-core/pom.xml | 2 +- .../pom.xml | 2 +- .../digiwf-message/digiwf-message-starter/pom.xml | 2 +- digiwf-task/digiwf-tasklist-service/pom.xml | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/digiwf-connector/digiwf-camunda-connector-starter/pom.xml b/digiwf-connector/digiwf-camunda-connector-starter/pom.xml index 89f52a53f7..698d4fa258 100644 --- a/digiwf-connector/digiwf-camunda-connector-starter/pom.xml +++ b/digiwf-connector/digiwf-camunda-connector-starter/pom.xml @@ -51,7 +51,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization-starter ${project.version} diff --git a/digiwf-connector/digiwf-connector-starter-rest/pom.xml b/digiwf-connector/digiwf-connector-starter-rest/pom.xml index b9ae199d13..2cda991aa6 100644 --- a/digiwf-connector/digiwf-connector-starter-rest/pom.xml +++ b/digiwf-connector/digiwf-connector-starter-rest/pom.xml @@ -50,7 +50,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization-starter ${project.version} diff --git a/digiwf-connector/digiwf-connector-starter/pom.xml b/digiwf-connector/digiwf-connector-starter/pom.xml index ab07523b8f..76e69bd769 100644 --- a/digiwf-connector/digiwf-connector-starter/pom.xml +++ b/digiwf-connector/digiwf-connector-starter/pom.xml @@ -51,7 +51,7 @@ ${project.version} - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization-starter ${project.version} diff --git a/digiwf-coverage/pom.xml b/digiwf-coverage/pom.xml index 6be9c80748..a117a74fa9 100644 --- a/digiwf-coverage/pom.xml +++ b/digiwf-coverage/pom.xml @@ -139,37 +139,37 @@ - ${project.groupId} + de.muenchen.oss.digiwf digiwf-json-serialization-core ${project.version} - ${project.groupId} + de.muenchen.oss.digiwf example-json-serialization ${project.version} - ${project.groupId} + de.muenchen.oss.digiwf digiwf-spring-cloudstream-utils-core ${project.version} - ${project.groupId} + de.muenchen.oss.digiwf example-spring-cloudstream-utils ${project.version} - ${project.groupId} + de.muenchen.oss.digiwf digiwf-camunda-prometheus-core ${project.version} - ${project.groupId} + de.muenchen.oss.digiwf digiwf-camunda-prometheus-example ${project.version} - ${project.groupId} + de.muenchen.oss.digiwf digiwf-message-core ${project.version} diff --git a/digiwf-engine/digiwf-engine-service/pom.xml b/digiwf-engine/digiwf-engine-service/pom.xml index 8b7d1ef7d1..eb3e24cbca 100644 --- a/digiwf-engine/digiwf-engine-service/pom.xml +++ b/digiwf-engine/digiwf-engine-service/pom.xml @@ -52,7 +52,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization-starter ${project.version} diff --git a/digiwf-integrations/digiwf-alw-integration/digiwf-alw-integration-core/pom.xml b/digiwf-integrations/digiwf-alw-integration/digiwf-alw-integration-core/pom.xml index bc88226b0d..3087dc918e 100644 --- a/digiwf-integrations/digiwf-alw-integration/digiwf-alw-integration-core/pom.xml +++ b/digiwf-integrations/digiwf-alw-integration/digiwf-alw-integration-core/pom.xml @@ -25,7 +25,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-cloudstream-utils-starter ${project.version} provided diff --git a/digiwf-integrations/digiwf-alw-integration/digiwf-alw-integration-starter/pom.xml b/digiwf-integrations/digiwf-alw-integration/digiwf-alw-integration-starter/pom.xml index d636ffaf69..68d6371fe5 100644 --- a/digiwf-integrations/digiwf-alw-integration/digiwf-alw-integration-starter/pom.xml +++ b/digiwf-integrations/digiwf-alw-integration/digiwf-alw-integration-starter/pom.xml @@ -39,7 +39,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-cloudstream-utils-starter ${project.version} diff --git a/digiwf-integrations/digiwf-verification-integration/digiwf-verification-integration-core/pom.xml b/digiwf-integrations/digiwf-verification-integration/digiwf-verification-integration-core/pom.xml index d288a62af6..0a2bcba882 100644 --- a/digiwf-integrations/digiwf-verification-integration/digiwf-verification-integration-core/pom.xml +++ b/digiwf-integrations/digiwf-verification-integration/digiwf-verification-integration-core/pom.xml @@ -38,7 +38,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-cloudstream-utils-starter ${project.version} provided diff --git a/digiwf-integrations/digiwf-verification-integration/digiwf-verification-integration-starter/pom.xml b/digiwf-integrations/digiwf-verification-integration/digiwf-verification-integration-starter/pom.xml index b6b231bf20..ce7486f7f1 100644 --- a/digiwf-integrations/digiwf-verification-integration/digiwf-verification-integration-starter/pom.xml +++ b/digiwf-integrations/digiwf-verification-integration/digiwf-verification-integration-starter/pom.xml @@ -37,7 +37,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-spring-cloudstream-utils-starter ${project.version} diff --git a/digiwf-libs/digiwf-message/digiwf-message-starter/pom.xml b/digiwf-libs/digiwf-message/digiwf-message-starter/pom.xml index 72bcd7d512..235728d0fd 100644 --- a/digiwf-libs/digiwf-message/digiwf-message-starter/pom.xml +++ b/digiwf-libs/digiwf-message/digiwf-message-starter/pom.xml @@ -14,7 +14,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-message-core ${project.version} diff --git a/digiwf-task/digiwf-tasklist-service/pom.xml b/digiwf-task/digiwf-tasklist-service/pom.xml index 75280c3e87..efc8da382f 100644 --- a/digiwf-task/digiwf-tasklist-service/pom.xml +++ b/digiwf-task/digiwf-tasklist-service/pom.xml @@ -28,7 +28,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization-starter ${project.version} From 0102c2cd1db7f212a9fe9e6f279d1f4de0ceef46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Thu, 27 Jul 2023 16:24:17 +0200 Subject: [PATCH 8/8] chore(#346): rename maven group names for digiwf-libs --- digiwf-connector/digiwf-camunda-connector/pom.xml | 2 +- digiwf-connector/digiwf-connector-core/pom.xml | 2 +- digiwf-schema-registry/digiwf-schema-registry-service/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/digiwf-connector/digiwf-camunda-connector/pom.xml b/digiwf-connector/digiwf-camunda-connector/pom.xml index ef0965515e..0e4b39fde0 100644 --- a/digiwf-connector/digiwf-camunda-connector/pom.xml +++ b/digiwf-connector/digiwf-camunda-connector/pom.xml @@ -44,7 +44,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization-core ${project.version} diff --git a/digiwf-connector/digiwf-connector-core/pom.xml b/digiwf-connector/digiwf-connector-core/pom.xml index 8627b5e043..e0da657199 100644 --- a/digiwf-connector/digiwf-connector-core/pom.xml +++ b/digiwf-connector/digiwf-connector-core/pom.xml @@ -31,7 +31,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization-core ${project.version} diff --git a/digiwf-schema-registry/digiwf-schema-registry-service/pom.xml b/digiwf-schema-registry/digiwf-schema-registry-service/pom.xml index 46372a4448..309aa4225f 100644 --- a/digiwf-schema-registry/digiwf-schema-registry-service/pom.xml +++ b/digiwf-schema-registry/digiwf-schema-registry-service/pom.xml @@ -50,7 +50,7 @@ - io.muenchendigital.digiwf + de.muenchen.oss.digiwf digiwf-json-serialization-core ${project.version}