From 726ba167371695dd9d36b82997b8e696c6f55ff1 Mon Sep 17 00:00:00 2001 From: HTHou Date: Tue, 5 Sep 2023 09:56:36 +0800 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- antlr/pom.xml | 2 +- code-coverage/pom.xml | 2 +- confignode/pom.xml | 2 +- consensus/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-customize/pom.xml | 2 +- example/mqtt/pom.xml | 2 +- example/pom.xml | 2 +- example/pulsar/pom.xml | 2 +- example/rabbitmq/pom.xml | 2 +- example/rest-java-example/pom.xml | 2 +- example/rocketmq/pom.xml | 2 +- example/session/pom.xml | 2 +- example/trigger/pom.xml | 4 ++-- example/tsfile/pom.xml | 2 +- example/udf/pom.xml | 4 ++-- iotdb-api/external-api/pom.xml | 2 +- iotdb-api/pipe-api/pom.xml | 2 +- iotdb-api/subscription-api/pom.xml | 2 +- iotdb-api/trigger-api/pom.xml | 2 +- iotdb-api/udf-api/pom.xml | 2 +- iotdb-client/cli/pom.xml | 2 +- iotdb-client/client-cpp/pom.xml | 6 +++--- iotdb-client/client-py/pom.xml | 2 +- iotdb-client/compile-tools/pom.xml | 8 ++++---- iotdb-client/compile-tools/thrift/pom.xml | 2 +- iotdb-client/isession/pom.xml | 2 +- iotdb-client/jdbc/pom.xml | 4 ++-- iotdb-client/service-rpc/pom.xml | 2 +- iotdb-client/session/pom.xml | 2 +- iotdb-connector/flink-iotdb-connector/pom.xml | 2 +- iotdb-connector/flink-tsfile-connector/pom.xml | 2 +- iotdb-connector/grafana-connector/pom.xml | 4 ++-- iotdb-connector/grafana-plugin/pom.xml | 10 +++++----- iotdb-connector/hadoop/pom.xml | 2 +- iotdb-connector/hive-connector/pom.xml | 2 +- .../spark-iotdb-connector/scala_2.11/pom.xml | 2 +- .../spark-iotdb-connector/scala_2.12/pom.xml | 2 +- iotdb-connector/spark-tsfile/pom.xml | 2 +- iotdb-connector/zeppelin-interpreter/pom.xml | 2 +- iotdb-protocol/openapi/pom.xml | 2 +- iotdb-protocol/thrift-commons/pom.xml | 2 +- iotdb-protocol/thrift-confignode/pom.xml | 2 +- iotdb-protocol/thrift-influxdb/pom.xml | 2 +- iotdb-protocol/thrift-iot-consensus/pom.xml | 2 +- iotdb-protocol/thrift-mlnode/pom.xml | 2 +- iotdb-protocol/thrift/pom.xml | 2 +- library-udf/pom.xml | 2 +- metrics/dropwizard-metrics/pom.xml | 2 +- metrics/interface/pom.xml | 2 +- metrics/micrometer-metrics/pom.xml | 4 ++-- metrics/pom.xml | 2 +- mlnode/pom.xml | 2 +- node-commons/pom.xml | 2 +- pom.xml | 12 ++++++------ server/pom.xml | 2 +- site/pom.xml | 4 ++-- tsfile/pom.xml | 2 +- 63 files changed, 85 insertions(+), 85 deletions(-) diff --git a/antlr/pom.xml b/antlr/pom.xml index 57e540c0b8..f5333d787a 100644 --- a/antlr/pom.xml +++ b/antlr/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml iotdb-antlr diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index a860420ec0..f0d44282b4 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml iotdb-code-coverage diff --git a/confignode/pom.xml b/confignode/pom.xml index 2fe10fb327..5a425f033a 100644 --- a/confignode/pom.xml +++ b/confignode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml iotdb-confignode diff --git a/consensus/pom.xml b/consensus/pom.xml index 25450758e4..9e8277391f 100644 --- a/consensus/pom.xml +++ b/consensus/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index 19909507bf..d1d3055f6e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,12 +24,12 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml iotdb-distribution IoTDB Distribution - + diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index 3bf7337136..49fab3e4dc 100644 --- a/example/client-cpp-example/pom.xml +++ b/example/client-cpp-example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml client-cpp-example @@ -84,7 +84,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 62a4c1b8b8..cc65f40c37 100644 --- a/example/flink/pom.xml +++ b/example/flink/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml flink-example diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml index 2f6dbd4db4..42841c2284 100644 --- a/example/hadoop/pom.xml +++ b/example/hadoop/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml hadoop-example diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 59bd71c854..4beec27bfe 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 jdbc-example diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index ee64e56329..25ff45c466 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -29,7 +29,7 @@ org.apache.iotdb iotdb-examples - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml kafka-example diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml index f0cf332376..2ab14c6c3d 100644 --- a/example/mqtt-customize/pom.xml +++ b/example/mqtt-customize/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml customize-mqtt-example diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index 92279136e4..c4b4b1c128 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml mqtt-example diff --git a/example/pom.xml b/example/pom.xml index 0b864ed0c2..da56236788 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml pom diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml index e94bf63433..9690a5152f 100644 --- a/example/pulsar/pom.xml +++ b/example/pulsar/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml index 83c45bdd14..19f6671cc8 100644 --- a/example/rabbitmq/pom.xml +++ b/example/rabbitmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml rabbitmq-example diff --git a/example/rest-java-example/pom.xml b/example/rest-java-example/pom.xml index e42695577d..028bedb9ae 100644 --- a/example/rest-java-example/pom.xml +++ b/example/rest-java-example/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 rest-java-example diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index cac45c1161..d5859f61c6 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml rocketmq-example diff --git a/example/session/pom.xml b/example/session/pom.xml index cb8552def1..2b7907b6b5 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT 4.0.0 client-example diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index fdcd64883c..04f2ecbca1 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml trigger-example @@ -123,7 +123,7 @@ org.apache.iotdb,,javax,java,\# - + diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml index 6deee91873..f7997f1a3b 100644 --- a/example/tsfile/pom.xml +++ b/example/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml tsfile-example diff --git a/example/udf/pom.xml b/example/udf/pom.xml index 48a6281628..b724c9b83f 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml udf-example @@ -117,7 +117,7 @@ org.apache.iotdb,,javax,java,\# - + diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml index fc08ce6acf..a711e65ee3 100644 --- a/iotdb-api/external-api/pom.xml +++ b/iotdb-api/external-api/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml index 85483557f5..d609815ba3 100644 --- a/iotdb-api/pipe-api/pom.xml +++ b/iotdb-api/pipe-api/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/iotdb-api/subscription-api/pom.xml b/iotdb-api/subscription-api/pom.xml index 439c99eae9..551272dc45 100644 --- a/iotdb-api/subscription-api/pom.xml +++ b/iotdb-api/subscription-api/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml index 14acda17ee..cbe3610409 100644 --- a/iotdb-api/trigger-api/pom.xml +++ b/iotdb-api/trigger-api/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml index e7d635e94d..5f0671045f 100644 --- a/iotdb-api/udf-api/pom.xml +++ b/iotdb-api/udf-api/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml index d1c735ecc7..794a8b3e15 100644 --- a/iotdb-client/cli/pom.xml +++ b/iotdb-client/cli/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml iotdb-cli diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml index 1916029ef9..6c238d17df 100644 --- a/iotdb-client/client-cpp/pom.xml +++ b/iotdb-client/client-cpp/pom.xml @@ -24,7 +24,7 @@ iotdb-parent org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml client-cpp @@ -125,8 +125,8 @@ ${project.parent.basedir}/iotdb-client/compile-tools/thrift/target/build/compiler/cpp/bin/${cmake.build.type}/thrift.exe start-standalone.bat stop-standalone.bat - - + + diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml index ee65df6419..698ce20ac4 100644 --- a/iotdb-client/client-py/pom.xml +++ b/iotdb-client/client-py/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml iotdb-python-api diff --git a/iotdb-client/compile-tools/pom.xml b/iotdb-client/compile-tools/pom.xml index ec73ca5e69..461ac580c4 100644 --- a/iotdb-client/compile-tools/pom.xml +++ b/iotdb-client/compile-tools/pom.xml @@ -22,7 +22,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml client-cpp-tools @@ -35,7 +35,7 @@ 3.17.3 -Dtrue1=true1 -Dtrue1=true1 - + thrift @@ -138,8 +138,8 @@ make thrift.exe gradlew.bat - - + + diff --git a/iotdb-client/compile-tools/thrift/pom.xml b/iotdb-client/compile-tools/thrift/pom.xml index eaeefbe24b..b316afa158 100644 --- a/iotdb-client/compile-tools/thrift/pom.xml +++ b/iotdb-client/compile-tools/thrift/pom.xml @@ -22,7 +22,7 @@ org.apache.iotdb client-cpp-tools - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml client-cpp-tools-thrift diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml index 188aa680e1..b1df4e0da6 100644 --- a/iotdb-client/isession/pom.xml +++ b/iotdb-client/isession/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml index 1ab850d8fc..3a1be943c7 100644 --- a/iotdb-client/jdbc/pom.xml +++ b/iotdb-client/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml iotdb-jdbc @@ -210,7 +210,7 @@ - + diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml index 0b6a7046b2..d805160e99 100644 --- a/iotdb-client/service-rpc/pom.xml +++ b/iotdb-client/service-rpc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml service-rpc diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml index 05d589581b..f6be409909 100644 --- a/iotdb-client/session/pom.xml +++ b/iotdb-client/session/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/iotdb-connector/flink-iotdb-connector/pom.xml b/iotdb-connector/flink-iotdb-connector/pom.xml index 5b5c3653ad..75dc48602b 100644 --- a/iotdb-connector/flink-iotdb-connector/pom.xml +++ b/iotdb-connector/flink-iotdb-connector/pom.xml @@ -20,7 +20,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml flink-iotdb-connector diff --git a/iotdb-connector/flink-tsfile-connector/pom.xml b/iotdb-connector/flink-tsfile-connector/pom.xml index 969f7d3fd5..4a81a100b9 100644 --- a/iotdb-connector/flink-tsfile-connector/pom.xml +++ b/iotdb-connector/flink-tsfile-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml flink-tsfile-connector diff --git a/iotdb-connector/grafana-connector/pom.xml b/iotdb-connector/grafana-connector/pom.xml index 15b912e0f0..adc5c75524 100644 --- a/iotdb-connector/grafana-connector/pom.xml +++ b/iotdb-connector/grafana-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../../pom.xml @@ -173,7 +173,7 @@ target/surefire-reports,target/failsafe-reports 2.8.9 - + false @@ -801,7 +801,7 @@ org.apache.iotdb,,javax,java,\# - + UNIX @@ -879,7 +879,7 @@ validate - + @@ -925,7 +925,7 @@ - + diff --git a/server/pom.xml b/server/pom.xml index fbf608e9c2..fde8a27029 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml iotdb-server diff --git a/site/pom.xml b/site/pom.xml index 304b97a0c8..65b297c490 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml 4.0.0 @@ -318,7 +318,7 @@ - + diff --git a/tsfile/pom.xml b/tsfile/pom.xml index 6b3f28ceed..b430a237fe 100644 --- a/tsfile/pom.xml +++ b/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.2.0 + 1.2.1-SNAPSHOT ../pom.xml tsfile -- GitLab