From e30ef98cb14d3a1641eb7d6b8febd9e934ba833c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6sle?= Date: Tue, 9 Apr 2024 13:18:47 +0200 Subject: [PATCH] chore: replace revision with the version 0.3.1-SNAPSHOT --- 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 +- connect/core/element-template-api/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-api/pom.xml | 2 +- connect/core/pom.xml | 2 +- connect/core/process-api/pom.xml | 2 +- connect/core/s3/pom.xml | 2 +- connect/core/shared/pom.xml | 2 +- connect/core/task-api/pom.xml | 2 +- connect/core/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 | 4 ++-- 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 | 2 +- 41 files changed, 48 insertions(+), 50 deletions(-) diff --git a/connect/camunda7-remote/message/pom.xml b/connect/camunda7-remote/message/pom.xml index ce3e5d740..f1c7b92c0 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 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/camunda7-remote/oauth/pom.xml b/connect/camunda7-remote/oauth/pom.xml index bea090bb4..58142de34 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 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/camunda7-remote/pom.xml b/connect/camunda7-remote/pom.xml index 46892b6fd..74748d052 100644 --- a/connect/camunda7-remote/pom.xml +++ b/connect/camunda7-remote/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform miranum-connect - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/camunda7-remote/process/pom.xml b/connect/camunda7-remote/process/pom.xml index 345b24103..5d682dc05 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 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/camunda7-remote/utils/pom.xml b/connect/camunda7-remote/utils/pom.xml index 064a3fe89..680f680e7 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 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/camunda7-remote/worker/pom.xml b/connect/camunda7-remote/worker/pom.xml index 6f907b237..b41adbbfa 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 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/camunda8/message/pom.xml b/connect/camunda8/message/pom.xml index 8a6b4f698..5ef2f317c 100644 --- a/connect/camunda8/message/pom.xml +++ b/connect/camunda8/message/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-c8 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/camunda8/pom.xml b/connect/camunda8/pom.xml index ab734a17e..ebc254d82 100644 --- a/connect/camunda8/pom.xml +++ b/connect/camunda8/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform miranum-connect - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/camunda8/process/pom.xml b/connect/camunda8/process/pom.xml index 753e4dc4f..a3a7d6ffa 100644 --- a/connect/camunda8/process/pom.xml +++ b/connect/camunda8/process/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-c8 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/camunda8/worker/pom.xml b/connect/camunda8/worker/pom.xml index 1839b608b..8cd03675c 100644 --- a/connect/camunda8/worker/pom.xml +++ b/connect/camunda8/worker/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-c8 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/core/element-template-api/pom.xml b/connect/core/element-template-api/pom.xml index 31d53716f..776a58b9a 100644 --- a/connect/core/element-template-api/pom.xml +++ b/connect/core/element-template-api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/core/json/api/pom.xml b/connect/core/json/api/pom.xml index 4eea3847c..4a7ea821e 100644 --- a/connect/core/json/api/pom.xml +++ b/connect/core/json/api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-json - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/core/json/pom.xml b/connect/core/json/pom.xml index c9009f43a..f61ee0d8e 100644 --- a/connect/core/json/pom.xml +++ b/connect/core/json/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/core/json/schema-registry/pom.xml b/connect/core/json/schema-registry/pom.xml index 7e0c5a806..dde5bb568 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 - ${revision} + 0.3.1-SNAPSHOT @@ -62,7 +62,7 @@ io.miranum.platform connect-shared - ${revision} + ${project.version} diff --git a/connect/core/message-api/pom.xml b/connect/core/message-api/pom.xml index 360d6ba40..2df313e3a 100644 --- a/connect/core/message-api/pom.xml +++ b/connect/core/message-api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/core/pom.xml b/connect/core/pom.xml index 19e2690e3..f61dc2c97 100644 --- a/connect/core/pom.xml +++ b/connect/core/pom.xml @@ -9,7 +9,7 @@ io.miranum.platform miranum-connect - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/core/process-api/pom.xml b/connect/core/process-api/pom.xml index f4aa357f7..3ae9a3982 100644 --- a/connect/core/process-api/pom.xml +++ b/connect/core/process-api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/core/s3/pom.xml b/connect/core/s3/pom.xml index 669971e12..d943eda9e 100644 --- a/connect/core/s3/pom.xml +++ b/connect/core/s3/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform connect-core - ${revision} + 0.3.1-SNAPSHOT miranum-connect-s3 diff --git a/connect/core/shared/pom.xml b/connect/core/shared/pom.xml index 30d008c47..90b570d90 100644 --- a/connect/core/shared/pom.xml +++ b/connect/core/shared/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/core/task-api/pom.xml b/connect/core/task-api/pom.xml index 1fa353c6c..9edf3ff7f 100644 --- a/connect/core/task-api/pom.xml +++ b/connect/core/task-api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/core/worker-api/pom.xml b/connect/core/worker-api/pom.xml index 608d6b3a1..73cb30bc0 100644 --- a/connect/core/worker-api/pom.xml +++ b/connect/core/worker-api/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform connect-core - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/pom.xml b/connect/pom.xml index f2a553bd1..fcdc88a95 100644 --- a/connect/pom.xml +++ b/connect/pom.xml @@ -9,7 +9,7 @@ io.miranum.platform miranum - ${revision} + 0.3.1-SNAPSHOT @@ -23,7 +23,7 @@ io.miranum.platform miranum-unit-test - ${revision} + 0.3.1-SNAPSHOT test diff --git a/connect/templates/camunda7/pom.xml b/connect/templates/camunda7/pom.xml index 2d410eb8e..e22916b5b 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 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/templates/camunda8/pom.xml b/connect/templates/camunda8/pom.xml index 4a4f15a1c..f9f8c3912 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 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/templates/generator-maven-plugin-core/pom.xml b/connect/templates/generator-maven-plugin-core/pom.xml index 518ac2031..7d6208154 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 - ${revision} + 0.3.1-SNAPSHOT @@ -28,7 +28,7 @@ io.miranum.platform connect-worker-api - ${revision} + ${project.version} compile diff --git a/connect/templates/generator-maven-plugin/pom.xml b/connect/templates/generator-maven-plugin/pom.xml index 7223485df..3247b23e7 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 - ${revision} + 0.3.1-SNAPSHOT diff --git a/connect/templates/pom.xml b/connect/templates/pom.xml index 70e6d389d..b0c659920 100644 --- a/connect/templates/pom.xml +++ b/connect/templates/pom.xml @@ -10,7 +10,7 @@ io.miranum.platform miranum-connect - ${revision} + 0.3.1-SNAPSHOT diff --git a/platform/engine/core/pom.xml b/platform/engine/core/pom.xml index 66d4d333b..d98cb94a0 100644 --- a/platform/engine/core/pom.xml +++ b/platform/engine/core/pom.xml @@ -8,7 +8,7 @@ io.miranum.platform miranum-engine - ${revision} + 0.3.1-SNAPSHOT @@ -64,17 +64,17 @@ io.miranum.platform miranum-engine-user - ${revision} + ${project.version} io.miranum.platform connect-message-api - ${revision} + ${project.version} io.miranum.platform connect-process-api - ${revision} + ${project.version} diff --git a/platform/engine/pom.xml b/platform/engine/pom.xml index 0c7a723a3..1381d3303 100644 --- a/platform/engine/pom.xml +++ b/platform/engine/pom.xml @@ -9,7 +9,7 @@ io.miranum.platform miranum-platform - ${revision} + 0.3.1-SNAPSHOT diff --git a/platform/engine/task/pom.xml b/platform/engine/task/pom.xml index b7e0b1de8..7891bbdb4 100644 --- a/platform/engine/task/pom.xml +++ b/platform/engine/task/pom.xml @@ -8,7 +8,7 @@ io.miranum.platform miranum-engine - ${revision} + 0.3.1-SNAPSHOT @@ -32,7 +32,7 @@ io.miranum.platform miranum-engine-user - ${revision} + ${project.version} diff --git a/platform/engine/user/pom.xml b/platform/engine/user/pom.xml index 938775444..b7796c604 100644 --- a/platform/engine/user/pom.xml +++ b/platform/engine/user/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform miranum-engine - ${revision} + 0.3.1-SNAPSHOT miranum-engine-user diff --git a/platform/libs/pom.xml b/platform/libs/pom.xml index b98870a52..42e2704e6 100644 --- a/platform/libs/pom.xml +++ b/platform/libs/pom.xml @@ -9,7 +9,7 @@ io.miranum.platform miranum-platform - ${revision} + 0.3.1-SNAPSHOT diff --git a/platform/libs/spring-security/pom.xml b/platform/libs/spring-security/pom.xml index c5930368e..9977c746a 100644 --- a/platform/libs/spring-security/pom.xml +++ b/platform/libs/spring-security/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform miranum-libs - ${revision} + 0.3.1-SNAPSHOT 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 6af6ff8de..b5f8d4bdd 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 - ${revision} + 0.3.1-SNAPSHOT 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 cdaaaed2f..859eff296 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 - ${revision} + 0.3.1-SNAPSHOT spring-security-starter diff --git a/platform/libs/unit-test/pom.xml b/platform/libs/unit-test/pom.xml index c90333b6f..3a6279ef4 100644 --- a/platform/libs/unit-test/pom.xml +++ b/platform/libs/unit-test/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform miranum-libs - ${revision} + 0.3.1-SNAPSHOT miranum-unit-test diff --git a/platform/pom.xml b/platform/pom.xml index 7cd03baba..a29f54121 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -3,9 +3,7 @@ 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 @@ -14,7 +12,7 @@ io.miranum.platform miranum - ${revision} + 0.3.1-SNAPSHOT diff --git a/platform/services/camunda7-engine-service/pom.xml b/platform/services/camunda7-engine-service/pom.xml index ee334a0e3..d73723308 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 - ${revision} + 0.3.1-SNAPSHOT diff --git a/platform/services/deployment-service/pom.xml b/platform/services/deployment-service/pom.xml index 4d0d6802a..8dbe73c63 100644 --- a/platform/services/deployment-service/pom.xml +++ b/platform/services/deployment-service/pom.xml @@ -6,7 +6,7 @@ io.miranum.platform services - ${revision} + 0.3.1-SNAPSHOT de.muenchen.oss.digiwf diff --git a/platform/services/pom.xml b/platform/services/pom.xml index 87a46a12b..bd6b65ed9 100644 --- a/platform/services/pom.xml +++ b/platform/services/pom.xml @@ -9,7 +9,7 @@ io.miranum.platform miranum-platform - ${revision} + 0.3.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index 6e650ecb8..8cb1757c2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.miranum.platform miranum - ${revision} + 0.3.1-SNAPSHOT miranum pom Miranum