From ae9c3cc8c330dc58866fca37696c48d421f0a7f6 Mon Sep 17 00:00:00 2001 From: Xiangdong Huang Date: Fri, 18 Jun 2021 07:46:06 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v0.12.1 --- antlr/pom.xml | 2 +- cli/pom.xml | 2 +- client-cpp/pom.xml | 6 +++--- client-py/pom.xml | 2 +- cluster/pom.xml | 2 +- compile-tools/pom.xml | 8 ++++---- compile-tools/thrift/pom.xml | 2 +- cross-tests/pom.xml | 2 +- distribution/pom.xml | 4 ++-- example/client-cpp-example/pom.xml | 4 ++-- 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/tsfile/pom.xml | 2 +- example/udf/pom.xml | 4 ++-- flink-iotdb-connector/pom.xml | 2 +- flink-tsfile-connector/pom.xml | 2 +- grafana/pom.xml | 4 ++-- hadoop/pom.xml | 2 +- hive-connector/pom.xml | 2 +- jdbc/pom.xml | 4 ++-- pom.xml | 12 ++++++------ 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 +- 39 files changed, 54 insertions(+), 54 deletions(-) diff --git a/antlr/pom.xml b/antlr/pom.xml index b1a7ec467452..2b7eff9fa78d 100644 --- a/antlr/pom.xml +++ b/antlr/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml iotdb-antlr diff --git a/cli/pom.xml b/cli/pom.xml index 2646d9e504c2..18617f249e63 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml iotdb-cli diff --git a/client-cpp/pom.xml b/client-cpp/pom.xml index 3963771106eb..426fb29902ea 100644 --- a/client-cpp/pom.xml +++ b/client-cpp/pom.xml @@ -24,7 +24,7 @@ iotdb-parent org.apache.iotdb - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml client-cpp @@ -98,8 +98,8 @@ ${project.parent.basedir}/compile-tools/thrift/target/cmake-${cmake-version}-win64-x64/ ${project.parent.basedir}/compile-tools/thrift/target/build/compiler/cpp/bin/${cmake.build.type}/thrift.exe start-server.bat - - + + diff --git a/client-py/pom.xml b/client-py/pom.xml index 1f7a458b68ae..98d4445eb37c 100644 --- a/client-py/pom.xml +++ b/client-py/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml iotdb-python-api diff --git a/cluster/pom.xml b/cluster/pom.xml index 467d9b8df185..924c808237a8 100644 --- a/cluster/pom.xml +++ b/cluster/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml iotdb-cluster diff --git a/compile-tools/pom.xml b/compile-tools/pom.xml index 11cf1eb17b8e..19e6f399b6e8 100644 --- a/compile-tools/pom.xml +++ b/compile-tools/pom.xml @@ -22,7 +22,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml client-cpp-tools @@ -35,7 +35,7 @@ 3.17.3 -Dtrue1=true1 -Dtrue1=true1 - + thrift @@ -114,8 +114,8 @@ make thrift.exe gradlew.bat - - + + diff --git a/compile-tools/thrift/pom.xml b/compile-tools/thrift/pom.xml index d9db32c59f3e..7f7d6fbc912e 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.2-SNAPSHOT + 0.12.1 ../pom.xml client-cpp-tools-thrift diff --git a/cross-tests/pom.xml b/cross-tests/pom.xml index a5189e77b611..1dcbd2903a5a 100644 --- a/cross-tests/pom.xml +++ b/cross-tests/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.12.2-SNAPSHOT + 0.12.1 4.0.0 cross-tests diff --git a/distribution/pom.xml b/distribution/pom.xml index 3d0ae4627bf4..2afa624bd07e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,12 +24,12 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml iotdb-distribution IoTDB Distribution - + diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index 703609fa492d..75513a0aa0dc 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.2-SNAPSHOT + 0.12.1 ../pom.xml client-cpp-example @@ -69,7 +69,7 @@ Visual Studio 16 2019 ${project.parent.basedir}/../compile-tools/thrift/target/cmake-${cmake-version}-win64-x64/ - + diff --git a/example/flink/pom.xml b/example/flink/pom.xml index a967b7bf094d..47f39589c71f 100644 --- a/example/flink/pom.xml +++ b/example/flink/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml flink-example diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml index 2ac7b527f176..12bff220552a 100644 --- a/example/hadoop/pom.xml +++ b/example/hadoop/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml hadoop-example diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 7991fdc45a21..4418cdf81c45 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 0.12.2-SNAPSHOT + 0.12.1 4.0.0 jdbc-example diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index 19fc0cdcba91..ea5d18b6633b 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -29,7 +29,7 @@ org.apache.iotdb iotdb-examples - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml kafka-example diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index 872da0775c30..312f3ebf4c68 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml mqtt-example diff --git a/example/pom.xml b/example/pom.xml index 85de110295d8..e3000a54d37f 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml pom diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml index 1e610de5df64..2250b84b82a8 100644 --- a/example/pulsar/pom.xml +++ b/example/pulsar/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml 4.0.0 diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index 366e7eb46d9f..ac8cce9adbf8 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml rocketmq-example diff --git a/example/session/pom.xml b/example/session/pom.xml index 43ed93395abb..971bea0f12f4 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 0.12.2-SNAPSHOT + 0.12.1 4.0.0 client-example diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml index 247c5ffdf729..585242bdd311 100644 --- a/example/tsfile/pom.xml +++ b/example/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml tsfile-example diff --git a/example/udf/pom.xml b/example/udf/pom.xml index 20473e458bdc..6de539be322a 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml udf-example @@ -77,7 +77,7 @@ org.apache.iotdb,,javax,java,\# - + diff --git a/flink-iotdb-connector/pom.xml b/flink-iotdb-connector/pom.xml index f618771b6dc4..f02b55a2d1fc 100644 --- a/flink-iotdb-connector/pom.xml +++ b/flink-iotdb-connector/pom.xml @@ -20,7 +20,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml flink-iotdb-connector diff --git a/flink-tsfile-connector/pom.xml b/flink-tsfile-connector/pom.xml index acd21b93169f..1b081ca96bb1 100644 --- a/flink-tsfile-connector/pom.xml +++ b/flink-tsfile-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml flink-tsfile-connector diff --git a/grafana/pom.xml b/grafana/pom.xml index 5fe1de21a2a5..26a94359a9b1 100644 --- a/grafana/pom.xml +++ b/grafana/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml @@ -151,7 +151,7 @@ target/surefire-reports,target/failsafe-reports 2.8.6 - + false @@ -630,7 +630,7 @@ org.apache.iotdb,,javax,java,\# - + @@ -701,7 +701,7 @@ validate - + @@ -747,7 +747,7 @@ - + diff --git a/server/pom.xml b/server/pom.xml index b33a2d88075d..afe4c1f9634f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml iotdb-server diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml index a5bc44221392..3b5d3b9a97eb 100644 --- a/service-rpc/pom.xml +++ b/service-rpc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml service-rpc diff --git a/session/pom.xml b/session/pom.xml index f45f9b5e8360..a54c1e6ce539 100644 --- a/session/pom.xml +++ b/session/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml 4.0.0 diff --git a/site/pom.xml b/site/pom.xml index 37cd3f25dfa4..2208560cf39a 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml 4.0.0 diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml index 9c1ffa9037d9..38bca2a5a031 100644 --- a/spark-iotdb-connector/pom.xml +++ b/spark-iotdb-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml spark-iotdb-connector diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml index f162d9baa29a..f89311435867 100644 --- a/spark-tsfile/pom.xml +++ b/spark-tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml spark-tsfile diff --git a/thrift-cluster/pom.xml b/thrift-cluster/pom.xml index bc14de4a02de..57373eee2550 100644 --- a/thrift-cluster/pom.xml +++ b/thrift-cluster/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml iotdb-thrift-cluster diff --git a/thrift-sync/pom.xml b/thrift-sync/pom.xml index 33039383f9b8..aaad963274ec 100644 --- a/thrift-sync/pom.xml +++ b/thrift-sync/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml iotdb-thrift-sync diff --git a/thrift/pom.xml b/thrift/pom.xml index 114d15c34e97..5d12bf214c6c 100644 --- a/thrift/pom.xml +++ b/thrift/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml iotdb-thrift diff --git a/tsfile/pom.xml b/tsfile/pom.xml index 6d0714b9ea4d..b4d02022fbe9 100644 --- a/tsfile/pom.xml +++ b/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml tsfile diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml index eae19bff88fb..5b8c0cf84630 100644 --- a/zeppelin-interpreter/pom.xml +++ b/zeppelin-interpreter/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.12.2-SNAPSHOT + 0.12.1 ../pom.xml zeppelin-iotdb