From 06a7e6b7d9b2800384b4b834d8ba21097bc851a7 Mon Sep 17 00:00:00 2001 From: Junkai Xue Date: Thu, 27 Apr 2023 15:09:04 -0700 Subject: [PATCH] [maven-release-plugin] prepare release helix-1.2.0 --- 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 ++-- helix-view-aggregator/pom.xml | 2 +- metadata-store-directory-common/pom.xml | 2 +- metrics-common/pom.xml | 2 +- pom.xml | 6 +++--- 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 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml index f46e9c8680..26a4823883 100644 --- a/helix-admin-webapp/pom.xml +++ b/helix-admin-webapp/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 4.0.0 diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml index 98779f1758..243ec0f0b2 100644 --- a/helix-agent/pom.xml +++ b/helix-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 helix-agent bundle diff --git a/helix-common/pom.xml b/helix-common/pom.xml index 9d2598bc49..1435aeed5e 100644 --- a/helix-common/pom.xml +++ b/helix-common/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 4.0.0 diff --git a/helix-core/pom.xml b/helix-core/pom.xml index 0c2f72e086..e3fad224dd 100755 --- a/helix-core/pom.xml +++ b/helix-core/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 4.0.0 diff --git a/helix-front/pom.xml b/helix-front/pom.xml index 6ab7a47ba2..33b0c4fa0f 100644 --- a/helix-front/pom.xml +++ b/helix-front/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 4.0.0 diff --git a/helix-lock/pom.xml b/helix-lock/pom.xml index 2e3ad1e636..2f0f0e3bf2 100644 --- a/helix-lock/pom.xml +++ b/helix-lock/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 4.0.0 diff --git a/helix-rest/pom.xml b/helix-rest/pom.xml index 888800838b..642bb3ce81 100644 --- a/helix-rest/pom.xml +++ b/helix-rest/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 4.0.0 @@ -43,7 +43,7 @@ - 1.1.1-SNAPSHOT + 1.2.0 org.apache.helix*, org.apache.commons.cli*, diff --git a/helix-view-aggregator/pom.xml b/helix-view-aggregator/pom.xml index 43cf4c4fb8..85a44bda14 100644 --- a/helix-view-aggregator/pom.xml +++ b/helix-view-aggregator/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 4.0.0 diff --git a/metadata-store-directory-common/pom.xml b/metadata-store-directory-common/pom.xml index 046573e224..08ea07cd6c 100644 --- a/metadata-store-directory-common/pom.xml +++ b/metadata-store-directory-common/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 4.0.0 diff --git a/metrics-common/pom.xml b/metrics-common/pom.xml index 59d6546a2b..dac4c9091b 100644 --- a/metrics-common/pom.xml +++ b/metrics-common/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 4.0.0 diff --git a/pom.xml b/pom.xml index ae321b0839..14f6e8b0bf 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 pom Apache Helix @@ -407,7 +407,7 @@ scm:git:https://gitbox.apache.org/repos/asf/helix.git scm:git:https://gitbox.apache.org/repos/asf/helix.git https://gitbox.apache.org/repos/asf?p=helix.git;a=summary - helix-1.1.0 + helix-1.2.0 Github @@ -421,7 +421,7 @@ 1.1.1-SNAPSHOT UTF-8 - 1671078135 + 1682631991 https://analysis.apache.org/ diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml index 5e2331c494..a5283b4e90 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.1.1-SNAPSHOT + 1.2.0 distributed-lock-manager diff --git a/recipes/pom.xml b/recipes/pom.xml index ab08dff457..944f401262 100644 --- a/recipes/pom.xml +++ b/recipes/pom.xml @@ -22,7 +22,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 org.apache.helix.recipes recipes diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml index 2ec8bfb4db..959533745c 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.1.1-SNAPSHOT + 1.2.0 rabbitmq-consumer-group diff --git a/recipes/rsync-replicated-file-system/pom.xml b/recipes/rsync-replicated-file-system/pom.xml index d43b453078..2e853382d1 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.1.1-SNAPSHOT + 1.2.0 rsync-replicated-file-system diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml index fdf79bd5a8..385c02795c 100644 --- a/recipes/service-discovery/pom.xml +++ b/recipes/service-discovery/pom.xml @@ -23,7 +23,7 @@ org.apache.helix.recipes recipes - 1.1.1-SNAPSHOT + 1.2.0 service-discovery diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml index bf2dc2749c..aa7190a4b1 100644 --- a/recipes/task-execution/pom.xml +++ b/recipes/task-execution/pom.xml @@ -23,7 +23,7 @@ org.apache.helix.recipes recipes - 1.1.1-SNAPSHOT + 1.2.0 task-execution diff --git a/zookeeper-api/pom.xml b/zookeeper-api/pom.xml index a393a9aaca..e01544d2fa 100644 --- a/zookeeper-api/pom.xml +++ b/zookeeper-api/pom.xml @@ -21,7 +21,7 @@ org.apache.helix helix - 1.1.1-SNAPSHOT + 1.2.0 4.0.0