From e1092ab63d67cd4fba2419835664d1c01d64d659 Mon Sep 17 00:00:00 2001 From: Henry Avetisyan Date: Fri, 20 Dec 2024 10:14:15 -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 5387f9d29d1..60a336ace9c 100644 --- a/assembly/ui/pom.xml +++ b/assembly/ui/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/assembly/utils/pom.xml b/assembly/utils/pom.xml index 066a31fcc86..e9bb1d85612 100644 --- a/assembly/utils/pom.xml +++ b/assembly/utils/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/assembly/zms/pom.xml b/assembly/zms/pom.xml index 881721ded08..dc45055ee10 100644 --- a/assembly/zms/pom.xml +++ b/assembly/zms/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/assembly/zts/pom.xml b/assembly/zts/pom.xml index 4a878b2906d..ae80b0d1aff 100644 --- a/assembly/zts/pom.xml +++ b/assembly/zts/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/clients/go/msd/pom.xml b/clients/go/msd/pom.xml index 2be30691267..c23062f46e6 100644 --- a/clients/go/msd/pom.xml +++ b/clients/go/msd/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/clients/go/zms/pom.xml b/clients/go/zms/pom.xml index b31eea694f4..d89e52eb88d 100644 --- a/clients/go/zms/pom.xml +++ b/clients/go/zms/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/clients/go/zts/pom.xml b/clients/go/zts/pom.xml index bec2dea9e15..3eda0aee3ad 100644 --- a/clients/go/zts/pom.xml +++ b/clients/go/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/clients/java/msd/pom.xml b/clients/java/msd/pom.xml index d882be0598d..019d02b8467 100644 --- a/clients/java/msd/pom.xml +++ b/clients/java/msd/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zms/pom.xml b/clients/java/zms/pom.xml index 08e3818bd97..ff3865ef52b 100644 --- a/clients/java/zms/pom.xml +++ b/clients/java/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zpe/pom.xml b/clients/java/zpe/pom.xml index 98ff52576e0..078081e5503 100644 --- a/clients/java/zpe/pom.xml +++ b/clients/java/zpe/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zts/pom.xml b/clients/java/zts/pom.xml index 009ec9c1cf9..47921387fcd 100644 --- a/clients/java/zts/pom.xml +++ b/clients/java/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/clients/nodejs/zpe/pom.xml b/clients/nodejs/zpe/pom.xml index c3f9c2950f5..0d51dc79ea7 100644 --- a/clients/nodejs/zpe/pom.xml +++ b/clients/nodejs/zpe/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/clients/nodejs/zts/pom.xml b/clients/nodejs/zts/pom.xml index 6575baea702..22902533b2e 100644 --- a/clients/nodejs/zts/pom.xml +++ b/clients/nodejs/zts/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/containers/jetty/pom.xml b/containers/jetty/pom.xml index 8bce74aaf51..2d04169e5f0 100644 --- a/containers/jetty/pom.xml +++ b/containers/jetty/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/core/msd/pom.xml b/core/msd/pom.xml index 85582207883..154917c1ea7 100644 --- a/core/msd/pom.xml +++ b/core/msd/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/core/zms/pom.xml b/core/zms/pom.xml index 92bd117d6b1..08b5830b2c7 100644 --- a/core/zms/pom.xml +++ b/core/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/core/zts/pom.xml b/core/zts/pom.xml index e1a64a7a8aa..016887314f6 100644 --- a/core/zts/pom.xml +++ b/core/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/libs/go/athenzconf/pom.xml b/libs/go/athenzconf/pom.xml index c42cbe1fbac..43ff8bebf71 100644 --- a/libs/go/athenzconf/pom.xml +++ b/libs/go/athenzconf/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/go/athenzutils/pom.xml b/libs/go/athenzutils/pom.xml index bcb36d7a0a1..d18b8e0763c 100644 --- a/libs/go/athenzutils/pom.xml +++ b/libs/go/athenzutils/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/go/sia/pom.xml b/libs/go/sia/pom.xml index e65c6c4d10c..baad7a8b76e 100644 --- a/libs/go/sia/pom.xml +++ b/libs/go/sia/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/go/zmscli/pom.xml b/libs/go/zmscli/pom.xml index 7ce468eb6ec..8b781796a39 100644 --- a/libs/go/zmscli/pom.xml +++ b/libs/go/zmscli/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/go/zmssvctoken/pom.xml b/libs/go/zmssvctoken/pom.xml index 5fae62f1fa2..18ceea89e1f 100644 --- a/libs/go/zmssvctoken/pom.xml +++ b/libs/go/zmssvctoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/auth_core/pom.xml b/libs/java/auth_core/pom.xml index 2691e0a366f..011a66b86d7 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/cert_refresher/pom.xml b/libs/java/cert_refresher/pom.xml index 468a00077c9..04f981477eb 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/client_common/pom.xml b/libs/java/client_common/pom.xml index e236c5c7b00..36c6d732f7e 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/dynamodb_client_factory/pom.xml b/libs/java/dynamodb_client_factory/pom.xml index a7e15213e0b..9d5776f7d44 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/gcp_zts_creds/pom.xml b/libs/java/gcp_zts_creds/pom.xml index 1e9b03bc70d..aeea8a2f4c6 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/instance_provider/pom.xml b/libs/java/instance_provider/pom.xml index a61f5957642..3cd50add21d 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_aws_common/pom.xml b/libs/java/server_aws_common/pom.xml index e03b7647ea9..95ab7914a18 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_common/pom.xml b/libs/java/server_common/pom.xml index ed9f96de484..8df2d211d6c 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_k8s_common/pom.xml b/libs/java/server_k8s_common/pom.xml index e00a72b3658..d9b466a729b 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_msg_pulsar/pom.xml b/libs/java/server_msg_pulsar/pom.xml index e9ff4c9166d..ba7bf6e0629 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/java/syncer_common/pom.xml b/libs/java/syncer_common/pom.xml index dad3590a99e..7c1588f97f0 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/libs/nodejs/auth_core/pom.xml b/libs/nodejs/auth_core/pom.xml index ebaf36fc6e0..c8759f59980 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index 5313147e6d2..87ba5e4c30a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz pom - 1.12.7 + 1.12.8-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.7 + HEAD diff --git a/provider/aws/sia-ec2/pom.xml b/provider/aws/sia-ec2/pom.xml index c93653cb8e2..e1e6b5a5b0a 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/provider/aws/sia-eks/pom.xml b/provider/aws/sia-eks/pom.xml index 7f459996007..dd5f9d80a3f 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/provider/aws/sia-fargate/pom.xml b/provider/aws/sia-fargate/pom.xml index 752c960a264..eab2477ca95 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/provider/azure/sia-vm/pom.xml b/provider/azure/sia-vm/pom.xml index af3f94c173a..4a559860350 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/provider/buildkite/sia-buildkite/pom.xml b/provider/buildkite/sia-buildkite/pom.xml index d76ef0e8e57..fcab5700d84 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-gce/pom.xml b/provider/gcp/sia-gce/pom.xml index 7a080e2adda..49946938c4d 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-gke/pom.xml b/provider/gcp/sia-gke/pom.xml index 7bb7fccb899..a3edd304b6f 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-run/pom.xml b/provider/gcp/sia-run/pom.xml index f74b1a738e3..98a6bd8a09e 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/provider/github/sia-actions/pom.xml b/provider/github/sia-actions/pom.xml index 58760a19ba6..470939ed90b 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/provider/harness/sia-harness/pom.xml b/provider/harness/sia-harness/pom.xml index ac4ae1da290..97e059fb7d7 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.7 + 1.12.8-SNAPSHOT ../../../pom.xml diff --git a/rdl/rdl-gen-athenz-go-client/pom.xml b/rdl/rdl-gen-athenz-go-client/pom.xml index 6e27e130f3a..923c83256b6 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.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-go-model/pom.xml b/rdl/rdl-gen-athenz-go-model/pom.xml index 392ca7dffc1..c3a141405b5 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.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-java-client/pom.xml b/rdl/rdl-gen-athenz-java-client/pom.xml index 41ee2897c36..8f1cbe5d873 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.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-java-model/pom.xml b/rdl/rdl-gen-athenz-java-model/pom.xml index 9e65edf08e5..4b4f1e0de87 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.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-server/pom.xml b/rdl/rdl-gen-athenz-server/pom.xml index 4d99189e049..c36bab8ece0 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.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/servers/zms/pom.xml b/servers/zms/pom.xml index 3f60529ac62..dc6abfa391b 100644 --- a/servers/zms/pom.xml +++ b/servers/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/servers/zts/pom.xml b/servers/zts/pom.xml index 24a8aa7b042..98f4d754d6a 100644 --- a/servers/zts/pom.xml +++ b/servers/zts/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/syncers/auth_history_syncer/pom.xml b/syncers/auth_history_syncer/pom.xml index 67cc959b250..8a99bed8ffa 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.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/syncers/zms_aws_domain_syncer/pom.xml b/syncers/zms_aws_domain_syncer/pom.xml index 4a95f8681e2..f5a680c44bb 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.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index f61ce5a0b7a..aa9908ad99e 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../pom.xml diff --git a/utils/athenz-conf/pom.xml b/utils/athenz-conf/pom.xml index f6a9d1ab463..ee2c405867c 100644 --- a/utils/athenz-conf/pom.xml +++ b/utils/athenz-conf/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/utils/msd-agent/pom.xml b/utils/msd-agent/pom.xml index ac21c9fefd0..87f888304f9 100644 --- a/utils/msd-agent/pom.xml +++ b/utils/msd-agent/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/utils/zms-cli/pom.xml b/utils/zms-cli/pom.xml index ab030b3f71f..7f105cc4abd 100644 --- a/utils/zms-cli/pom.xml +++ b/utils/zms-cli/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/utils/zms-domainattrs/pom.xml b/utils/zms-domainattrs/pom.xml index 9b740ba94a2..2bab24f4a18 100644 --- a/utils/zms-domainattrs/pom.xml +++ b/utils/zms-domainattrs/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/utils/zms-svctoken/pom.xml b/utils/zms-svctoken/pom.xml index a85b1e199af..897c175bdc8 100644 --- a/utils/zms-svctoken/pom.xml +++ b/utils/zms-svctoken/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/utils/zpe-updater/pom.xml b/utils/zpe-updater/pom.xml index acb54260633..8ca110aa75c 100644 --- a/utils/zpe-updater/pom.xml +++ b/utils/zpe-updater/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/utils/zts-accesstoken/pom.xml b/utils/zts-accesstoken/pom.xml index 03db056f341..69af22d0e18 100644 --- a/utils/zts-accesstoken/pom.xml +++ b/utils/zts-accesstoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/utils/zts-idtoken/pom.xml b/utils/zts-idtoken/pom.xml index 2d69e0be9b8..862ca505264 100644 --- a/utils/zts-idtoken/pom.xml +++ b/utils/zts-idtoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/utils/zts-rolecert/pom.xml b/utils/zts-rolecert/pom.xml index 6c449fdced7..5d10ff33242 100644 --- a/utils/zts-rolecert/pom.xml +++ b/utils/zts-rolecert/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/utils/zts-roletoken/pom.xml b/utils/zts-roletoken/pom.xml index fe21822cff0..510296e6bf1 100644 --- a/utils/zts-roletoken/pom.xml +++ b/utils/zts-roletoken/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml diff --git a/utils/zts-svccert/pom.xml b/utils/zts-svccert/pom.xml index fceda6d3244..c572a923be1 100644 --- a/utils/zts-svccert/pom.xml +++ b/utils/zts-svccert/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.12.7 + 1.12.8-SNAPSHOT ../../pom.xml