From a56e7ae8db06895f4193ec5ccd252ea68c76b027 Mon Sep 17 00:00:00 2001 From: JackieTien97 Date: Tue, 21 Dec 2021 19:29:12 +0800 Subject: [PATCH] [maven-release-plugin] prepare release v0.12.4 --- antlr/pom.xml | 2 +- cli/pom.xml | 2 +- client-cpp/pom.xml | 2 +- client-py/pom.xml | 2 +- cluster/pom.xml | 2 +- code-coverage/pom.xml | 2 +- compile-tools/pom.xml | 2 +- compile-tools/thrift/pom.xml | 2 +- cross-tests/pom.xml | 2 +- distribution/pom.xml | 2 +- example/client-cpp-example/pom.xml | 2 +- example/flink/pom.xml | 2 +- example/hadoop/pom.xml | 2 +- example/jdbc/pom.xml | 2 +- example/kafka/pom.xml | 2 +- example/mqtt/pom.xml | 2 +- example/pom.xml | 2 +- example/pulsar/pom.xml | 2 +- example/rocketmq/pom.xml | 2 +- example/session/pom.xml | 2 +- example/spark/pom.xml | 2 +- example/tsfile/pom.xml | 2 +- example/udf/pom.xml | 2 +- flink-iotdb-connector/pom.xml | 2 +- flink-tsfile-connector/pom.xml | 2 +- grafana/pom.xml | 2 +- hadoop/pom.xml | 2 +- hive-connector/pom.xml | 2 +- jdbc/pom.xml | 2 +- pom.xml | 4 ++-- server/pom.xml | 2 +- service-rpc/pom.xml | 2 +- session/pom.xml | 2 +- site/pom.xml | 2 +- spark-iotdb-connector/pom.xml | 2 +- spark-tsfile/pom.xml | 2 +- thrift-cluster/pom.xml | 2 +- thrift-sync/pom.xml | 2 +- thrift/pom.xml | 2 +- tsfile/pom.xml | 2 +- zeppelin-interpreter/pom.xml | 2 +- 41 files changed, 42 insertions(+), 42 deletions(-) diff --git a/antlr/pom.xml b/antlr/pom.xml index c4b8dbb135c0..a77730a995a9 100644 --- a/antlr/pom.xml +++ b/antlr/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml iotdb-antlr diff --git a/cli/pom.xml b/cli/pom.xml index 3557b4eb9e71..3612fd61f2ec 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml iotdb-cli diff --git a/client-cpp/pom.xml b/client-cpp/pom.xml index a44b847d5733..bb942f94b54a 100644 --- a/client-cpp/pom.xml +++ b/client-cpp/pom.xml @@ -24,7 +24,7 @@ iotdb-parent org.apache.iotdb - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml client-cpp diff --git a/client-py/pom.xml b/client-py/pom.xml index 0558022dc9d5..a52e0a54ee79 100644 --- a/client-py/pom.xml +++ b/client-py/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml iotdb-python-api diff --git a/cluster/pom.xml b/cluster/pom.xml index f0a54ad86168..b270fc1bd681 100644 --- a/cluster/pom.xml +++ b/cluster/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml iotdb-cluster diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index cd167b3dbf3a..9f8a2de491ff 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml iotdb-code-coverage diff --git a/compile-tools/pom.xml b/compile-tools/pom.xml index c0462889fd27..bbe1b849898a 100644 --- a/compile-tools/pom.xml +++ b/compile-tools/pom.xml @@ -22,7 +22,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml client-cpp-tools diff --git a/compile-tools/thrift/pom.xml b/compile-tools/thrift/pom.xml index 5e0a6725e0e2..96399d23af24 100644 --- a/compile-tools/thrift/pom.xml +++ b/compile-tools/thrift/pom.xml @@ -22,7 +22,7 @@ org.apache.iotdb client-cpp-tools - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml client-cpp-tools-thrift diff --git a/cross-tests/pom.xml b/cross-tests/pom.xml index faf6b7262619..40227fb92ebe 100644 --- a/cross-tests/pom.xml +++ b/cross-tests/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.12.4-SNAPSHOT + 0.12.4 4.0.0 cross-tests diff --git a/distribution/pom.xml b/distribution/pom.xml index 0ff89bce6f6e..b50522260ffb 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml iotdb-distribution diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index d7cd7ee4f073..b427a3062d63 100644 --- a/example/client-cpp-example/pom.xml +++ b/example/client-cpp-example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml client-cpp-example diff --git a/example/flink/pom.xml b/example/flink/pom.xml index f7015451614c..5f6204adc936 100644 --- a/example/flink/pom.xml +++ b/example/flink/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml flink-example diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml index 249e4b5f1d66..92b1468614b1 100644 --- a/example/hadoop/pom.xml +++ b/example/hadoop/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml hadoop-example diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 980ef0dac57f..d2f379f6f521 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 0.12.4-SNAPSHOT + 0.12.4 4.0.0 jdbc-example diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index c62bdca8719b..a5379177d5fd 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -29,7 +29,7 @@ org.apache.iotdb iotdb-examples - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml kafka-example diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index 544a1d322296..00aef79e3151 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml mqtt-example diff --git a/example/pom.xml b/example/pom.xml index 8dfb0bd8d5ba..808cd4b4b6ed 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml pom diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml index 901b8a6935c6..3b8eee42f8a8 100644 --- a/example/pulsar/pom.xml +++ b/example/pulsar/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml 4.0.0 diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index 14a230aefab8..29c59c81b105 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml rocketmq-example diff --git a/example/session/pom.xml b/example/session/pom.xml index b5f9e2973b80..139470c97d7b 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 0.12.4-SNAPSHOT + 0.12.4 4.0.0 client-example diff --git a/example/spark/pom.xml b/example/spark/pom.xml index d9f37eb09479..dd8904b277eb 100644 --- a/example/spark/pom.xml +++ b/example/spark/pom.xml @@ -23,7 +23,7 @@ org.apache.iotdb iotdb-examples - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml 4.0.0 diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml index 03f8515afb5f..30d9183b689b 100644 --- a/example/tsfile/pom.xml +++ b/example/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml tsfile-example diff --git a/example/udf/pom.xml b/example/udf/pom.xml index 62c85c703c05..e22b0c7d78a0 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml udf-example diff --git a/flink-iotdb-connector/pom.xml b/flink-iotdb-connector/pom.xml index c3ad8e70f183..0fbe02390aa1 100644 --- a/flink-iotdb-connector/pom.xml +++ b/flink-iotdb-connector/pom.xml @@ -20,7 +20,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml flink-iotdb-connector diff --git a/flink-tsfile-connector/pom.xml b/flink-tsfile-connector/pom.xml index 5dbdecdb91ed..80cc17d4717a 100644 --- a/flink-tsfile-connector/pom.xml +++ b/flink-tsfile-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml flink-tsfile-connector diff --git a/grafana/pom.xml b/grafana/pom.xml index 0b39db1de204..e0a11b5b8ac5 100644 --- a/grafana/pom.xml +++ b/grafana/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml diff --git a/server/pom.xml b/server/pom.xml index 7c5b8f81c5fe..5c4f833d8266 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml iotdb-server diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml index 79d280874467..1d802461f4fa 100644 --- a/service-rpc/pom.xml +++ b/service-rpc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml service-rpc diff --git a/session/pom.xml b/session/pom.xml index b92821479ac6..e8ee8175a1e5 100644 --- a/session/pom.xml +++ b/session/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml 4.0.0 diff --git a/site/pom.xml b/site/pom.xml index e2dd4d396dd3..34682170db3a 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml 4.0.0 diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml index c0697bffd347..030a0f29b4e4 100644 --- a/spark-iotdb-connector/pom.xml +++ b/spark-iotdb-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml spark-iotdb-connector diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml index 1fb4eeb59c5e..120353f556db 100644 --- a/spark-tsfile/pom.xml +++ b/spark-tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml spark-tsfile diff --git a/thrift-cluster/pom.xml b/thrift-cluster/pom.xml index 1135798596fd..419b8fa0d3ba 100644 --- a/thrift-cluster/pom.xml +++ b/thrift-cluster/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml iotdb-thrift-cluster diff --git a/thrift-sync/pom.xml b/thrift-sync/pom.xml index f075748ae5db..0c0825b1bd9e 100644 --- a/thrift-sync/pom.xml +++ b/thrift-sync/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml iotdb-thrift-sync diff --git a/thrift/pom.xml b/thrift/pom.xml index e9275d8ec816..348d0dd8fdb6 100644 --- a/thrift/pom.xml +++ b/thrift/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml iotdb-thrift diff --git a/tsfile/pom.xml b/tsfile/pom.xml index 5429e5ad4733..f26c930f1a50 100644 --- a/tsfile/pom.xml +++ b/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml tsfile diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml index 3ec60ed03a42..c87ec0878086 100644 --- a/zeppelin-interpreter/pom.xml +++ b/zeppelin-interpreter/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.4-SNAPSHOT + 0.12.4 ../pom.xml zeppelin-iotdb