From c219050f8dc02c25451493f96575b56fabbf2c1e Mon Sep 17 00:00:00 2001 From: Junkai Xue Date: Tue, 8 Jun 2021 22:00:21 -0700 Subject: [PATCH] [maven-release-plugin] prepare release helix-1.0.2 --- helix-admin-webapp/pom.xml | 2 +- helix-agent/pom.xml | 2 +- helix-common/pom.xml | 2 +- helix-core/pom.xml | 2 +- helix-front/pom.xml | 2 +- helix-lock/pom.xml | 2 +- helix-rest/pom.xml | 4 ++-- metadata-store-directory-common/pom.xml | 2 +- metrics-common/pom.xml | 2 +- pom.xml | 4 ++-- recipes/distributed-lock-manager/pom.xml | 2 +- recipes/pom.xml | 2 +- recipes/rabbitmq-consumer-group/pom.xml | 2 +- recipes/rsync-replicated-file-system/pom.xml | 2 +- recipes/service-discovery/pom.xml | 2 +- recipes/task-execution/pom.xml | 2 +- zookeeper-api/pom.xml | 2 +- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml index 6f2d34158b..9c66a0c685 100644 --- a/helix-admin-webapp/pom.xml +++ b/helix-admin-webapp/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml index 53a572b4d6..b749a6c41c 100644 --- a/helix-agent/pom.xml +++ b/helix-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 helix-agent bundle diff --git a/helix-common/pom.xml b/helix-common/pom.xml index 016b0081fa..ecacbe7655 100644 --- a/helix-common/pom.xml +++ b/helix-common/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 diff --git a/helix-core/pom.xml b/helix-core/pom.xml index 16214db0cc..726facb8c6 100644 --- a/helix-core/pom.xml +++ b/helix-core/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 diff --git a/helix-front/pom.xml b/helix-front/pom.xml index b55ce85d97..4b77cc5069 100644 --- a/helix-front/pom.xml +++ b/helix-front/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 diff --git a/helix-lock/pom.xml b/helix-lock/pom.xml index c2c45f94be..616c175f9d 100644 --- a/helix-lock/pom.xml +++ b/helix-lock/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 diff --git a/helix-rest/pom.xml b/helix-rest/pom.xml index e8f778e491..cc3c28c57a 100644 --- a/helix-rest/pom.xml +++ b/helix-rest/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 @@ -46,7 +46,7 @@ org.apache.helix metadata-store-directory-common - 1.0.2-SNAPSHOT + 1.0.2 org.yaml diff --git a/metadata-store-directory-common/pom.xml b/metadata-store-directory-common/pom.xml index 7db88b35a2..572aa9c2d6 100644 --- a/metadata-store-directory-common/pom.xml +++ b/metadata-store-directory-common/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 diff --git a/metrics-common/pom.xml b/metrics-common/pom.xml index daa6b9d02c..da3d7addd0 100644 --- a/metrics-common/pom.xml +++ b/metrics-common/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 diff --git a/pom.xml b/pom.xml index 00497d65f6..702eed9d9c 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 pom Apache Helix @@ -391,7 +391,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/helix.git scm:git:https://git-wip-us.apache.org/repos/asf/helix.git https://git-wip-us.apache.org/repos/asf?p=helix.git;a=summary - HEAD + helix-1.0.2 Github diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml index 91acc87c54..e38538a34f 100644 --- a/recipes/distributed-lock-manager/pom.xml +++ b/recipes/distributed-lock-manager/pom.xml @@ -23,7 +23,7 @@ org.apache.helix.recipes recipes - 1.0.2-SNAPSHOT + 1.0.2 distributed-lock-manager diff --git a/recipes/pom.xml b/recipes/pom.xml index 0db9eb9c37..aaed541ee5 100644 --- a/recipes/pom.xml +++ b/recipes/pom.xml @@ -22,7 +22,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 org.apache.helix.recipes recipes diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml index 56f31a6bcb..1b2563a322 100644 --- a/recipes/rabbitmq-consumer-group/pom.xml +++ b/recipes/rabbitmq-consumer-group/pom.xml @@ -24,7 +24,7 @@ org.apache.helix.recipes recipes - 1.0.2-SNAPSHOT + 1.0.2 rabbitmq-consumer-group diff --git a/recipes/rsync-replicated-file-system/pom.xml b/recipes/rsync-replicated-file-system/pom.xml index 4df585f989..55d566b9d8 100644 --- a/recipes/rsync-replicated-file-system/pom.xml +++ b/recipes/rsync-replicated-file-system/pom.xml @@ -23,7 +23,7 @@ org.apache.helix.recipes recipes - 1.0.2-SNAPSHOT + 1.0.2 rsync-replicated-file-system diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml index 3c5c1a5deb..9bf58a0177 100644 --- a/recipes/service-discovery/pom.xml +++ b/recipes/service-discovery/pom.xml @@ -23,7 +23,7 @@ org.apache.helix.recipes recipes - 1.0.2-SNAPSHOT + 1.0.2 service-discovery diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml index ca5ad3cae1..ff70e46a90 100644 --- a/recipes/task-execution/pom.xml +++ b/recipes/task-execution/pom.xml @@ -23,7 +23,7 @@ org.apache.helix.recipes recipes - 1.0.2-SNAPSHOT + 1.0.2 task-execution diff --git a/zookeeper-api/pom.xml b/zookeeper-api/pom.xml index aa8ef00426..4b4aac72f3 100644 --- a/zookeeper-api/pom.xml +++ b/zookeeper-api/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.0.2-SNAPSHOT + 1.0.2 4.0.0