From 6dbe60ac939495a836144d0ce67af988ff1876a0 Mon Sep 17 00:00:00 2001 From: Henry Avetisyan Date: Thu, 17 Aug 2017 10:30:09 -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/zpu/pom.xml | 2 +- assembly/zts/pom.xml | 2 +- clients/go/zms/pom.xml | 2 +- clients/go/zts/pom.xml | 2 +- clients/java/zms/pom.xml | 2 +- clients/java/zpe/pom.xml | 2 +- clients/java/zts/pom.xml | 2 +- containers/jetty/pom.xml | 2 +- core/zms/pom.xml | 2 +- core/zts/pom.xml | 2 +- libs/go/zmscli/pom.xml | 2 +- libs/go/zmssvctoken/pom.xml | 2 +- libs/java/auth_core/pom.xml | 2 +- libs/java/client_common/pom.xml | 2 +- libs/java/server_common/pom.xml | 2 +- libs/nodejs/auth_core/pom.xml | 2 +- pom.xml | 4 ++-- servers/zms/pom.xml | 2 +- servers/zts/pom.xml | 2 +- ui/pom.xml | 2 +- utils/athenz-conf/pom.xml | 2 +- utils/zms-cli/pom.xml | 2 +- utils/zms-svctoken/pom.xml | 2 +- utils/zpe-updater/pom.xml | 2 +- utils/zpe_policy_updater/pom.xml | 2 +- utils/zts-roletoken/pom.xml | 2 +- utils/zts-svccert/pom.xml | 2 +- 30 files changed, 31 insertions(+), 31 deletions(-) diff --git a/assembly/ui/pom.xml b/assembly/ui/pom.xml index 50967fe9a1d..e909d304339 100644 --- a/assembly/ui/pom.xml +++ b/assembly/ui/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/assembly/utils/pom.xml b/assembly/utils/pom.xml index 1b4b949f59a..12433d0f978 100644 --- a/assembly/utils/pom.xml +++ b/assembly/utils/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/assembly/zms/pom.xml b/assembly/zms/pom.xml index bc2e70c8df0..70f43591fbb 100644 --- a/assembly/zms/pom.xml +++ b/assembly/zms/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/assembly/zpu/pom.xml b/assembly/zpu/pom.xml index 5126b63cc86..230c323b9fc 100644 --- a/assembly/zpu/pom.xml +++ b/assembly/zpu/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/assembly/zts/pom.xml b/assembly/zts/pom.xml index 656432f5a16..bd4be9196b7 100644 --- a/assembly/zts/pom.xml +++ b/assembly/zts/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/clients/go/zms/pom.xml b/clients/go/zms/pom.xml index 560d639060f..72ccb8c8b72 100644 --- a/clients/go/zms/pom.xml +++ b/clients/go/zms/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/clients/go/zts/pom.xml b/clients/go/zts/pom.xml index 1ddaa5cee64..41a3e579e8f 100644 --- a/clients/go/zts/pom.xml +++ b/clients/go/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zms/pom.xml b/clients/java/zms/pom.xml index 6b08e25b7db..ff1f636a804 100644 --- a/clients/java/zms/pom.xml +++ b/clients/java/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zpe/pom.xml b/clients/java/zpe/pom.xml index 5606c26558a..bbe2aefa635 100644 --- a/clients/java/zpe/pom.xml +++ b/clients/java/zpe/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/clients/java/zts/pom.xml b/clients/java/zts/pom.xml index 60fb2915391..57cfec1bb6b 100644 --- a/clients/java/zts/pom.xml +++ b/clients/java/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/containers/jetty/pom.xml b/containers/jetty/pom.xml index a51bdfcc2fc..a6156c4bc44 100644 --- a/containers/jetty/pom.xml +++ b/containers/jetty/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/core/zms/pom.xml b/core/zms/pom.xml index 240b387b0c4..4e471b79a5d 100644 --- a/core/zms/pom.xml +++ b/core/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/core/zts/pom.xml b/core/zts/pom.xml index feaa23c9bcc..3b4535676ba 100644 --- a/core/zts/pom.xml +++ b/core/zts/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/libs/go/zmscli/pom.xml b/libs/go/zmscli/pom.xml index 6f49832901e..b21bb7f164d 100644 --- a/libs/go/zmscli/pom.xml +++ b/libs/go/zmscli/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/libs/go/zmssvctoken/pom.xml b/libs/go/zmssvctoken/pom.xml index 520c4ad6a33..6b242148c4f 100644 --- a/libs/go/zmssvctoken/pom.xml +++ b/libs/go/zmssvctoken/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/libs/java/auth_core/pom.xml b/libs/java/auth_core/pom.xml index 4a2527c12be..753db07c4eb 100644 --- a/libs/java/auth_core/pom.xml +++ b/libs/java/auth_core/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/libs/java/client_common/pom.xml b/libs/java/client_common/pom.xml index 1cfae512059..7804a4f1f89 100644 --- a/libs/java/client_common/pom.xml +++ b/libs/java/client_common/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/libs/java/server_common/pom.xml b/libs/java/server_common/pom.xml index 390c2899d4b..4ad332778ec 100644 --- a/libs/java/server_common/pom.xml +++ b/libs/java/server_common/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/libs/nodejs/auth_core/pom.xml b/libs/nodejs/auth_core/pom.xml index 8f93d746d75..1d49b4d4244 100644 --- a/libs/nodejs/auth_core/pom.xml +++ b/libs/nodejs/auth_core/pom.xml @@ -16,7 +16,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index 5c62ab4deea..9ffcf1da534 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.yahoo.athenz athenz pom - 1.7.24 + 1.7.25-SNAPSHOT AthenZ @@ -55,7 +55,7 @@ https://github.com/yahoo/athenz scm:git:https://github.com/yahoo/athenz.git - v1.7.24 + HEAD diff --git a/servers/zms/pom.xml b/servers/zms/pom.xml index 20193431b78..4875c796980 100644 --- a/servers/zms/pom.xml +++ b/servers/zms/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/servers/zts/pom.xml b/servers/zts/pom.xml index a078c4e42ae..3817713a5b5 100644 --- a/servers/zts/pom.xml +++ b/servers/zts/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index 5268f7818e0..df21cceabbd 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../pom.xml diff --git a/utils/athenz-conf/pom.xml b/utils/athenz-conf/pom.xml index cfcdef9aeb7..7ff8a782635 100644 --- a/utils/athenz-conf/pom.xml +++ b/utils/athenz-conf/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/utils/zms-cli/pom.xml b/utils/zms-cli/pom.xml index 67c2026c4a9..f1b90bf6f4a 100644 --- a/utils/zms-cli/pom.xml +++ b/utils/zms-cli/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/utils/zms-svctoken/pom.xml b/utils/zms-svctoken/pom.xml index 1c7b19033b1..f4c1b1710af 100644 --- a/utils/zms-svctoken/pom.xml +++ b/utils/zms-svctoken/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/utils/zpe-updater/pom.xml b/utils/zpe-updater/pom.xml index d6d3a4b46f0..9f84cd7497f 100644 --- a/utils/zpe-updater/pom.xml +++ b/utils/zpe-updater/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/utils/zpe_policy_updater/pom.xml b/utils/zpe_policy_updater/pom.xml index f5bb80a5381..34351fe5070 100644 --- a/utils/zpe_policy_updater/pom.xml +++ b/utils/zpe_policy_updater/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/utils/zts-roletoken/pom.xml b/utils/zts-roletoken/pom.xml index 6ae05c52b86..f8a2ef85f99 100644 --- a/utils/zts-roletoken/pom.xml +++ b/utils/zts-roletoken/pom.xml @@ -17,7 +17,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml diff --git a/utils/zts-svccert/pom.xml b/utils/zts-svccert/pom.xml index 1a26a5a46a5..3821cf19d8e 100644 --- a/utils/zts-svccert/pom.xml +++ b/utils/zts-svccert/pom.xml @@ -19,7 +19,7 @@ com.yahoo.athenz athenz - 1.7.24 + 1.7.25-SNAPSHOT ../../pom.xml