From 06ccf23e12a5666a8d1d2aadee09fbfe10f67637 Mon Sep 17 00:00:00 2001 From: Henry Avetisyan Date: Mon, 7 Oct 2024 19:12:35 -0700 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- assembly/ui/pom.xml | 2 +- assembly/utils/pom.xml | 2 +- assembly/zms/pom.xml | 2 +- assembly/zts/pom.xml | 2 +- clients/go/msd/pom.xml | 2 +- clients/go/zms/pom.xml | 2 +- clients/go/zts/pom.xml | 2 +- clients/java/msd/pom.xml | 2 +- clients/java/zms/pom.xml | 2 +- clients/java/zpe/pom.xml | 2 +- clients/java/zts/pom.xml | 2 +- clients/nodejs/zpe/pom.xml | 2 +- clients/nodejs/zts/pom.xml | 2 +- containers/jetty/pom.xml | 2 +- core/msd/pom.xml | 2 +- core/zms/pom.xml | 2 +- core/zts/pom.xml | 2 +- libs/go/athenzconf/pom.xml | 2 +- libs/go/athenzutils/pom.xml | 2 +- libs/go/sia/pom.xml | 2 +- libs/go/zmscli/pom.xml | 2 +- libs/go/zmssvctoken/pom.xml | 2 +- libs/java/auth_core/pom.xml | 2 +- libs/java/cert_refresher/pom.xml | 2 +- libs/java/client_common/pom.xml | 2 +- libs/java/dynamodb_client_factory/pom.xml | 2 +- libs/java/gcp_zts_creds/pom.xml | 2 +- libs/java/instance_provider/pom.xml | 2 +- libs/java/server_aws_common/pom.xml | 2 +- libs/java/server_common/pom.xml | 2 +- libs/java/server_k8s_common/pom.xml | 2 +- libs/java/syncer_common/pom.xml | 2 +- libs/nodejs/auth_core/pom.xml | 2 +- pom.xml | 4 ++-- provider/aws/sia-ec2/pom.xml | 2 +- provider/aws/sia-eks/pom.xml | 2 +- provider/aws/sia-fargate/pom.xml | 2 +- provider/azure/sia-vm/pom.xml | 2 +- provider/buildkite/sia-buildkite/pom.xml | 2 +- provider/gcp/sia-gce/pom.xml | 2 +- provider/gcp/sia-gke/pom.xml | 2 +- provider/gcp/sia-run/pom.xml | 2 +- provider/github/sia-actions/pom.xml | 2 +- rdl/rdl-gen-athenz-go-client/pom.xml | 2 +- rdl/rdl-gen-athenz-go-model/pom.xml | 2 +- rdl/rdl-gen-athenz-java-client/pom.xml | 2 +- rdl/rdl-gen-athenz-java-model/pom.xml | 2 +- rdl/rdl-gen-athenz-server/pom.xml | 2 +- servers/zms/pom.xml | 2 +- servers/zts/pom.xml | 2 +- syncers/auth_history_syncer/pom.xml | 2 +- syncers/zms_aws_domain_syncer/pom.xml | 2 +- ui/pom.xml | 2 +- utils/athenz-conf/pom.xml | 2 +- utils/msd-agent/pom.xml | 2 +- utils/zms-cli/pom.xml | 2 +- utils/zms-svctoken/pom.xml | 2 +- utils/zpe-updater/pom.xml | 2 +- utils/zts-accesstoken/pom.xml | 2 +- utils/zts-idtoken/pom.xml | 2 +- utils/zts-rolecert/pom.xml | 2 +- utils/zts-roletoken/pom.xml | 2 +- utils/zts-svccert/pom.xml | 2 +- 63 files changed, 64 insertions(+), 64 deletions(-) diff --git a/assembly/ui/pom.xml b/assembly/ui/pom.xml index a99749a3c8c..4d43dc067bc 100644 --- a/assembly/ui/pom.xml +++ b/assembly/ui/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/assembly/utils/pom.xml b/assembly/utils/pom.xml index b9e130ccd6d..639f457d7de 100644 --- a/assembly/utils/pom.xml +++ b/assembly/utils/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/assembly/zms/pom.xml b/assembly/zms/pom.xml index 2b8ed6e7b0b..8f4b6593f64 100644 --- a/assembly/zms/pom.xml +++ b/assembly/zms/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/assembly/zts/pom.xml b/assembly/zts/pom.xml index 4b77fa7841c..bbbb0a82b6d 100644 --- a/assembly/zts/pom.xml +++ b/assembly/zts/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/clients/go/msd/pom.xml b/clients/go/msd/pom.xml index 4d699af268c..b93adbc51ac 100644 --- a/clients/go/msd/pom.xml +++ b/clients/go/msd/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/clients/go/zms/pom.xml b/clients/go/zms/pom.xml index 4c31407c109..1413a88e476 100644 --- a/clients/go/zms/pom.xml +++ b/clients/go/zms/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/clients/go/zts/pom.xml b/clients/go/zts/pom.xml index 298c26b7631..eab690c3776 100644 --- a/clients/go/zts/pom.xml +++ b/clients/go/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/clients/java/msd/pom.xml b/clients/java/msd/pom.xml index 7d2533a3f9f..7da0ccf543c 100644 --- a/clients/java/msd/pom.xml +++ b/clients/java/msd/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zms/pom.xml b/clients/java/zms/pom.xml index 2aa21190abd..e36538dcd89 100644 --- a/clients/java/zms/pom.xml +++ b/clients/java/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zpe/pom.xml b/clients/java/zpe/pom.xml index ecc13230441..63a2893a7cb 100644 --- a/clients/java/zpe/pom.xml +++ b/clients/java/zpe/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zts/pom.xml b/clients/java/zts/pom.xml index 3ff301c5549..4fabfc7b665 100644 --- a/clients/java/zts/pom.xml +++ b/clients/java/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/clients/nodejs/zpe/pom.xml b/clients/nodejs/zpe/pom.xml index c4aee5bca69..4f0bc7790c8 100644 --- a/clients/nodejs/zpe/pom.xml +++ b/clients/nodejs/zpe/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/clients/nodejs/zts/pom.xml b/clients/nodejs/zts/pom.xml index 4f23c0623a9..af52da7aa31 100644 --- a/clients/nodejs/zts/pom.xml +++ b/clients/nodejs/zts/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/containers/jetty/pom.xml b/containers/jetty/pom.xml index 11fe117f916..89ef71849ce 100644 --- a/containers/jetty/pom.xml +++ b/containers/jetty/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/core/msd/pom.xml b/core/msd/pom.xml index 15e00e3f2e3..c8c04119ec0 100644 --- a/core/msd/pom.xml +++ b/core/msd/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/core/zms/pom.xml b/core/zms/pom.xml index 2338290d98f..b5b4ca083b9 100644 --- a/core/zms/pom.xml +++ b/core/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/core/zts/pom.xml b/core/zts/pom.xml index 8497e5ffb2e..7e885c96c46 100644 --- a/core/zts/pom.xml +++ b/core/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/libs/go/athenzconf/pom.xml b/libs/go/athenzconf/pom.xml index 25f6e3cc99d..2ec597a0af7 100644 --- a/libs/go/athenzconf/pom.xml +++ b/libs/go/athenzconf/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/go/athenzutils/pom.xml b/libs/go/athenzutils/pom.xml index e2000b22ff7..d650120c2ec 100644 --- a/libs/go/athenzutils/pom.xml +++ b/libs/go/athenzutils/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/go/sia/pom.xml b/libs/go/sia/pom.xml index db7f27db736..16de72d892f 100644 --- a/libs/go/sia/pom.xml +++ b/libs/go/sia/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/go/zmscli/pom.xml b/libs/go/zmscli/pom.xml index d0eacb6933a..3ed462021df 100644 --- a/libs/go/zmscli/pom.xml +++ b/libs/go/zmscli/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/go/zmssvctoken/pom.xml b/libs/go/zmssvctoken/pom.xml index 658d0698897..cf183d20de8 100644 --- a/libs/go/zmssvctoken/pom.xml +++ b/libs/go/zmssvctoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/java/auth_core/pom.xml b/libs/java/auth_core/pom.xml index e8208855d62..8148efd0c19 100644 --- a/libs/java/auth_core/pom.xml +++ b/libs/java/auth_core/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/java/cert_refresher/pom.xml b/libs/java/cert_refresher/pom.xml index e236b9458e3..122cc4979fb 100644 --- a/libs/java/cert_refresher/pom.xml +++ b/libs/java/cert_refresher/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/java/client_common/pom.xml b/libs/java/client_common/pom.xml index 0c43424241f..eb51c3c80c1 100644 --- a/libs/java/client_common/pom.xml +++ b/libs/java/client_common/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/java/dynamodb_client_factory/pom.xml b/libs/java/dynamodb_client_factory/pom.xml index d5c79c4d7d2..e051d88b56d 100644 --- a/libs/java/dynamodb_client_factory/pom.xml +++ b/libs/java/dynamodb_client_factory/pom.xml @@ -23,7 +23,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/java/gcp_zts_creds/pom.xml b/libs/java/gcp_zts_creds/pom.xml index 14e059de1ff..e0d446e9d3e 100644 --- a/libs/java/gcp_zts_creds/pom.xml +++ b/libs/java/gcp_zts_creds/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/java/instance_provider/pom.xml b/libs/java/instance_provider/pom.xml index c0c319f0252..86a15096ef2 100644 --- a/libs/java/instance_provider/pom.xml +++ b/libs/java/instance_provider/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_aws_common/pom.xml b/libs/java/server_aws_common/pom.xml index 8f0a657b674..0aa007fb935 100644 --- a/libs/java/server_aws_common/pom.xml +++ b/libs/java/server_aws_common/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_common/pom.xml b/libs/java/server_common/pom.xml index 0f41e89b83b..5b7752b86df 100644 --- a/libs/java/server_common/pom.xml +++ b/libs/java/server_common/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_k8s_common/pom.xml b/libs/java/server_k8s_common/pom.xml index 810c249ff4b..5019bf8b872 100644 --- a/libs/java/server_k8s_common/pom.xml +++ b/libs/java/server_k8s_common/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/java/syncer_common/pom.xml b/libs/java/syncer_common/pom.xml index aad6bd58d15..cc13c741669 100644 --- a/libs/java/syncer_common/pom.xml +++ b/libs/java/syncer_common/pom.xml @@ -23,7 +23,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/libs/nodejs/auth_core/pom.xml b/libs/nodejs/auth_core/pom.xml index 62ef7dfd26c..7ae8e541be7 100644 --- a/libs/nodejs/auth_core/pom.xml +++ b/libs/nodejs/auth_core/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index 80eb52104f2..85f4d7ee291 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz pom - 1.12.1 + 1.12.2-SNAPSHOT AthenZ @@ -57,7 +57,7 @@ https://github.com/AthenZ/athenz scm:git:ssh://git@github.com/AthenZ/athenz.git scm:git:ssh://git@github.com/AthenZ/athenz.git - v1.12.1 + HEAD diff --git a/provider/aws/sia-ec2/pom.xml b/provider/aws/sia-ec2/pom.xml index 018fa5e9c4d..9ffe55fbf1d 100644 --- a/provider/aws/sia-ec2/pom.xml +++ b/provider/aws/sia-ec2/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/provider/aws/sia-eks/pom.xml b/provider/aws/sia-eks/pom.xml index ddacccbab3a..53d212909f7 100644 --- a/provider/aws/sia-eks/pom.xml +++ b/provider/aws/sia-eks/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/provider/aws/sia-fargate/pom.xml b/provider/aws/sia-fargate/pom.xml index 561424e27c2..66c0c2f00a8 100644 --- a/provider/aws/sia-fargate/pom.xml +++ b/provider/aws/sia-fargate/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/provider/azure/sia-vm/pom.xml b/provider/azure/sia-vm/pom.xml index 6475b67e9df..a70657381f5 100644 --- a/provider/azure/sia-vm/pom.xml +++ b/provider/azure/sia-vm/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/provider/buildkite/sia-buildkite/pom.xml b/provider/buildkite/sia-buildkite/pom.xml index 65d027540c8..2d3b8ac53d4 100644 --- a/provider/buildkite/sia-buildkite/pom.xml +++ b/provider/buildkite/sia-buildkite/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-gce/pom.xml b/provider/gcp/sia-gce/pom.xml index 1105c2531c9..5dceafa7cbc 100644 --- a/provider/gcp/sia-gce/pom.xml +++ b/provider/gcp/sia-gce/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-gke/pom.xml b/provider/gcp/sia-gke/pom.xml index c8a40cfe25a..7c504c6035a 100644 --- a/provider/gcp/sia-gke/pom.xml +++ b/provider/gcp/sia-gke/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-run/pom.xml b/provider/gcp/sia-run/pom.xml index e076e417780..34d321b2b75 100644 --- a/provider/gcp/sia-run/pom.xml +++ b/provider/gcp/sia-run/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/provider/github/sia-actions/pom.xml b/provider/github/sia-actions/pom.xml index d3428af5373..7b37d591178 100644 --- a/provider/github/sia-actions/pom.xml +++ b/provider/github/sia-actions/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../../pom.xml diff --git a/rdl/rdl-gen-athenz-go-client/pom.xml b/rdl/rdl-gen-athenz-go-client/pom.xml index 923d4f68ca5..b17ba78ffe2 100644 --- a/rdl/rdl-gen-athenz-go-client/pom.xml +++ b/rdl/rdl-gen-athenz-go-client/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-go-model/pom.xml b/rdl/rdl-gen-athenz-go-model/pom.xml index 1ba24983058..32e2838fc3f 100644 --- a/rdl/rdl-gen-athenz-go-model/pom.xml +++ b/rdl/rdl-gen-athenz-go-model/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-java-client/pom.xml b/rdl/rdl-gen-athenz-java-client/pom.xml index 3874c5a2beb..b9c13246eaa 100644 --- a/rdl/rdl-gen-athenz-java-client/pom.xml +++ b/rdl/rdl-gen-athenz-java-client/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-java-model/pom.xml b/rdl/rdl-gen-athenz-java-model/pom.xml index e037161d7ba..ef1117f66cf 100644 --- a/rdl/rdl-gen-athenz-java-model/pom.xml +++ b/rdl/rdl-gen-athenz-java-model/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-server/pom.xml b/rdl/rdl-gen-athenz-server/pom.xml index 28e332c0a9a..8d84d0d4d90 100644 --- a/rdl/rdl-gen-athenz-server/pom.xml +++ b/rdl/rdl-gen-athenz-server/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/servers/zms/pom.xml b/servers/zms/pom.xml index 57399a00993..af5c8c6e308 100644 --- a/servers/zms/pom.xml +++ b/servers/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/servers/zts/pom.xml b/servers/zts/pom.xml index 36a46ef26d0..c523c7469b7 100644 --- a/servers/zts/pom.xml +++ b/servers/zts/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/syncers/auth_history_syncer/pom.xml b/syncers/auth_history_syncer/pom.xml index e2fda637db2..d6869873b98 100644 --- a/syncers/auth_history_syncer/pom.xml +++ b/syncers/auth_history_syncer/pom.xml @@ -23,7 +23,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/syncers/zms_aws_domain_syncer/pom.xml b/syncers/zms_aws_domain_syncer/pom.xml index d19a9fcbded..77acbd504d1 100644 --- a/syncers/zms_aws_domain_syncer/pom.xml +++ b/syncers/zms_aws_domain_syncer/pom.xml @@ -4,7 +4,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index fa949571f6c..1d2b298f9ec 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../pom.xml diff --git a/utils/athenz-conf/pom.xml b/utils/athenz-conf/pom.xml index e920c94ca7a..09bab504159 100644 --- a/utils/athenz-conf/pom.xml +++ b/utils/athenz-conf/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/utils/msd-agent/pom.xml b/utils/msd-agent/pom.xml index 66760b39b98..93d2aee545f 100644 --- a/utils/msd-agent/pom.xml +++ b/utils/msd-agent/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/utils/zms-cli/pom.xml b/utils/zms-cli/pom.xml index 6ea3ad2705e..6205e14332f 100644 --- a/utils/zms-cli/pom.xml +++ b/utils/zms-cli/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/utils/zms-svctoken/pom.xml b/utils/zms-svctoken/pom.xml index 576cd3bcd8a..b69f5691782 100644 --- a/utils/zms-svctoken/pom.xml +++ b/utils/zms-svctoken/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/utils/zpe-updater/pom.xml b/utils/zpe-updater/pom.xml index e9e3b0b1815..a9790fd1400 100644 --- a/utils/zpe-updater/pom.xml +++ b/utils/zpe-updater/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/utils/zts-accesstoken/pom.xml b/utils/zts-accesstoken/pom.xml index e07d4b0bfea..36e2e5b111b 100644 --- a/utils/zts-accesstoken/pom.xml +++ b/utils/zts-accesstoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/utils/zts-idtoken/pom.xml b/utils/zts-idtoken/pom.xml index 76dea578394..be7d9b0ca66 100644 --- a/utils/zts-idtoken/pom.xml +++ b/utils/zts-idtoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/utils/zts-rolecert/pom.xml b/utils/zts-rolecert/pom.xml index dc69962235d..f14fd8d0b4f 100644 --- a/utils/zts-rolecert/pom.xml +++ b/utils/zts-rolecert/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/utils/zts-roletoken/pom.xml b/utils/zts-roletoken/pom.xml index d0215286bd0..0937a0aeaff 100644 --- a/utils/zts-roletoken/pom.xml +++ b/utils/zts-roletoken/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml diff --git a/utils/zts-svccert/pom.xml b/utils/zts-svccert/pom.xml index 42b3612b9d8..94f1d8f82d9 100644 --- a/utils/zts-svccert/pom.xml +++ b/utils/zts-svccert/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.1 + 1.12.2-SNAPSHOT ../../pom.xml