From 00f9dd07ae6fd31280fe120061fc2fc862ebfc5b Mon Sep 17 00:00:00 2001 From: Henry Avetisyan Date: Fri, 24 Jan 2025 14:49:39 -0800 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/server_msg_pulsar/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 +- provider/harness/sia-harness/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-domainattrs/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 +- 66 files changed, 67 insertions(+), 67 deletions(-) diff --git a/assembly/ui/pom.xml b/assembly/ui/pom.xml index ef20ad8feb3..bd60c7c06a0 100644 --- a/assembly/ui/pom.xml +++ b/assembly/ui/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/assembly/utils/pom.xml b/assembly/utils/pom.xml index ce716dc5e51..90b90ca0a66 100644 --- a/assembly/utils/pom.xml +++ b/assembly/utils/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/assembly/zms/pom.xml b/assembly/zms/pom.xml index 47f1f6f96af..74d9144613e 100644 --- a/assembly/zms/pom.xml +++ b/assembly/zms/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/assembly/zts/pom.xml b/assembly/zts/pom.xml index fed358944fd..d84f339f2e2 100644 --- a/assembly/zts/pom.xml +++ b/assembly/zts/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/clients/go/msd/pom.xml b/clients/go/msd/pom.xml index c0c8ddad925..5fa5e8453ad 100644 --- a/clients/go/msd/pom.xml +++ b/clients/go/msd/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/clients/go/zms/pom.xml b/clients/go/zms/pom.xml index 55814925374..b8dce5513ce 100644 --- a/clients/go/zms/pom.xml +++ b/clients/go/zms/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/clients/go/zts/pom.xml b/clients/go/zts/pom.xml index 9a5a49b42d5..b6d4460cbcd 100644 --- a/clients/go/zts/pom.xml +++ b/clients/go/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/clients/java/msd/pom.xml b/clients/java/msd/pom.xml index aae488ad46d..d058534c414 100644 --- a/clients/java/msd/pom.xml +++ b/clients/java/msd/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zms/pom.xml b/clients/java/zms/pom.xml index 9581af16008..ff5d65ea442 100644 --- a/clients/java/zms/pom.xml +++ b/clients/java/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zpe/pom.xml b/clients/java/zpe/pom.xml index 15d200a7915..40c682cb923 100644 --- a/clients/java/zpe/pom.xml +++ b/clients/java/zpe/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zts/pom.xml b/clients/java/zts/pom.xml index 430c604108b..c2066bf8103 100644 --- a/clients/java/zts/pom.xml +++ b/clients/java/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/clients/nodejs/zpe/pom.xml b/clients/nodejs/zpe/pom.xml index ce918f4e645..93dc2c90aae 100644 --- a/clients/nodejs/zpe/pom.xml +++ b/clients/nodejs/zpe/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/clients/nodejs/zts/pom.xml b/clients/nodejs/zts/pom.xml index 98dd66f312e..410ca375f1a 100644 --- a/clients/nodejs/zts/pom.xml +++ b/clients/nodejs/zts/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/containers/jetty/pom.xml b/containers/jetty/pom.xml index 0899c21c76b..f65b16393e7 100644 --- a/containers/jetty/pom.xml +++ b/containers/jetty/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/core/msd/pom.xml b/core/msd/pom.xml index f4e22661557..96903261973 100644 --- a/core/msd/pom.xml +++ b/core/msd/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/core/zms/pom.xml b/core/zms/pom.xml index 1c752e798cb..2e7e6c9b7c2 100644 --- a/core/zms/pom.xml +++ b/core/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/core/zts/pom.xml b/core/zts/pom.xml index b847b9752a3..e42fe3598ca 100644 --- a/core/zts/pom.xml +++ b/core/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/libs/go/athenzconf/pom.xml b/libs/go/athenzconf/pom.xml index 59802d8db99..4de442db82d 100644 --- a/libs/go/athenzconf/pom.xml +++ b/libs/go/athenzconf/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/go/athenzutils/pom.xml b/libs/go/athenzutils/pom.xml index da8e5903ca8..63036cbf047 100644 --- a/libs/go/athenzutils/pom.xml +++ b/libs/go/athenzutils/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/go/sia/pom.xml b/libs/go/sia/pom.xml index 0e72ed6c394..25161d9e445 100644 --- a/libs/go/sia/pom.xml +++ b/libs/go/sia/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/go/zmscli/pom.xml b/libs/go/zmscli/pom.xml index 906e92ec3af..06ee42ef28b 100644 --- a/libs/go/zmscli/pom.xml +++ b/libs/go/zmscli/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/go/zmssvctoken/pom.xml b/libs/go/zmssvctoken/pom.xml index b7838e6ca87..f08f259c782 100644 --- a/libs/go/zmssvctoken/pom.xml +++ b/libs/go/zmssvctoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/auth_core/pom.xml b/libs/java/auth_core/pom.xml index c8f5d65ce62..2c5291d1198 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/cert_refresher/pom.xml b/libs/java/cert_refresher/pom.xml index 760c19f3b8b..a74223b5fcb 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/client_common/pom.xml b/libs/java/client_common/pom.xml index 5b8cff88f3f..686738c99c6 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/dynamodb_client_factory/pom.xml b/libs/java/dynamodb_client_factory/pom.xml index 09f29a59163..8ec432a79b5 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/gcp_zts_creds/pom.xml b/libs/java/gcp_zts_creds/pom.xml index f4c7d221f97..c402b32681a 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/instance_provider/pom.xml b/libs/java/instance_provider/pom.xml index 27ef7638b36..d15a8deb8b2 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_aws_common/pom.xml b/libs/java/server_aws_common/pom.xml index ca7674c888e..d6d2946908d 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_common/pom.xml b/libs/java/server_common/pom.xml index 411ae5e2435..5b458b2b3fc 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_k8s_common/pom.xml b/libs/java/server_k8s_common/pom.xml index dd2ad2120cf..99c5797f68d 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_msg_pulsar/pom.xml b/libs/java/server_msg_pulsar/pom.xml index 1670194932c..eec61f0a6b7 100644 --- a/libs/java/server_msg_pulsar/pom.xml +++ b/libs/java/server_msg_pulsar/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/java/syncer_common/pom.xml b/libs/java/syncer_common/pom.xml index f31ac03044c..32d23b20e82 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/libs/nodejs/auth_core/pom.xml b/libs/nodejs/auth_core/pom.xml index 118eb26281d..df96b87406d 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index 70fddd6195f..d9220d84faa 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz pom - 1.12.9 + 1.12.10-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.9 + HEAD diff --git a/provider/aws/sia-ec2/pom.xml b/provider/aws/sia-ec2/pom.xml index ed619c1cbe5..3d7d45ae5b2 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/provider/aws/sia-eks/pom.xml b/provider/aws/sia-eks/pom.xml index afc75dad110..a78a778e637 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/provider/aws/sia-fargate/pom.xml b/provider/aws/sia-fargate/pom.xml index 64c8c3c9af4..aa694522282 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/provider/azure/sia-vm/pom.xml b/provider/azure/sia-vm/pom.xml index 9d5c525c96d..ea025187b0e 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/provider/buildkite/sia-buildkite/pom.xml b/provider/buildkite/sia-buildkite/pom.xml index 106ce5b348b..436e465cb43 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-gce/pom.xml b/provider/gcp/sia-gce/pom.xml index f310cf9118f..797c6652b39 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-gke/pom.xml b/provider/gcp/sia-gke/pom.xml index 36affc623b2..00af98dda8e 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-run/pom.xml b/provider/gcp/sia-run/pom.xml index 209451d1fc8..f376e53e467 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/provider/github/sia-actions/pom.xml b/provider/github/sia-actions/pom.xml index c9f46dc4bfe..c0d4fd89f86 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.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/provider/harness/sia-harness/pom.xml b/provider/harness/sia-harness/pom.xml index 728f8866f08..a1de53a4d9a 100644 --- a/provider/harness/sia-harness/pom.xml +++ b/provider/harness/sia-harness/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../../pom.xml diff --git a/rdl/rdl-gen-athenz-go-client/pom.xml b/rdl/rdl-gen-athenz-go-client/pom.xml index 5040be9a416..cecd7749b1d 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.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-go-model/pom.xml b/rdl/rdl-gen-athenz-go-model/pom.xml index c5d5401d027..4028b80b3ca 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.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-java-client/pom.xml b/rdl/rdl-gen-athenz-java-client/pom.xml index 5870f7b0969..ba2699d7fca 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.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-java-model/pom.xml b/rdl/rdl-gen-athenz-java-model/pom.xml index 8ca94580ea4..85cd817aa7c 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.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-server/pom.xml b/rdl/rdl-gen-athenz-server/pom.xml index 9df0aedf701..1f3c36ca71c 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.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/servers/zms/pom.xml b/servers/zms/pom.xml index b5e1ada86df..4bda8c1ed62 100644 --- a/servers/zms/pom.xml +++ b/servers/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/servers/zts/pom.xml b/servers/zts/pom.xml index 99f99566ab4..4727aba20d3 100644 --- a/servers/zts/pom.xml +++ b/servers/zts/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/syncers/auth_history_syncer/pom.xml b/syncers/auth_history_syncer/pom.xml index 5c33ba0d567..47fe6c789d4 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.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/syncers/zms_aws_domain_syncer/pom.xml b/syncers/zms_aws_domain_syncer/pom.xml index aae4605241a..7551e55f25f 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.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index 454f6d268e4..5dc1996dde2 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../pom.xml diff --git a/utils/athenz-conf/pom.xml b/utils/athenz-conf/pom.xml index da9f3e6a127..8d806c2f563 100644 --- a/utils/athenz-conf/pom.xml +++ b/utils/athenz-conf/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/utils/msd-agent/pom.xml b/utils/msd-agent/pom.xml index a8e8065c01e..e64cd289971 100644 --- a/utils/msd-agent/pom.xml +++ b/utils/msd-agent/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/utils/zms-cli/pom.xml b/utils/zms-cli/pom.xml index ce8d1ab9ee1..0b93ce9e139 100644 --- a/utils/zms-cli/pom.xml +++ b/utils/zms-cli/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/utils/zms-domainattrs/pom.xml b/utils/zms-domainattrs/pom.xml index dba0022c589..00476759b0c 100644 --- a/utils/zms-domainattrs/pom.xml +++ b/utils/zms-domainattrs/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/utils/zms-svctoken/pom.xml b/utils/zms-svctoken/pom.xml index 5457f71cdd6..28700bc5e72 100644 --- a/utils/zms-svctoken/pom.xml +++ b/utils/zms-svctoken/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/utils/zpe-updater/pom.xml b/utils/zpe-updater/pom.xml index 980e4069461..fac93cab485 100644 --- a/utils/zpe-updater/pom.xml +++ b/utils/zpe-updater/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/utils/zts-accesstoken/pom.xml b/utils/zts-accesstoken/pom.xml index a25db941238..22fbece73d4 100644 --- a/utils/zts-accesstoken/pom.xml +++ b/utils/zts-accesstoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/utils/zts-idtoken/pom.xml b/utils/zts-idtoken/pom.xml index 4fdbbb96350..6d89725a310 100644 --- a/utils/zts-idtoken/pom.xml +++ b/utils/zts-idtoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/utils/zts-rolecert/pom.xml b/utils/zts-rolecert/pom.xml index 59e4c0c25c7..8dda0fef258 100644 --- a/utils/zts-rolecert/pom.xml +++ b/utils/zts-rolecert/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/utils/zts-roletoken/pom.xml b/utils/zts-roletoken/pom.xml index 02784537a43..696027e645d 100644 --- a/utils/zts-roletoken/pom.xml +++ b/utils/zts-roletoken/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml diff --git a/utils/zts-svccert/pom.xml b/utils/zts-svccert/pom.xml index efb5dc014aa..cf45b313a2e 100644 --- a/utils/zts-svccert/pom.xml +++ b/utils/zts-svccert/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.9 + 1.12.10-SNAPSHOT ../../pom.xml