From 2231006d53519db0151905ed3a9cec691bfa4b34 Mon Sep 17 00:00:00 2001 From: Junkai Xue Date: Mon, 4 May 2020 16:12:53 -0700 Subject: [PATCH] [maven-release-plugin] prepare release helix-1.0.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 ++-- metadata-store-directory-common/pom.xml | 6 ++---- 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, 20 insertions(+), 22 deletions(-) diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml index bd8913360a..ee42205488 100644 --- a/helix-admin-webapp/pom.xml +++ b/helix-admin-webapp/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml index 26a27a5811..de6313fec3 100644 --- a/helix-agent/pom.xml +++ b/helix-agent/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 helix-agent bundle diff --git a/helix-common/pom.xml b/helix-common/pom.xml index 64a5f88b87..fc0bbf577e 100644 --- a/helix-common/pom.xml +++ b/helix-common/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/helix-core/pom.xml b/helix-core/pom.xml index 226b9805a3..03cdf72a66 100644 --- a/helix-core/pom.xml +++ b/helix-core/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/helix-front/pom.xml b/helix-front/pom.xml index 73085d7421..c37b6fa431 100644 --- a/helix-front/pom.xml +++ b/helix-front/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/helix-lock/pom.xml b/helix-lock/pom.xml index e36970ef4d..208e1efdb7 100644 --- a/helix-lock/pom.xml +++ b/helix-lock/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/helix-rest/pom.xml b/helix-rest/pom.xml index 0e80c39970..763fad3b66 100644 --- a/helix-rest/pom.xml +++ b/helix-rest/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 @@ -47,7 +47,7 @@ under the License. org.apache.helix metadata-store-directory-common - 0.9.2-SNAPSHOT + 1.0.0 org.yaml diff --git a/metadata-store-directory-common/pom.xml b/metadata-store-directory-common/pom.xml index a38d2873e8..1cbfe15b7e 100644 --- a/metadata-store-directory-common/pom.xml +++ b/metadata-store-directory-common/pom.xml @@ -17,13 +17,11 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/metrics-common/pom.xml b/metrics-common/pom.xml index 79a5e1f003..43a467d46e 100644 --- a/metrics-common/pom.xml +++ b/metrics-common/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/pom.xml b/pom.xml index 86a82ef4ff..9215b76492 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 pom Apache Helix @@ -364,7 +364,7 @@ under the License. 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.0 jira diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml index d9608242bf..319c316e0a 100644 --- a/recipes/distributed-lock-manager/pom.xml +++ b/recipes/distributed-lock-manager/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.helix.recipes recipes - 0.9.2-SNAPSHOT + 1.0.0 distributed-lock-manager diff --git a/recipes/pom.xml b/recipes/pom.xml index 1e16495feb..ae55d03e19 100644 --- a/recipes/pom.xml +++ b/recipes/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 org.apache.helix.recipes recipes diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml index 573f10ce2c..6f2e1f4bf5 100644 --- a/recipes/rabbitmq-consumer-group/pom.xml +++ b/recipes/rabbitmq-consumer-group/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.helix.recipes recipes - 0.9.2-SNAPSHOT + 1.0.0 rabbitmq-consumer-group diff --git a/recipes/rsync-replicated-file-system/pom.xml b/recipes/rsync-replicated-file-system/pom.xml index b98f9ed9be..aa2961383f 100644 --- a/recipes/rsync-replicated-file-system/pom.xml +++ b/recipes/rsync-replicated-file-system/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.helix.recipes recipes - 0.9.2-SNAPSHOT + 1.0.0 rsync-replicated-file-system diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml index f9cc7f3280..70e9a26bce 100644 --- a/recipes/service-discovery/pom.xml +++ b/recipes/service-discovery/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.helix.recipes recipes - 0.9.2-SNAPSHOT + 1.0.0 service-discovery diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml index cfb4864cd4..fd30c241f4 100644 --- a/recipes/task-execution/pom.xml +++ b/recipes/task-execution/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.helix.recipes recipes - 0.9.2-SNAPSHOT + 1.0.0 task-execution diff --git a/zookeeper-api/pom.xml b/zookeeper-api/pom.xml index 7396b8a1a4..a73a3429ea 100644 --- a/zookeeper-api/pom.xml +++ b/zookeeper-api/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 0.9.2-SNAPSHOT + 1.0.0 4.0.0