From 42066f25c0c592905abe24bdbe1936a19cb72f36 Mon Sep 17 00:00:00 2001 From: Matthew Kunkel <matthew.kunkel@walmart.com> Date: Thu, 9 Feb 2023 00:02:23 -0600 Subject: [PATCH] [maven-release-plugin] prepare release 1.98.2 --- agent/pom.xml | 2 +- cli/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- console2/pom.xml | 2 +- dependency-manager/pom.xml | 2 +- docker-images/agent/pom.xml | 2 +- docker-images/ansible/pom.xml | 2 +- docker-images/base/pom.xml | 2 +- docker-images/pom.xml | 2 +- docker-images/server/pom.xml | 2 +- forms/pom.xml | 2 +- imports/pom.xml | 2 +- it/common/pom.xml | 2 +- it/compat/pom.xml | 2 +- it/console/pom.xml | 2 +- it/pom.xml | 2 +- it/runtime-v1/pom.xml | 2 +- it/runtime-v2/pom.xml | 2 +- it/server/pom.xml | 2 +- it/tasks/broken-deps/pom.xml | 2 +- it/tasks/dependency-manager-test/pom.xml | 2 +- it/tasks/serialization-test/pom.xml | 2 +- it/tasks/suspend-test/pom.xml | 2 +- k8s/agent-operator/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/tasks/ansible/pom.xml | 2 +- plugins/tasks/concord/pom.xml | 2 +- plugins/tasks/crypto/pom.xml | 2 +- plugins/tasks/docker/pom.xml | 2 +- plugins/tasks/dynamic-tasks/pom.xml | 2 +- plugins/tasks/example/pom.xml | 2 +- plugins/tasks/files/pom.xml | 2 +- plugins/tasks/http/pom.xml | 2 +- plugins/tasks/kv/pom.xml | 2 +- plugins/tasks/locale/pom.xml | 2 +- plugins/tasks/lock/pom.xml | 2 +- plugins/tasks/log/pom.xml | 2 +- plugins/tasks/misc/pom.xml | 2 +- plugins/tasks/noderoster/pom.xml | 2 +- plugins/tasks/resource/pom.xml | 2 +- plugins/tasks/slack/pom.xml | 2 +- plugins/tasks/sleep/pom.xml | 2 +- plugins/tasks/smtp/pom.xml | 2 +- plugins/tasks/throw/pom.xml | 2 +- plugins/tasks/variables/pom.xml | 2 +- plugins/templates/ansible/pom.xml | 2 +- policy-engine/pom.xml | 2 +- pom.xml | 4 ++-- repository/pom.xml | 2 +- runtime/common/pom.xml | 2 +- runtime/loader/pom.xml | 2 +- runtime/v1/impl/pom.xml | 2 +- runtime/v1/pom.xml | 2 +- runtime/v1/project-model/pom.xml | 2 +- runtime/v2/model/pom.xml | 2 +- runtime/v2/pom.xml | 2 +- runtime/v2/runner/pom.xml | 2 +- runtime/v2/sdk/pom.xml | 2 +- runtime/v2/vm/pom.xml | 2 +- sdk/pom.xml | 2 +- server/db/pom.xml | 2 +- server/dist/pom.xml | 2 +- server/impl/pom.xml | 2 +- server/liquibase-ext/pom.xml | 2 +- server/plugins/ansible/client/pom.xml | 2 +- server/plugins/ansible/db/pom.xml | 2 +- server/plugins/ansible/impl/pom.xml | 2 +- server/plugins/ansible/pom.xml | 2 +- server/plugins/kafka-event-sink/pom.xml | 2 +- server/plugins/noderoster/client/pom.xml | 2 +- server/plugins/noderoster/db/pom.xml | 2 +- server/plugins/noderoster/impl/pom.xml | 2 +- server/plugins/noderoster/pom.xml | 2 +- server/plugins/oidc/pom.xml | 2 +- server/plugins/oneops/pom.xml | 2 +- server/plugins/pfed-sso/pom.xml | 2 +- server/plugins/pom.xml | 2 +- server/pom.xml | 2 +- server/queue-client/pom.xml | 2 +- server/sdk/pom.xml | 2 +- targetplatform/pom.xml | 6 +++++- 82 files changed, 87 insertions(+), 83 deletions(-) diff --git a/agent/pom.xml b/agent/pom.xml index d6f2b8aee5..9ed2a57908 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/cli/pom.xml b/cli/pom.xml index d4c3af0777..30b24f4e09 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/client/pom.xml b/client/pom.xml index d4eddfd7a2..70ec2da44e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/common/pom.xml b/common/pom.xml index b7ed4bc05e..2db4ea0a98 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/console2/pom.xml b/console2/pom.xml index f6a2b8f47b..5e12720f8c 100644 --- a/console2/pom.xml +++ b/console2/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/dependency-manager/pom.xml b/dependency-manager/pom.xml index e4ff278cff..71324b9c71 100644 --- a/dependency-manager/pom.xml +++ b/dependency-manager/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docker-images/agent/pom.xml b/docker-images/agent/pom.xml index 34052cab6a..47c877d76c 100644 --- a/docker-images/agent/pom.xml +++ b/docker-images/agent/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.docker</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docker-images/ansible/pom.xml b/docker-images/ansible/pom.xml index 720e3e7610..29e6950157 100644 --- a/docker-images/ansible/pom.xml +++ b/docker-images/ansible/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.docker</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docker-images/base/pom.xml b/docker-images/base/pom.xml index db4659ba33..5d0d33eae2 100644 --- a/docker-images/base/pom.xml +++ b/docker-images/base/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.docker</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docker-images/pom.xml b/docker-images/pom.xml index c233a05362..ad5d91fc0c 100644 --- a/docker-images/pom.xml +++ b/docker-images/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docker-images/server/pom.xml b/docker-images/server/pom.xml index db6a6c25b5..459c3e6388 100644 --- a/docker-images/server/pom.xml +++ b/docker-images/server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.docker</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/forms/pom.xml b/forms/pom.xml index 104fa631ed..ada1da3b34 100644 --- a/forms/pom.xml +++ b/forms/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/imports/pom.xml b/imports/pom.xml index 9155c0f896..2d37ab4759 100644 --- a/imports/pom.xml +++ b/imports/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/it/common/pom.xml b/it/common/pom.xml index 423874b70f..78a23c0e69 100644 --- a/it/common/pom.xml +++ b/it/common/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.it</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/it/compat/pom.xml b/it/compat/pom.xml index bbee6d0bd2..4a91100504 100644 --- a/it/compat/pom.xml +++ b/it/compat/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.it</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/it/console/pom.xml b/it/console/pom.xml index 1d34e18740..17faf33d38 100644 --- a/it/console/pom.xml +++ b/it/console/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.it</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/it/pom.xml b/it/pom.xml index 56600ff253..adc3361b6f 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/it/runtime-v1/pom.xml b/it/runtime-v1/pom.xml index f7b95bb26f..50aa0e1eb9 100644 --- a/it/runtime-v1/pom.xml +++ b/it/runtime-v1/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.it</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/it/runtime-v2/pom.xml b/it/runtime-v2/pom.xml index 89f6c59eaa..1a8bdfa8a7 100644 --- a/it/runtime-v2/pom.xml +++ b/it/runtime-v2/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.it</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/it/server/pom.xml b/it/server/pom.xml index ef00698299..36416b7e53 100644 --- a/it/server/pom.xml +++ b/it/server/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.it</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/it/tasks/broken-deps/pom.xml b/it/tasks/broken-deps/pom.xml index f9ee7b500b..28cf56c66c 100644 --- a/it/tasks/broken-deps/pom.xml +++ b/it/tasks/broken-deps/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.it</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/it/tasks/dependency-manager-test/pom.xml b/it/tasks/dependency-manager-test/pom.xml index 073e340a7b..23d558a19b 100644 --- a/it/tasks/dependency-manager-test/pom.xml +++ b/it/tasks/dependency-manager-test/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.it</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/it/tasks/serialization-test/pom.xml b/it/tasks/serialization-test/pom.xml index 74b2e847a7..376d9ba0a2 100644 --- a/it/tasks/serialization-test/pom.xml +++ b/it/tasks/serialization-test/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.it</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/it/tasks/suspend-test/pom.xml b/it/tasks/suspend-test/pom.xml index f9b0a64cb8..b1367c775a 100644 --- a/it/tasks/suspend-test/pom.xml +++ b/it/tasks/suspend-test/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.it</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/k8s/agent-operator/pom.xml b/k8s/agent-operator/pom.xml index 6f0df1a4d1..6b216dbf0a 100644 --- a/k8s/agent-operator/pom.xml +++ b/k8s/agent-operator/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/pom.xml b/plugins/pom.xml index 1c49e9e5e6..8d768a5dbd 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/ansible/pom.xml b/plugins/tasks/ansible/pom.xml index 8601429d53..f758b1f7e0 100644 --- a/plugins/tasks/ansible/pom.xml +++ b/plugins/tasks/ansible/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/concord/pom.xml b/plugins/tasks/concord/pom.xml index 55f6abb01c..e8790130b6 100644 --- a/plugins/tasks/concord/pom.xml +++ b/plugins/tasks/concord/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/crypto/pom.xml b/plugins/tasks/crypto/pom.xml index 0326f762f0..4dfd062437 100644 --- a/plugins/tasks/crypto/pom.xml +++ b/plugins/tasks/crypto/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/docker/pom.xml b/plugins/tasks/docker/pom.xml index 6cd46d015e..7bb4c0162e 100644 --- a/plugins/tasks/docker/pom.xml +++ b/plugins/tasks/docker/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/dynamic-tasks/pom.xml b/plugins/tasks/dynamic-tasks/pom.xml index 9b3d1df5fe..ebf4d1a221 100644 --- a/plugins/tasks/dynamic-tasks/pom.xml +++ b/plugins/tasks/dynamic-tasks/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/example/pom.xml b/plugins/tasks/example/pom.xml index b39344d72a..25ec3938a3 100644 --- a/plugins/tasks/example/pom.xml +++ b/plugins/tasks/example/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/files/pom.xml b/plugins/tasks/files/pom.xml index 9fb360672f..daa77d6503 100644 --- a/plugins/tasks/files/pom.xml +++ b/plugins/tasks/files/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/http/pom.xml b/plugins/tasks/http/pom.xml index 95bac2f669..70c3b5fdd3 100644 --- a/plugins/tasks/http/pom.xml +++ b/plugins/tasks/http/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/kv/pom.xml b/plugins/tasks/kv/pom.xml index 71fcc8b29b..f5ababfe99 100644 --- a/plugins/tasks/kv/pom.xml +++ b/plugins/tasks/kv/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/locale/pom.xml b/plugins/tasks/locale/pom.xml index 547446317e..e80311dbb6 100644 --- a/plugins/tasks/locale/pom.xml +++ b/plugins/tasks/locale/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/lock/pom.xml b/plugins/tasks/lock/pom.xml index b127a80722..3584e4f100 100644 --- a/plugins/tasks/lock/pom.xml +++ b/plugins/tasks/lock/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/log/pom.xml b/plugins/tasks/log/pom.xml index 40754eea9f..46f1bc6cf7 100644 --- a/plugins/tasks/log/pom.xml +++ b/plugins/tasks/log/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/misc/pom.xml b/plugins/tasks/misc/pom.xml index 65648b780d..0bc89550bc 100644 --- a/plugins/tasks/misc/pom.xml +++ b/plugins/tasks/misc/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/noderoster/pom.xml b/plugins/tasks/noderoster/pom.xml index 8d79f3fa5d..97b56749bf 100644 --- a/plugins/tasks/noderoster/pom.xml +++ b/plugins/tasks/noderoster/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/resource/pom.xml b/plugins/tasks/resource/pom.xml index 54c4b73b4c..6b8326ad4e 100644 --- a/plugins/tasks/resource/pom.xml +++ b/plugins/tasks/resource/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/slack/pom.xml b/plugins/tasks/slack/pom.xml index d2db721364..34b6eb9b1d 100644 --- a/plugins/tasks/slack/pom.xml +++ b/plugins/tasks/slack/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/sleep/pom.xml b/plugins/tasks/sleep/pom.xml index 5960196967..10251fc186 100644 --- a/plugins/tasks/sleep/pom.xml +++ b/plugins/tasks/sleep/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/smtp/pom.xml b/plugins/tasks/smtp/pom.xml index ef3caa3e6d..3b0ac86675 100644 --- a/plugins/tasks/smtp/pom.xml +++ b/plugins/tasks/smtp/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/throw/pom.xml b/plugins/tasks/throw/pom.xml index e34d4fc648..6ccfa996c7 100644 --- a/plugins/tasks/throw/pom.xml +++ b/plugins/tasks/throw/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/tasks/variables/pom.xml b/plugins/tasks/variables/pom.xml index 3e7810caa7..86a483044e 100644 --- a/plugins/tasks/variables/pom.xml +++ b/plugins/tasks/variables/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/templates/ansible/pom.xml b/plugins/templates/ansible/pom.xml index 626a0e4241..8b5f011832 100644 --- a/plugins/templates/ansible/pom.xml +++ b/plugins/templates/ansible/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/policy-engine/pom.xml b/policy-engine/pom.xml index f2e31724fe..1127f95967 100644 --- a/policy-engine/pom.xml +++ b/policy-engine/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 570416cf0a..afba62c17f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <packaging>pom</packaging> <name>${project.groupId}:${project.artifactId}</name> @@ -409,7 +409,7 @@ <scm> <developerConnection>${scm.connection}</developerConnection> - <tag>HEAD</tag> + <tag>1.98.2</tag> </scm> <profiles> diff --git a/repository/pom.xml b/repository/pom.xml index 41e781f675..bfbb0f0420 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/runtime/common/pom.xml b/runtime/common/pom.xml index fa455c92c4..14247645f2 100644 --- a/runtime/common/pom.xml +++ b/runtime/common/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/runtime/loader/pom.xml b/runtime/loader/pom.xml index 9a5c2196a7..d48c33a9d6 100644 --- a/runtime/loader/pom.xml +++ b/runtime/loader/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/runtime/v1/impl/pom.xml b/runtime/v1/impl/pom.xml index a920ff7893..23f47a70d1 100644 --- a/runtime/v1/impl/pom.xml +++ b/runtime/v1/impl/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.runtime.v1</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/runtime/v1/pom.xml b/runtime/v1/pom.xml index 3bf64e1487..3462a300bd 100644 --- a/runtime/v1/pom.xml +++ b/runtime/v1/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/runtime/v1/project-model/pom.xml b/runtime/v1/project-model/pom.xml index e1b964df93..49c962ea28 100644 --- a/runtime/v1/project-model/pom.xml +++ b/runtime/v1/project-model/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.runtime.v1</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/runtime/v2/model/pom.xml b/runtime/v2/model/pom.xml index bc665727d7..92fb34df48 100644 --- a/runtime/v2/model/pom.xml +++ b/runtime/v2/model/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.runtime.v2</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/runtime/v2/pom.xml b/runtime/v2/pom.xml index e67d08c095..01695bfcc8 100644 --- a/runtime/v2/pom.xml +++ b/runtime/v2/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/runtime/v2/runner/pom.xml b/runtime/v2/runner/pom.xml index 78c4424c61..24857207e2 100644 --- a/runtime/v2/runner/pom.xml +++ b/runtime/v2/runner/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.runtime.v2</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/runtime/v2/sdk/pom.xml b/runtime/v2/sdk/pom.xml index a29bf4e4ee..9e1ca2e69a 100644 --- a/runtime/v2/sdk/pom.xml +++ b/runtime/v2/sdk/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.runtime.v2</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/runtime/v2/vm/pom.xml b/runtime/v2/vm/pom.xml index d79a8a261d..62614fca58 100644 --- a/runtime/v2/vm/pom.xml +++ b/runtime/v2/vm/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.runtime.v2</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sdk/pom.xml b/sdk/pom.xml index 6378b930ba..34ca31ee1a 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/db/pom.xml b/server/db/pom.xml index a5e576eeaf..dabb993684 100644 --- a/server/db/pom.xml +++ b/server/db/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/dist/pom.xml b/server/dist/pom.xml index e3fe74d8a0..963c7e08c2 100644 --- a/server/dist/pom.xml +++ b/server/dist/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/impl/pom.xml b/server/impl/pom.xml index 1de61a896b..dfa8ae33e1 100644 --- a/server/impl/pom.xml +++ b/server/impl/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/liquibase-ext/pom.xml b/server/liquibase-ext/pom.xml index 1e9fc5dc14..081944c2aa 100644 --- a/server/liquibase-ext/pom.xml +++ b/server/liquibase-ext/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/ansible/client/pom.xml b/server/plugins/ansible/client/pom.xml index 819185f631..11dab258ac 100644 --- a/server/plugins/ansible/client/pom.xml +++ b/server/plugins/ansible/client/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins.ansible</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/ansible/db/pom.xml b/server/plugins/ansible/db/pom.xml index a0734a1fc4..2f87c08ee5 100644 --- a/server/plugins/ansible/db/pom.xml +++ b/server/plugins/ansible/db/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins.ansible</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/ansible/impl/pom.xml b/server/plugins/ansible/impl/pom.xml index 30d26c97d0..f4423591e2 100644 --- a/server/plugins/ansible/impl/pom.xml +++ b/server/plugins/ansible/impl/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins.ansible</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/ansible/pom.xml b/server/plugins/ansible/pom.xml index 5d1e957d53..b9490f4217 100644 --- a/server/plugins/ansible/pom.xml +++ b/server/plugins/ansible/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/kafka-event-sink/pom.xml b/server/plugins/kafka-event-sink/pom.xml index edb14600be..a2a444659c 100644 --- a/server/plugins/kafka-event-sink/pom.xml +++ b/server/plugins/kafka-event-sink/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/noderoster/client/pom.xml b/server/plugins/noderoster/client/pom.xml index 6ed8849b29..3084f6410e 100644 --- a/server/plugins/noderoster/client/pom.xml +++ b/server/plugins/noderoster/client/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins.noderoster</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/noderoster/db/pom.xml b/server/plugins/noderoster/db/pom.xml index e1177a9e94..51576afc44 100644 --- a/server/plugins/noderoster/db/pom.xml +++ b/server/plugins/noderoster/db/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins.noderoster</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/noderoster/impl/pom.xml b/server/plugins/noderoster/impl/pom.xml index 50cf63f6fb..f2a51f01ca 100644 --- a/server/plugins/noderoster/impl/pom.xml +++ b/server/plugins/noderoster/impl/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins.noderoster</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/noderoster/pom.xml b/server/plugins/noderoster/pom.xml index 84af1ab3d2..9d7acac4e1 100644 --- a/server/plugins/noderoster/pom.xml +++ b/server/plugins/noderoster/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/oidc/pom.xml b/server/plugins/oidc/pom.xml index 60fb254c15..e075274f99 100644 --- a/server/plugins/oidc/pom.xml +++ b/server/plugins/oidc/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/oneops/pom.xml b/server/plugins/oneops/pom.xml index 5f2d304679..8384cdaa6b 100644 --- a/server/plugins/oneops/pom.xml +++ b/server/plugins/oneops/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.server.plugins</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/plugins/pfed-sso/pom.xml b/server/plugins/pfed-sso/pom.xml index 7fdd56e9d5..97aac30bdd 100644 --- a/server/plugins/pfed-sso/pom.xml +++ b/server/plugins/pfed-sso/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>parent</artifactId> <groupId>com.walmartlabs.concord.server.plugins</groupId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index a37e5c083a..b549fe13a6 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/pom.xml b/server/pom.xml index 779343710c..992588eb7f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/queue-client/pom.xml b/server/queue-client/pom.xml index d56dcb2496..1416b84eee 100644 --- a/server/queue-client/pom.xml +++ b/server/queue-client/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/sdk/pom.xml b/server/sdk/pom.xml index 9e91937bf9..d843b37e0a 100644 --- a/server/sdk/pom.xml +++ b/server/sdk/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>parent</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/targetplatform/pom.xml b/targetplatform/pom.xml index 148f6c26cd..09e6c987b2 100644 --- a/targetplatform/pom.xml +++ b/targetplatform/pom.xml @@ -12,7 +12,7 @@ <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-targetplatform</artifactId> - <version>1.98.2-SNAPSHOT</version> + <version>1.98.2</version> <packaging>pom</packaging> @@ -1336,4 +1336,8 @@ </distributionManagement> </profile> </profiles> + + <scm> + <tag>1.98.2</tag> + </scm> </project>