From 3b7a9eba5f2f7c2126ba128c301d206572e18653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Tue, 9 Apr 2024 13:12:21 +0200 Subject: [PATCH] Revert "chore: replace revision with the version 0.3.1-SNAPSHOT" This reverts commit 2569276fcb3b03cdef2a57251e601df99beec2e9. --- connect/camunda7-remote/message/pom.xml | 2 +- connect/camunda7-remote/oauth/pom.xml | 2 +- connect/camunda7-remote/pom.xml | 2 +- connect/camunda7-remote/process/pom.xml | 2 +- connect/camunda7-remote/utils/pom.xml | 2 +- connect/camunda7-remote/worker/pom.xml | 2 +- connect/camunda8/message/pom.xml | 2 +- connect/camunda8/pom.xml | 2 +- connect/camunda8/process/pom.xml | 2 +- connect/camunda8/worker/pom.xml | 2 +- .../core/element-templates/element-template-api/pom.xml | 2 +- connect/core/element-templates/pom.xml | 2 +- connect/core/json/api/pom.xml | 2 +- connect/core/json/pom.xml | 2 +- connect/core/json/schema-registry/pom.xml | 4 ++-- connect/core/message/message-api/pom.xml | 2 +- connect/core/message/pom.xml | 2 +- connect/core/pom.xml | 2 +- connect/core/process/api/pom.xml | 2 +- connect/core/process/pom.xml | 2 +- connect/core/s3/pom.xml | 2 +- connect/core/shared/pom.xml | 2 +- connect/core/task/pom.xml | 2 +- connect/core/task/task-api/pom.xml | 2 +- connect/core/worker/pom.xml | 2 +- connect/core/worker/worker-api/pom.xml | 2 +- connect/pom.xml | 4 ++-- connect/templates/camunda7/pom.xml | 2 +- connect/templates/camunda8/pom.xml | 2 +- connect/templates/generator-maven-plugin-core/pom.xml | 6 +++--- connect/templates/generator-maven-plugin/pom.xml | 2 +- connect/templates/pom.xml | 2 +- platform/engine/core/pom.xml | 8 ++++---- platform/engine/pom.xml | 2 +- platform/engine/task/pom.xml | 4 ++-- platform/engine/user/pom.xml | 2 +- platform/libs/pom.xml | 2 +- platform/libs/spring-security/pom.xml | 2 +- .../libs/spring-security/spring-security-core/pom.xml | 2 +- .../libs/spring-security/spring-security-starter/pom.xml | 2 +- platform/libs/unit-test/pom.xml | 2 +- platform/pom.xml | 4 +++- platform/services/camunda7-engine-service/pom.xml | 2 +- platform/services/deployment-service/pom.xml | 2 +- platform/services/pom.xml | 2 +- pom.xml | 3 ++- 46 files changed, 57 insertions(+), 54 deletions(-) diff --git a/connect/camunda7-remote/message/pom.xml b/connect/camunda7-remote/message/pom.xml index cf40a803f..42c5e80f2 100644 --- a/connect/camunda7-remote/message/pom.xml +++ b/connect/camunda7-remote/message/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-camunda7-remote - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/camunda7-remote/oauth/pom.xml b/connect/camunda7-remote/oauth/pom.xml index 58142de34..bea090bb4 100644 --- a/connect/camunda7-remote/oauth/pom.xml +++ b/connect/camunda7-remote/oauth/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-camunda7-remote - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/camunda7-remote/pom.xml b/connect/camunda7-remote/pom.xml index 74748d052..46892b6fd 100644 --- a/connect/camunda7-remote/pom.xml +++ b/connect/camunda7-remote/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform miranum-connect - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/camunda7-remote/process/pom.xml b/connect/camunda7-remote/process/pom.xml index cb0c2e9b4..2d62012c0 100644 --- a/connect/camunda7-remote/process/pom.xml +++ b/connect/camunda7-remote/process/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-camunda7-remote - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/camunda7-remote/utils/pom.xml b/connect/camunda7-remote/utils/pom.xml index 680f680e7..064a3fe89 100644 --- a/connect/camunda7-remote/utils/pom.xml +++ b/connect/camunda7-remote/utils/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-camunda7-remote - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/camunda7-remote/worker/pom.xml b/connect/camunda7-remote/worker/pom.xml index d958052b2..6620a61b7 100644 --- a/connect/camunda7-remote/worker/pom.xml +++ b/connect/camunda7-remote/worker/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-camunda7-remote - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/camunda8/message/pom.xml b/connect/camunda8/message/pom.xml index 20328cf57..55d34993a 100644 --- a/connect/camunda8/message/pom.xml +++ b/connect/camunda8/message/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-c8 - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/camunda8/pom.xml b/connect/camunda8/pom.xml index ebc254d82..ab734a17e 100644 --- a/connect/camunda8/pom.xml +++ b/connect/camunda8/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform miranum-connect - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/camunda8/process/pom.xml b/connect/camunda8/process/pom.xml index ca44521b7..92117c599 100644 --- a/connect/camunda8/process/pom.xml +++ b/connect/camunda8/process/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-c8 - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/camunda8/worker/pom.xml b/connect/camunda8/worker/pom.xml index 87f79efd3..bbf52e736 100644 --- a/connect/camunda8/worker/pom.xml +++ b/connect/camunda8/worker/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-c8 - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/element-templates/element-template-api/pom.xml b/connect/core/element-templates/element-template-api/pom.xml index e98d17812..ba9106f32 100644 --- a/connect/core/element-templates/element-template-api/pom.xml +++ b/connect/core/element-templates/element-template-api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-element-templates - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/element-templates/pom.xml b/connect/core/element-templates/pom.xml index 1561da5ef..2ed4d10db 100644 --- a/connect/core/element-templates/pom.xml +++ b/connect/core/element-templates/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/json/api/pom.xml b/connect/core/json/api/pom.xml index 4a7ea821e..4eea3847c 100644 --- a/connect/core/json/api/pom.xml +++ b/connect/core/json/api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-json - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/json/pom.xml b/connect/core/json/pom.xml index f61ee0d8e..c9009f43a 100644 --- a/connect/core/json/pom.xml +++ b/connect/core/json/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/json/schema-registry/pom.xml b/connect/core/json/schema-registry/pom.xml index dde5bb568..7e0c5a806 100644 --- a/connect/core/json/schema-registry/pom.xml +++ b/connect/core/json/schema-registry/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-json - 0.3.1-SNAPSHOT + ${revision} @@ -62,7 +62,7 @@ io.miranum.platform connect-shared - ${project.version} + ${revision} diff --git a/connect/core/message/message-api/pom.xml b/connect/core/message/message-api/pom.xml index c4cc56be5..e80900541 100644 --- a/connect/core/message/message-api/pom.xml +++ b/connect/core/message/message-api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-message - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/message/pom.xml b/connect/core/message/pom.xml index 81945b87e..f71f10f94 100644 --- a/connect/core/message/pom.xml +++ b/connect/core/message/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/pom.xml b/connect/core/pom.xml index 0ee216cae..daf65a370 100644 --- a/connect/core/pom.xml +++ b/connect/core/pom.xml @@ -9,7 +9,7 @@ io.miranum.platform miranum-connect - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/process/api/pom.xml b/connect/core/process/api/pom.xml index 72ee1748f..003ab1ed6 100644 --- a/connect/core/process/api/pom.xml +++ b/connect/core/process/api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-process - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/process/pom.xml b/connect/core/process/pom.xml index 494dca1e5..b3614d1f2 100644 --- a/connect/core/process/pom.xml +++ b/connect/core/process/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/s3/pom.xml b/connect/core/s3/pom.xml index d943eda9e..669971e12 100644 --- a/connect/core/s3/pom.xml +++ b/connect/core/s3/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform connect-core - 0.3.1-SNAPSHOT + ${revision} miranum-connect-s3 diff --git a/connect/core/shared/pom.xml b/connect/core/shared/pom.xml index 90b570d90..30d008c47 100644 --- a/connect/core/shared/pom.xml +++ b/connect/core/shared/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/task/pom.xml b/connect/core/task/pom.xml index 162ffeaa1..96905cc6d 100644 --- a/connect/core/task/pom.xml +++ b/connect/core/task/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/task/task-api/pom.xml b/connect/core/task/task-api/pom.xml index 5716c76e5..e92a4c946 100644 --- a/connect/core/task/task-api/pom.xml +++ b/connect/core/task/task-api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-task - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/worker/pom.xml b/connect/core/worker/pom.xml index f8919e731..cf85bfcf4 100644 --- a/connect/core/worker/pom.xml +++ b/connect/core/worker/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/core/worker/worker-api/pom.xml b/connect/core/worker/worker-api/pom.xml index d92e322e6..4454e01b4 100644 --- a/connect/core/worker/worker-api/pom.xml +++ b/connect/core/worker/worker-api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-worker - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/pom.xml b/connect/pom.xml index 29bd3560b..f2a553bd1 100644 --- a/connect/pom.xml +++ b/connect/pom.xml @@ -9,7 +9,7 @@ io.miranum.platform miranum - 0.3.1-SNAPSHOT + ${revision} @@ -23,7 +23,7 @@ io.miranum.platform miranum-unit-test - ${project.version} + ${revision} test diff --git a/connect/templates/camunda7/pom.xml b/connect/templates/camunda7/pom.xml index e22916b5b..2d410eb8e 100644 --- a/connect/templates/camunda7/pom.xml +++ b/connect/templates/camunda7/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-element-templates-maven-plugin - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/templates/camunda8/pom.xml b/connect/templates/camunda8/pom.xml index f9f8c3912..4a4f15a1c 100644 --- a/connect/templates/camunda8/pom.xml +++ b/connect/templates/camunda8/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-element-templates-maven-plugin - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/templates/generator-maven-plugin-core/pom.xml b/connect/templates/generator-maven-plugin-core/pom.xml index c1e239100..120b36288 100644 --- a/connect/templates/generator-maven-plugin-core/pom.xml +++ b/connect/templates/generator-maven-plugin-core/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-element-templates-maven-plugin - 0.3.1-SNAPSHOT + ${revision} @@ -28,8 +28,8 @@ io.miranum.platform worker-api - ${project.version} + ${revision} compile - + \ No newline at end of file diff --git a/connect/templates/generator-maven-plugin/pom.xml b/connect/templates/generator-maven-plugin/pom.xml index 3247b23e7..7223485df 100644 --- a/connect/templates/generator-maven-plugin/pom.xml +++ b/connect/templates/generator-maven-plugin/pom.xml @@ -16,7 +16,7 @@ io.miranum.platform connect-element-templates-maven-plugin - 0.3.1-SNAPSHOT + ${revision} diff --git a/connect/templates/pom.xml b/connect/templates/pom.xml index b0c659920..70e6d389d 100644 --- a/connect/templates/pom.xml +++ b/connect/templates/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform miranum-connect - 0.3.1-SNAPSHOT + ${revision} diff --git a/platform/engine/core/pom.xml b/platform/engine/core/pom.xml index c0dbb44b3..0d520fb91 100644 --- a/platform/engine/core/pom.xml +++ b/platform/engine/core/pom.xml @@ -8,7 +8,7 @@ io.miranum.platform miranum-engine - 0.3.1-SNAPSHOT + ${revision} @@ -64,17 +64,17 @@ io.miranum.platform miranum-engine-user - ${project.version} + ${revision} io.miranum.platform message-api - 0.3.1-SNAPSHOT + ${revision} io.miranum.platform process-api - 0.3.1-SNAPSHOT + ${revision} diff --git a/platform/engine/pom.xml b/platform/engine/pom.xml index 1381d3303..0c7a723a3 100644 --- a/platform/engine/pom.xml +++ b/platform/engine/pom.xml @@ -9,7 +9,7 @@ io.miranum.platform miranum-platform - 0.3.1-SNAPSHOT + ${revision} diff --git a/platform/engine/task/pom.xml b/platform/engine/task/pom.xml index 7891bbdb4..b7e0b1de8 100644 --- a/platform/engine/task/pom.xml +++ b/platform/engine/task/pom.xml @@ -8,7 +8,7 @@ io.miranum.platform miranum-engine - 0.3.1-SNAPSHOT + ${revision} @@ -32,7 +32,7 @@ io.miranum.platform miranum-engine-user - ${project.version} + ${revision} diff --git a/platform/engine/user/pom.xml b/platform/engine/user/pom.xml index b7796c604..938775444 100644 --- a/platform/engine/user/pom.xml +++ b/platform/engine/user/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform miranum-engine - 0.3.1-SNAPSHOT + ${revision} miranum-engine-user diff --git a/platform/libs/pom.xml b/platform/libs/pom.xml index 42e2704e6..b98870a52 100644 --- a/platform/libs/pom.xml +++ b/platform/libs/pom.xml @@ -9,7 +9,7 @@ io.miranum.platform miranum-platform - 0.3.1-SNAPSHOT + ${revision} diff --git a/platform/libs/spring-security/pom.xml b/platform/libs/spring-security/pom.xml index 9977c746a..c5930368e 100644 --- a/platform/libs/spring-security/pom.xml +++ b/platform/libs/spring-security/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform miranum-libs - 0.3.1-SNAPSHOT + ${revision} spring-security diff --git a/platform/libs/spring-security/spring-security-core/pom.xml b/platform/libs/spring-security/spring-security-core/pom.xml index b5f8d4bdd..6af6ff8de 100644 --- a/platform/libs/spring-security/spring-security-core/pom.xml +++ b/platform/libs/spring-security/spring-security-core/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform spring-security - 0.3.1-SNAPSHOT + ${revision} spring-security-core diff --git a/platform/libs/spring-security/spring-security-starter/pom.xml b/platform/libs/spring-security/spring-security-starter/pom.xml index 859eff296..cdaaaed2f 100644 --- a/platform/libs/spring-security/spring-security-starter/pom.xml +++ b/platform/libs/spring-security/spring-security-starter/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform spring-security - 0.3.1-SNAPSHOT + ${revision} spring-security-starter diff --git a/platform/libs/unit-test/pom.xml b/platform/libs/unit-test/pom.xml index 3a6279ef4..c90333b6f 100644 --- a/platform/libs/unit-test/pom.xml +++ b/platform/libs/unit-test/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform miranum-libs - 0.3.1-SNAPSHOT + ${revision} miranum-unit-test diff --git a/platform/pom.xml b/platform/pom.xml index a29f54121..7cd03baba 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -3,7 +3,9 @@ xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + io.miranum.platform miranum-platform + ${revision} miranum-platform pom Miranum Platform @@ -12,7 +14,7 @@ io.miranum.platform miranum - 0.3.1-SNAPSHOT + ${revision} diff --git a/platform/services/camunda7-engine-service/pom.xml b/platform/services/camunda7-engine-service/pom.xml index d73723308..ee334a0e3 100644 --- a/platform/services/camunda7-engine-service/pom.xml +++ b/platform/services/camunda7-engine-service/pom.xml @@ -8,7 +8,7 @@ io.miranum.platform services - 0.3.1-SNAPSHOT + ${revision} diff --git a/platform/services/deployment-service/pom.xml b/platform/services/deployment-service/pom.xml index 8dbe73c63..4d0d6802a 100644 --- a/platform/services/deployment-service/pom.xml +++ b/platform/services/deployment-service/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform services - 0.3.1-SNAPSHOT + ${revision} de.muenchen.oss.digiwf diff --git a/platform/services/pom.xml b/platform/services/pom.xml index bd6b65ed9..87a46a12b 100644 --- a/platform/services/pom.xml +++ b/platform/services/pom.xml @@ -9,7 +9,7 @@ io.miranum.platform miranum-platform - 0.3.1-SNAPSHOT + ${revision} diff --git a/pom.xml b/pom.xml index f763c5ee9..6e650ecb8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,14 @@ 4.0.0 io.miranum.platform miranum - 0.3.1-SNAPSHOT + ${revision} miranum pom Miranum https://github.com/Miragon/miranum + 0.3.1-SNAPSHOT 17 17 17