From d0f23f6ebf8b1826c36e72f836bcee7fe06a8206 Mon Sep 17 00:00:00 2001 From: Henry Avetisyan Date: Thu, 4 Jul 2024 15:01:39 -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_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/gcp/sia-gce/pom.xml | 2 +- provider/gcp/sia-gke/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 +- 60 files changed, 61 insertions(+), 61 deletions(-) diff --git a/assembly/ui/pom.xml b/assembly/ui/pom.xml index 5795ddd288a..4d0965dfeb4 100644 --- a/assembly/ui/pom.xml +++ b/assembly/ui/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/assembly/utils/pom.xml b/assembly/utils/pom.xml index 9c11a15927d..595c0bf21f0 100644 --- a/assembly/utils/pom.xml +++ b/assembly/utils/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/assembly/zms/pom.xml b/assembly/zms/pom.xml index 696c5264be0..e74ca96e889 100644 --- a/assembly/zms/pom.xml +++ b/assembly/zms/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/assembly/zts/pom.xml b/assembly/zts/pom.xml index 35e2221c51c..ffc28824c13 100644 --- a/assembly/zts/pom.xml +++ b/assembly/zts/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/clients/go/msd/pom.xml b/clients/go/msd/pom.xml index 2d64ebd16ce..d5a03f8dac3 100644 --- a/clients/go/msd/pom.xml +++ b/clients/go/msd/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/clients/go/zms/pom.xml b/clients/go/zms/pom.xml index 5ed8f4edd06..4b1804bea66 100644 --- a/clients/go/zms/pom.xml +++ b/clients/go/zms/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/clients/go/zts/pom.xml b/clients/go/zts/pom.xml index 0e193d602bc..938d7fa7ed1 100644 --- a/clients/go/zts/pom.xml +++ b/clients/go/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/clients/java/msd/pom.xml b/clients/java/msd/pom.xml index fff45199998..642a807f464 100644 --- a/clients/java/msd/pom.xml +++ b/clients/java/msd/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zms/pom.xml b/clients/java/zms/pom.xml index 8778d7114b2..b4185c376b1 100644 --- a/clients/java/zms/pom.xml +++ b/clients/java/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zpe/pom.xml b/clients/java/zpe/pom.xml index 3ec77603452..88c3c358811 100644 --- a/clients/java/zpe/pom.xml +++ b/clients/java/zpe/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zts/pom.xml b/clients/java/zts/pom.xml index 52beaac043a..60d8bfaae81 100644 --- a/clients/java/zts/pom.xml +++ b/clients/java/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/clients/nodejs/zpe/pom.xml b/clients/nodejs/zpe/pom.xml index 1e648d4c8d6..7db8a4a861d 100644 --- a/clients/nodejs/zpe/pom.xml +++ b/clients/nodejs/zpe/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/clients/nodejs/zts/pom.xml b/clients/nodejs/zts/pom.xml index 9b41806ce2d..e4156846499 100644 --- a/clients/nodejs/zts/pom.xml +++ b/clients/nodejs/zts/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/containers/jetty/pom.xml b/containers/jetty/pom.xml index d3e0cfd43ab..0d8e211545c 100644 --- a/containers/jetty/pom.xml +++ b/containers/jetty/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/core/msd/pom.xml b/core/msd/pom.xml index 17c2e8eb816..ba75fe3d1a5 100644 --- a/core/msd/pom.xml +++ b/core/msd/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/core/zms/pom.xml b/core/zms/pom.xml index 204c786035f..44fa9d03979 100644 --- a/core/zms/pom.xml +++ b/core/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/core/zts/pom.xml b/core/zts/pom.xml index 694ccce5c12..ab836c62c08 100644 --- a/core/zts/pom.xml +++ b/core/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/libs/go/athenzconf/pom.xml b/libs/go/athenzconf/pom.xml index b911e0cb88a..c017b3d09d2 100644 --- a/libs/go/athenzconf/pom.xml +++ b/libs/go/athenzconf/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/go/athenzutils/pom.xml b/libs/go/athenzutils/pom.xml index 3f22bea309f..a01cf35a3ba 100644 --- a/libs/go/athenzutils/pom.xml +++ b/libs/go/athenzutils/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/go/sia/pom.xml b/libs/go/sia/pom.xml index bfd270f2518..57c4398f75a 100644 --- a/libs/go/sia/pom.xml +++ b/libs/go/sia/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/go/zmscli/pom.xml b/libs/go/zmscli/pom.xml index 9aaaca59dc7..a0e50ffc2ea 100644 --- a/libs/go/zmscli/pom.xml +++ b/libs/go/zmscli/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/go/zmssvctoken/pom.xml b/libs/go/zmssvctoken/pom.xml index e65e2660fc2..13645d116a0 100644 --- a/libs/go/zmssvctoken/pom.xml +++ b/libs/go/zmssvctoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/java/auth_core/pom.xml b/libs/java/auth_core/pom.xml index dd7f5ec6e0b..d127c22a2b2 100644 --- a/libs/java/auth_core/pom.xml +++ b/libs/java/auth_core/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/java/cert_refresher/pom.xml b/libs/java/cert_refresher/pom.xml index 2e2ee817c91..18a18e5f5a4 100644 --- a/libs/java/cert_refresher/pom.xml +++ b/libs/java/cert_refresher/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/java/client_common/pom.xml b/libs/java/client_common/pom.xml index e23aed8539e..a26c6b2417b 100644 --- a/libs/java/client_common/pom.xml +++ b/libs/java/client_common/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/java/dynamodb_client_factory/pom.xml b/libs/java/dynamodb_client_factory/pom.xml index 3cce939c96a..078d0ef9491 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.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/java/gcp_zts_creds/pom.xml b/libs/java/gcp_zts_creds/pom.xml index 35cd3093790..d28252932b9 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.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/java/instance_provider/pom.xml b/libs/java/instance_provider/pom.xml index 23f03a66cd0..b4e213ce6f3 100644 --- a/libs/java/instance_provider/pom.xml +++ b/libs/java/instance_provider/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_common/pom.xml b/libs/java/server_common/pom.xml index b69bd4f7294..4f27904ef1b 100644 --- a/libs/java/server_common/pom.xml +++ b/libs/java/server_common/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_k8s_common/pom.xml b/libs/java/server_k8s_common/pom.xml index 560cd51f172..3a0bda52611 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.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/java/syncer_common/pom.xml b/libs/java/syncer_common/pom.xml index e7b15b3e569..b23d185bae2 100644 --- a/libs/java/syncer_common/pom.xml +++ b/libs/java/syncer_common/pom.xml @@ -23,7 +23,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/libs/nodejs/auth_core/pom.xml b/libs/nodejs/auth_core/pom.xml index 6c9e19d46a0..1d298ff9280 100644 --- a/libs/nodejs/auth_core/pom.xml +++ b/libs/nodejs/auth_core/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index b06d3e47d91..d4a22462d91 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz pom - 1.11.61 + 1.11.62-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.11.61 + HEAD diff --git a/provider/aws/sia-ec2/pom.xml b/provider/aws/sia-ec2/pom.xml index d37f6339e1d..2b2cc402a2d 100644 --- a/provider/aws/sia-ec2/pom.xml +++ b/provider/aws/sia-ec2/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/provider/aws/sia-eks/pom.xml b/provider/aws/sia-eks/pom.xml index e1f8698d3f5..7d854e14719 100644 --- a/provider/aws/sia-eks/pom.xml +++ b/provider/aws/sia-eks/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/provider/aws/sia-fargate/pom.xml b/provider/aws/sia-fargate/pom.xml index 585df24738e..1d090be3d2c 100644 --- a/provider/aws/sia-fargate/pom.xml +++ b/provider/aws/sia-fargate/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/provider/azure/sia-vm/pom.xml b/provider/azure/sia-vm/pom.xml index 342a4f17457..acc3dff075b 100644 --- a/provider/azure/sia-vm/pom.xml +++ b/provider/azure/sia-vm/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-gce/pom.xml b/provider/gcp/sia-gce/pom.xml index 0b72cc17279..16a6d440d64 100644 --- a/provider/gcp/sia-gce/pom.xml +++ b/provider/gcp/sia-gce/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/provider/gcp/sia-gke/pom.xml b/provider/gcp/sia-gke/pom.xml index 7135262c888..acaddbaa504 100644 --- a/provider/gcp/sia-gke/pom.xml +++ b/provider/gcp/sia-gke/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/provider/github/sia-actions/pom.xml b/provider/github/sia-actions/pom.xml index be18aa9c29d..a029392373b 100644 --- a/provider/github/sia-actions/pom.xml +++ b/provider/github/sia-actions/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../../pom.xml diff --git a/rdl/rdl-gen-athenz-go-client/pom.xml b/rdl/rdl-gen-athenz-go-client/pom.xml index f6b105875fe..9d1a1d7515d 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.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-go-model/pom.xml b/rdl/rdl-gen-athenz-go-model/pom.xml index e401f016120..969d42851c9 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.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-java-client/pom.xml b/rdl/rdl-gen-athenz-java-client/pom.xml index eb160cee14d..f84daa46446 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.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-java-model/pom.xml b/rdl/rdl-gen-athenz-java-model/pom.xml index c3a9b59845d..3a2047e0e2f 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.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/rdl/rdl-gen-athenz-server/pom.xml b/rdl/rdl-gen-athenz-server/pom.xml index 68f00476da8..3f7718f9196 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.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/servers/zms/pom.xml b/servers/zms/pom.xml index 451adcb1aa4..08dcbfda3cf 100644 --- a/servers/zms/pom.xml +++ b/servers/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/servers/zts/pom.xml b/servers/zts/pom.xml index 940f159812d..46287d5deec 100644 --- a/servers/zts/pom.xml +++ b/servers/zts/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/syncers/auth_history_syncer/pom.xml b/syncers/auth_history_syncer/pom.xml index 5039bc60b24..32f6610f3f7 100644 --- a/syncers/auth_history_syncer/pom.xml +++ b/syncers/auth_history_syncer/pom.xml @@ -23,7 +23,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/syncers/zms_aws_domain_syncer/pom.xml b/syncers/zms_aws_domain_syncer/pom.xml index 96c5136a262..20349c617e2 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.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index 9a6c2da0949..a4f4b487be3 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../pom.xml diff --git a/utils/athenz-conf/pom.xml b/utils/athenz-conf/pom.xml index c7d34254350..7a854431076 100644 --- a/utils/athenz-conf/pom.xml +++ b/utils/athenz-conf/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/utils/msd-agent/pom.xml b/utils/msd-agent/pom.xml index ef80fe376b0..229e2df79a1 100644 --- a/utils/msd-agent/pom.xml +++ b/utils/msd-agent/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/utils/zms-cli/pom.xml b/utils/zms-cli/pom.xml index 293e467d0c7..85dc8ed46d0 100644 --- a/utils/zms-cli/pom.xml +++ b/utils/zms-cli/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/utils/zms-svctoken/pom.xml b/utils/zms-svctoken/pom.xml index 10acc0da3cb..7eed17921b1 100644 --- a/utils/zms-svctoken/pom.xml +++ b/utils/zms-svctoken/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/utils/zpe-updater/pom.xml b/utils/zpe-updater/pom.xml index 0d8ed1ad162..7f42d03c9fe 100644 --- a/utils/zpe-updater/pom.xml +++ b/utils/zpe-updater/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/utils/zts-accesstoken/pom.xml b/utils/zts-accesstoken/pom.xml index fc22966f8e7..77a59936468 100644 --- a/utils/zts-accesstoken/pom.xml +++ b/utils/zts-accesstoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/utils/zts-idtoken/pom.xml b/utils/zts-idtoken/pom.xml index 461d3def0ff..dd83e65f89e 100644 --- a/utils/zts-idtoken/pom.xml +++ b/utils/zts-idtoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/utils/zts-rolecert/pom.xml b/utils/zts-rolecert/pom.xml index be3f3f42274..1f3b2204191 100644 --- a/utils/zts-rolecert/pom.xml +++ b/utils/zts-rolecert/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/utils/zts-roletoken/pom.xml b/utils/zts-roletoken/pom.xml index ea99f4e7af5..58f6aefe6de 100644 --- a/utils/zts-roletoken/pom.xml +++ b/utils/zts-roletoken/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml diff --git a/utils/zts-svccert/pom.xml b/utils/zts-svccert/pom.xml index 4810abfcc59..527a57fd8cf 100644 --- a/utils/zts-svccert/pom.xml +++ b/utils/zts-svccert/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.11.61 + 1.11.62-SNAPSHOT ../../pom.xml