From c933332a72b88bd589ceef42918dc08884b5faf9 Mon Sep 17 00:00:00 2001 From: HTHou Date: Sun, 17 Nov 2024 10:19:13 +0800 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- code-coverage/pom.xml | 2 +- distribution/pom.xml | 12 ++-- example/client-cpp-example/pom.xml | 2 +- example/jdbc/pom.xml | 2 +- example/mqtt-customize/pom.xml | 2 +- example/mqtt/pom.xml | 2 +- example/pipe-count-point-processor/pom.xml | 4 +- example/pipe-opc-ua-sink/pom.xml | 2 +- example/pom.xml | 2 +- example/rest-java-example/pom.xml | 2 +- example/schema/pom.xml | 2 +- example/session/pom.xml | 2 +- example/trigger/pom.xml | 2 +- example/udf/pom.xml | 2 +- integration-test/pom.xml | 64 +++++++++++----------- iotdb-api/external-api/pom.xml | 2 +- iotdb-api/pipe-api/pom.xml | 2 +- iotdb-api/pom.xml | 2 +- iotdb-api/trigger-api/pom.xml | 2 +- iotdb-api/udf-api/pom.xml | 2 +- iotdb-client/cli/pom.xml | 22 ++++---- iotdb-client/client-cpp/pom.xml | 4 +- iotdb-client/client-py/pom.xml | 6 +- iotdb-client/isession/pom.xml | 8 +-- iotdb-client/jdbc/pom.xml | 10 ++-- iotdb-client/pom.xml | 2 +- iotdb-client/service-rpc/pom.xml | 6 +- iotdb-client/session/pom.xml | 10 ++-- iotdb-core/ainode/pom.xml | 10 ++-- iotdb-core/antlr/pom.xml | 2 +- iotdb-core/confignode/pom.xml | 26 ++++----- iotdb-core/consensus/pom.xml | 14 ++--- iotdb-core/datanode/pom.xml | 38 ++++++------- iotdb-core/metrics/core/pom.xml | 4 +- iotdb-core/metrics/interface/pom.xml | 8 +-- iotdb-core/metrics/pom.xml | 2 +- iotdb-core/node-commons/pom.xml | 24 ++++---- iotdb-core/pom.xml | 2 +- iotdb-protocol/openapi/pom.xml | 2 +- iotdb-protocol/pom.xml | 2 +- iotdb-protocol/thrift-ainode/pom.xml | 4 +- iotdb-protocol/thrift-commons/pom.xml | 2 +- iotdb-protocol/thrift-confignode/pom.xml | 4 +- iotdb-protocol/thrift-consensus/pom.xml | 4 +- iotdb-protocol/thrift-datanode/pom.xml | 4 +- library-udf/pom.xml | 4 +- pom.xml | 14 ++--- 47 files changed, 176 insertions(+), 176 deletions(-) diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index 78d20a9c49d9..c9d7e78ef882 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3 + 1.3.4-SNAPSHOT iotdb-code-coverage pom diff --git a/distribution/pom.xml b/distribution/pom.xml index 73069d58959b..01fbf6b40a1e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3 + 1.3.4-SNAPSHOT iotdb-distribution pom @@ -33,25 +33,25 @@ org.apache.iotdb iotdb-server - 1.3.3 + 1.3.4-SNAPSHOT zip org.apache.iotdb iotdb-cli - 1.3.3 + 1.3.4-SNAPSHOT zip org.apache.iotdb iotdb-confignode - 1.3.3 + 1.3.4-SNAPSHOT zip org.apache.iotdb library-udf - 1.3.3 + 1.3.4-SNAPSHOT @@ -174,7 +174,7 @@ org.apache.iotdb iotdb-ainode - 1.3.3 + 1.3.4-SNAPSHOT diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index b3096790c440..0b077b5ea6ee 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.3.3 + 1.3.4-SNAPSHOT client-cpp-example IoTDB: Example: CPP Client diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 12a304093940..2db6528c23fa 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3 + 1.3.4-SNAPSHOT jdbc-example IoTDB: Example: JDBC diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml index 566a0cf8e2e0..9e119409fb95 100644 --- a/example/mqtt-customize/pom.xml +++ b/example/mqtt-customize/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3 + 1.3.4-SNAPSHOT customize-mqtt-example IoTDB: Example: Customized MQTT diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index f9d36fe96e75..9b03993591fc 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3 + 1.3.4-SNAPSHOT mqtt-example IoTDB: Example: MQTT diff --git a/example/pipe-count-point-processor/pom.xml b/example/pipe-count-point-processor/pom.xml index 20ba885e90fd..0a03a67f06d4 100644 --- a/example/pipe-count-point-processor/pom.xml +++ b/example/pipe-count-point-processor/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3 + 1.3.4-SNAPSHOT pipe-count-point-processor-example IoTDB: Example: Pipe: Count Point Processor @@ -59,7 +59,7 @@ org.apache.maven.plugins maven-jar-plugin 3.2.0 - + diff --git a/example/pipe-opc-ua-sink/pom.xml b/example/pipe-opc-ua-sink/pom.xml index aa1b3f71d970..12c2e8b7cdaa 100644 --- a/example/pipe-opc-ua-sink/pom.xml +++ b/example/pipe-opc-ua-sink/pom.xml @@ -23,7 +23,7 @@ org.apache.iotdb iotdb-examples - 1.3.3 + 1.3.4-SNAPSHOT 4.0.0 pipe-opc-ua-sink-example diff --git a/example/pom.xml b/example/pom.xml index 4787c471aa06..3e8687344a36 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3 + 1.3.4-SNAPSHOT iotdb-examples pom diff --git a/example/rest-java-example/pom.xml b/example/rest-java-example/pom.xml index 25ff128623e7..3be62375eb37 100644 --- a/example/rest-java-example/pom.xml +++ b/example/rest-java-example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3 + 1.3.4-SNAPSHOT rest-java-example IoTDB: Example: Java Rest diff --git a/example/schema/pom.xml b/example/schema/pom.xml index b69621d0356d..b8463f379e5f 100644 --- a/example/schema/pom.xml +++ b/example/schema/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 1.3.3 + 1.3.4-SNAPSHOT schema-example IoTDB: Example: Schema diff --git a/example/session/pom.xml b/example/session/pom.xml index 9f3e271efe78..2ad38f4f3c40 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3 + 1.3.4-SNAPSHOT client-example IoTDB: Example: Session Client diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index 12b85401df43..caf264c63b53 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3 + 1.3.4-SNAPSHOT trigger-example IoTDB: Example: Trigger diff --git a/example/udf/pom.xml b/example/udf/pom.xml index 7b218323ae9d..14e722ac384a 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3 + 1.3.4-SNAPSHOT udf-example IoTDB: Example: UDF diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 831eef0325b8..59ad1569069d 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -24,20 +24,20 @@ org.apache.iotdb iotdb-parent - 1.3.3 + 1.3.4-SNAPSHOT integration-test IoTDB: Integration-Test - + 1 - + true 200m 200m true true - + Simple 1 @@ -72,47 +72,47 @@ org.apache.iotdb iotdb-server - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-session - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-jdbc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb trigger-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb isession - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb service-rpc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-confignode - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb node-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.tsfile @@ -122,7 +122,7 @@ org.apache.iotdb udf-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb @@ -132,7 +132,7 @@ org.apache.iotdb iotdb-consensus - 1.3.3 + 1.3.4-SNAPSHOT org.slf4j @@ -161,17 +161,17 @@ org.apache.iotdb iotdb-confignode - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-cli - 1.3.3 + 1.3.4-SNAPSHOT commons-codec @@ -201,7 +201,7 @@ org.apache.iotdb iotdb-server - 1.3.3 + 1.3.4-SNAPSHOT test-jar test @@ -388,7 +388,7 @@ true - + org.apache.iotdb.itbase.category.LocalStandaloneIT false false @@ -403,7 +403,7 @@ false - + org.apache.iotdb.itbase.category.RemoteIT Remote @@ -414,7 +414,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT1,org.apache.iotdb.itbase.category.MultiClusterIT2AutoCreateSchema,org.apache.iotdb.itbase.category.MultiClusterIT2ManualCreateSchema,org.apache.iotdb.itbase.category.MultiClusterIT2SubscriptionArchVerification,org.apache.iotdb.itbase.category.MultiClusterIT2SubscriptionRegressionConsumer,org.apache.iotdb.itbase.category.MultiClusterIT2SubscriptionRegressionMisc,org.apache.iotdb.itbase.category.MultiClusterIT3 false true @@ -428,7 +428,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT1 false true @@ -442,7 +442,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT2AutoCreateSchema false true @@ -456,7 +456,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT2ManualCreateSchema false true @@ -470,7 +470,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT2SubscriptionArchVerification false true @@ -484,7 +484,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT2SubscriptionRegressionConsumer false true @@ -498,7 +498,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT2SubscriptionRegressionMisc false true @@ -512,7 +512,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT3 false true @@ -526,7 +526,7 @@ false - + org.apache.iotdb.itbase.category.ClusterIT false true @@ -540,7 +540,7 @@ false - + org.apache.iotdb.itbase.category.AIClusterIT false false @@ -554,7 +554,7 @@ false - + org.apache.iotdb.itbase.category.DailyIT false true diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml index d61ad0c08d5a..a4da52b38d40 100644 --- a/iotdb-api/external-api/pom.xml +++ b/iotdb-api/external-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-api - 1.3.3 + 1.3.4-SNAPSHOT external-api IoTDB: API: External API diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml index ced77610f197..88988bfeb657 100644 --- a/iotdb-api/pipe-api/pom.xml +++ b/iotdb-api/pipe-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-api - 1.3.3 + 1.3.4-SNAPSHOT pipe-api IoTDB: API: Pipe API diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml index 8101f2439e16..15e396f5423f 100644 --- a/iotdb-api/pom.xml +++ b/iotdb-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3 + 1.3.4-SNAPSHOT iotdb-api pom diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml index 5e834cab570a..fd6d8fc88dfd 100644 --- a/iotdb-api/trigger-api/pom.xml +++ b/iotdb-api/trigger-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-api - 1.3.3 + 1.3.4-SNAPSHOT trigger-api IoTDB: API: Trigger API diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml index 86d03d7ee623..7a6f859f6d2b 100644 --- a/iotdb-api/udf-api/pom.xml +++ b/iotdb-api/udf-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-api - 1.3.3 + 1.3.4-SNAPSHOT udf-api IoTDB: API: UDF API diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml index b263135ff64c..4aa744f8c889 100644 --- a/iotdb-client/cli/pom.xml +++ b/iotdb-client/cli/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3 + 1.3.4-SNAPSHOT iotdb-cli IoTDB: Client: CLI @@ -37,37 +37,37 @@ org.apache.iotdb iotdb-session - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-jdbc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-antlr - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb node-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-server - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb isession - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb service-rpc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.tsfile @@ -82,17 +82,17 @@ org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb pipe-api - 1.3.3 + 1.3.4-SNAPSHOT org.slf4j diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml index 643c737faebb..16ca296a933f 100644 --- a/iotdb-client/client-cpp/pom.xml +++ b/iotdb-client/client-cpp/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3 + 1.3.4-SNAPSHOT client-cpp pom @@ -43,7 +43,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT provided diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml index a3d5fe749831..84a5ac73d907 100644 --- a/iotdb-client/client-py/pom.xml +++ b/iotdb-client/client-py/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3 + 1.3.4-SNAPSHOT iotdb-python-api IoTDB: Client: Python-API @@ -34,13 +34,13 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT provided org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT provided diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml index f75e918cec3c..9fee5aac7f11 100644 --- a/iotdb-client/isession/pom.xml +++ b/iotdb-client/isession/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3 + 1.3.4-SNAPSHOT isession IoTDB: Client: isession @@ -32,7 +32,7 @@ org.apache.iotdb service-rpc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.tsfile @@ -47,12 +47,12 @@ org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.thrift diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml index 4e76d273918c..454a3e2a179d 100644 --- a/iotdb-client/jdbc/pom.xml +++ b/iotdb-client/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3 + 1.3.4-SNAPSHOT iotdb-jdbc IoTDB: Client: Jdbc @@ -38,12 +38,12 @@ org.apache.iotdb service-rpc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.tsfile @@ -58,7 +58,7 @@ org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT org.apache.thrift @@ -238,7 +238,7 @@ - + diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml index a8542b74ddfb..fe7d75f9fc9b 100644 --- a/iotdb-client/pom.xml +++ b/iotdb-client/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3 + 1.3.4-SNAPSHOT iotdb-client pom diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml index 3fbf23576f89..885c06686875 100644 --- a/iotdb-client/service-rpc/pom.xml +++ b/iotdb-client/service-rpc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3 + 1.3.4-SNAPSHOT service-rpc IoTDB: Client: Service-RPC @@ -60,12 +60,12 @@ org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.thrift diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml index d10191f48f4c..e45c1a8fe29c 100644 --- a/iotdb-client/session/pom.xml +++ b/iotdb-client/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3 + 1.3.4-SNAPSHOT iotdb-session IoTDB: Client: Session @@ -37,17 +37,17 @@ org.apache.iotdb service-rpc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb isession - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.tsfile @@ -62,7 +62,7 @@ org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT org.slf4j diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml index e0f62201691d..ba4f8bb7014a 100644 --- a/iotdb-core/ainode/pom.xml +++ b/iotdb-core/ainode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 1.3.3 + 1.3.4-SNAPSHOT iotdb-ainode IoTDB: Core: AINode @@ -33,25 +33,25 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT provided org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT provided org.apache.iotdb iotdb-thrift-confignode - 1.3.3 + 1.3.4-SNAPSHOT provided org.apache.iotdb iotdb-thrift-ainode - 1.3.3 + 1.3.4-SNAPSHOT provided diff --git a/iotdb-core/antlr/pom.xml b/iotdb-core/antlr/pom.xml index c7d4e66e3bcd..93e6bd2db5f2 100644 --- a/iotdb-core/antlr/pom.xml +++ b/iotdb-core/antlr/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 1.3.3 + 1.3.4-SNAPSHOT iotdb-antlr IoTDB: Core: Antlr-Parser diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml index c8c78fc63612..8d480477080b 100644 --- a/iotdb-core/confignode/pom.xml +++ b/iotdb-core/confignode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 1.3.3 + 1.3.4-SNAPSHOT iotdb-confignode IoTDB: Core: ConfigNode @@ -42,62 +42,62 @@ org.apache.iotdb service-rpc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-consensus - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-server - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb pipe-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb trigger-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb metrics-interface - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-confignode - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-ainode - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb node-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb udf-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.tsfile diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml index 4168e390d4bc..ef26bce86f8d 100644 --- a/iotdb-core/consensus/pom.xml +++ b/iotdb-core/consensus/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 1.3.3 + 1.3.4-SNAPSHOT iotdb-consensus IoTDB: Core: Consensus @@ -39,32 +39,32 @@ org.apache.iotdb node-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb metrics-interface - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-consensus - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb service-rpc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb pipe-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.ratis diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml index dc62ac5d1129..510db46ad4c5 100644 --- a/iotdb-core/datanode/pom.xml +++ b/iotdb-core/datanode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 1.3.3 + 1.3.4-SNAPSHOT iotdb-server IoTDB: Core: Data-Node (Server) @@ -37,12 +37,12 @@ org.apache.iotdb service-rpc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-consensus - 1.3.3 + 1.3.4-SNAPSHOT org.apache.tsfile @@ -57,77 +57,77 @@ org.apache.iotdb external-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb openapi - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb node-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb isession - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-antlr - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-consensus - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb udf-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb trigger-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb metrics-interface - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-confignode - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-ainode - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb pipe-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-session - 1.3.3 + 1.3.4-SNAPSHOT org.apache.commons @@ -304,7 +304,7 @@ org.apache.iotdb metrics-core - 1.3.3 + 1.3.4-SNAPSHOT org.mockito diff --git a/iotdb-core/metrics/core/pom.xml b/iotdb-core/metrics/core/pom.xml index d003b82235a9..3eb233bbbe1f 100644 --- a/iotdb-core/metrics/core/pom.xml +++ b/iotdb-core/metrics/core/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-metrics - 1.3.3 + 1.3.4-SNAPSHOT metrics-core IoTDB: Core: Metrics: API Impl @@ -32,7 +32,7 @@ org.apache.iotdb metrics-interface - 1.3.3 + 1.3.4-SNAPSHOT io.micrometer diff --git a/iotdb-core/metrics/interface/pom.xml b/iotdb-core/metrics/interface/pom.xml index cc7460f5cd0c..f5ff0c2a8f23 100644 --- a/iotdb-core/metrics/interface/pom.xml +++ b/iotdb-core/metrics/interface/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-metrics - 1.3.3 + 1.3.4-SNAPSHOT metrics-interface IoTDB: Core: Metrics: Metrics API @@ -33,17 +33,17 @@ org.apache.iotdb iotdb-session - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb isession - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb service-rpc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.tsfile diff --git a/iotdb-core/metrics/pom.xml b/iotdb-core/metrics/pom.xml index 01ba7d2ecfea..239d1669a0e4 100644 --- a/iotdb-core/metrics/pom.xml +++ b/iotdb-core/metrics/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 1.3.3 + 1.3.4-SNAPSHOT iotdb-metrics pom diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml index fbefe520e040..3a5c64b9ecdc 100644 --- a/iotdb-core/node-commons/pom.xml +++ b/iotdb-core/node-commons/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 1.3.3 + 1.3.4-SNAPSHOT node-commons IoTDB: Core: Node Commons @@ -38,7 +38,7 @@ org.apache.iotdb service-rpc - 1.3.3 + 1.3.4-SNAPSHOT org.apache.tsfile @@ -48,37 +48,37 @@ org.apache.iotdb udf-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb trigger-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb pipe-api - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-confignode - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb iotdb-thrift-consensus - 1.3.3 + 1.3.4-SNAPSHOT org.apache.tsfile @@ -88,12 +88,12 @@ org.apache.iotdb metrics-interface - 1.3.3 + 1.3.4-SNAPSHOT org.apache.iotdb metrics-core - 1.3.3 + 1.3.4-SNAPSHOT io.dropwizard.metrics @@ -189,7 +189,7 @@ org.apache.iotdb iotdb-thrift-ainode - 1.3.3 + 1.3.4-SNAPSHOT compile diff --git a/iotdb-core/pom.xml b/iotdb-core/pom.xml index e8be468dad00..78fd6d0d99a2 100644 --- a/iotdb-core/pom.xml +++ b/iotdb-core/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3 + 1.3.4-SNAPSHOT iotdb-core pom diff --git a/iotdb-protocol/openapi/pom.xml b/iotdb-protocol/openapi/pom.xml index 886085a2df74..5858fb84cda4 100644 --- a/iotdb-protocol/openapi/pom.xml +++ b/iotdb-protocol/openapi/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-protocol - 1.3.3 + 1.3.4-SNAPSHOT openapi IoTDB: Protocol: OpenAPI diff --git a/iotdb-protocol/pom.xml b/iotdb-protocol/pom.xml index e672db51563a..1136b853bc20 100644 --- a/iotdb-protocol/pom.xml +++ b/iotdb-protocol/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3 + 1.3.4-SNAPSHOT iotdb-protocol pom diff --git a/iotdb-protocol/thrift-ainode/pom.xml b/iotdb-protocol/thrift-ainode/pom.xml index 3a00258f0958..b242a66e6a59 100644 --- a/iotdb-protocol/thrift-ainode/pom.xml +++ b/iotdb-protocol/thrift-ainode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-protocol - 1.3.3 + 1.3.4-SNAPSHOT iotdb-thrift-ainode IoTDB: Protocol: Thrift AI Node @@ -41,7 +41,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT diff --git a/iotdb-protocol/thrift-commons/pom.xml b/iotdb-protocol/thrift-commons/pom.xml index 4645e1f12c61..4fffb9802d7e 100644 --- a/iotdb-protocol/thrift-commons/pom.xml +++ b/iotdb-protocol/thrift-commons/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-protocol - 1.3.3 + 1.3.4-SNAPSHOT iotdb-thrift-commons IoTDB: Protocol: Thrift Commons diff --git a/iotdb-protocol/thrift-confignode/pom.xml b/iotdb-protocol/thrift-confignode/pom.xml index 2fdb89c9e640..272e38dc3b15 100644 --- a/iotdb-protocol/thrift-confignode/pom.xml +++ b/iotdb-protocol/thrift-confignode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-protocol - 1.3.3 + 1.3.4-SNAPSHOT iotdb-thrift-confignode IoTDB: Protocol: Thrift Config Node @@ -41,7 +41,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT diff --git a/iotdb-protocol/thrift-consensus/pom.xml b/iotdb-protocol/thrift-consensus/pom.xml index 15b1786f6ef9..76cc1e75d3a5 100644 --- a/iotdb-protocol/thrift-consensus/pom.xml +++ b/iotdb-protocol/thrift-consensus/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-protocol - 1.3.3 + 1.3.4-SNAPSHOT iotdb-thrift-consensus IoTDB: Protocol: Thrift Consensus @@ -33,7 +33,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.slf4j diff --git a/iotdb-protocol/thrift-datanode/pom.xml b/iotdb-protocol/thrift-datanode/pom.xml index 0f3cc0c757b0..33d84bbb9ab0 100644 --- a/iotdb-protocol/thrift-datanode/pom.xml +++ b/iotdb-protocol/thrift-datanode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-protocol - 1.3.3 + 1.3.4-SNAPSHOT iotdb-thrift IoTDB: Protocol: Thrift Data Node @@ -33,7 +33,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3 + 1.3.4-SNAPSHOT org.apache.thrift diff --git a/library-udf/pom.xml b/library-udf/pom.xml index 32212c6497ca..9862d8bb41d4 100644 --- a/library-udf/pom.xml +++ b/library-udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3 + 1.3.4-SNAPSHOT library-udf IoTDB: UDF @@ -41,7 +41,7 @@ org.apache.iotdb udf-api - 1.3.3 + 1.3.4-SNAPSHOT org.slf4j diff --git a/pom.xml b/pom.xml index 46d23c6191a7..fe0e2d95427a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.iotdb iotdb-parent - 1.3.3 + 1.3.4-SNAPSHOT pom Apache IoTDB Project Parent POM This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs. @@ -50,9 +50,9 @@ 4.9.3 - + 4.2.0 - + 2.9.3 3.3.0 @@ -156,7 +156,7 @@ 1.6.14 chmod - +