From ad95a7ee57990f7ce5d1503643a3b20936da51e7 Mon Sep 17 00:00:00 2001 From: HTHou Date: Sun, 17 Nov 2024 10:19:04 +0800 Subject: [PATCH] [maven-release-plugin] prepare release v1.3.3 --- 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 | 2 +- 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 | 32 +++++++++--------- 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 | 8 ++--- 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 | 4 +-- 47 files changed, 153 insertions(+), 153 deletions(-) diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index aa1bd56ff3f6..78d20a9c49d9 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.3 iotdb-code-coverage pom diff --git a/distribution/pom.xml b/distribution/pom.xml index f273531827b7..73069d58959b 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.3 iotdb-distribution pom @@ -33,25 +33,25 @@ org.apache.iotdb iotdb-server - 1.3.3-SNAPSHOT + 1.3.3 zip org.apache.iotdb iotdb-cli - 1.3.3-SNAPSHOT + 1.3.3 zip org.apache.iotdb iotdb-confignode - 1.3.3-SNAPSHOT + 1.3.3 zip org.apache.iotdb library-udf - 1.3.3-SNAPSHOT + 1.3.3 @@ -174,7 +174,7 @@ org.apache.iotdb iotdb-ainode - 1.3.3-SNAPSHOT + 1.3.3 diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index 29229f707813..b3096790c440 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-SNAPSHOT + 1.3.3 client-cpp-example IoTDB: Example: CPP Client diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 2eb25e0633e6..12a304093940 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.3 jdbc-example IoTDB: Example: JDBC diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml index b67be1f44131..566a0cf8e2e0 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-SNAPSHOT + 1.3.3 customize-mqtt-example IoTDB: Example: Customized MQTT diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index 62619735c0fc..f9d36fe96e75 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.3 mqtt-example IoTDB: Example: MQTT diff --git a/example/pipe-count-point-processor/pom.xml b/example/pipe-count-point-processor/pom.xml index 9b486cd08bd5..20ba885e90fd 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-SNAPSHOT + 1.3.3 pipe-count-point-processor-example IoTDB: Example: Pipe: Count Point Processor diff --git a/example/pipe-opc-ua-sink/pom.xml b/example/pipe-opc-ua-sink/pom.xml index 37107b08de5e..aa1b3f71d970 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-SNAPSHOT + 1.3.3 4.0.0 pipe-opc-ua-sink-example diff --git a/example/pom.xml b/example/pom.xml index 548f7004d0d4..4787c471aa06 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.3 iotdb-examples pom diff --git a/example/rest-java-example/pom.xml b/example/rest-java-example/pom.xml index 970fe626dd9e..25ff128623e7 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-SNAPSHOT + 1.3.3 rest-java-example IoTDB: Example: Java Rest diff --git a/example/schema/pom.xml b/example/schema/pom.xml index 54246f9c8064..b69621d0356d 100644 --- a/example/schema/pom.xml +++ b/example/schema/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 1.3.3-SNAPSHOT + 1.3.3 schema-example IoTDB: Example: Schema diff --git a/example/session/pom.xml b/example/session/pom.xml index 818cebd1ccc0..9f3e271efe78 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.3 client-example IoTDB: Example: Session Client diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index 1970972306f4..12b85401df43 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.3 trigger-example IoTDB: Example: Trigger diff --git a/example/udf/pom.xml b/example/udf/pom.xml index db0cd0088459..7b218323ae9d 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.3 udf-example IoTDB: Example: UDF diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 5678e59869a4..831eef0325b8 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.3 integration-test IoTDB: Integration-Test @@ -72,47 +72,47 @@ org.apache.iotdb iotdb-server - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-session - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-jdbc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb trigger-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb isession - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-confignode - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb node-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.tsfile @@ -122,7 +122,7 @@ org.apache.iotdb udf-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb @@ -132,7 +132,7 @@ org.apache.iotdb iotdb-consensus - 1.3.3-SNAPSHOT + 1.3.3 org.slf4j @@ -161,17 +161,17 @@ org.apache.iotdb iotdb-confignode - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-cli - 1.3.3-SNAPSHOT + 1.3.3 commons-codec @@ -201,7 +201,7 @@ org.apache.iotdb iotdb-server - 1.3.3-SNAPSHOT + 1.3.3 test-jar test diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml index 860e1453757c..d61ad0c08d5a 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-SNAPSHOT + 1.3.3 external-api IoTDB: API: External API diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml index c0e4338b3ef1..ced77610f197 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-SNAPSHOT + 1.3.3 pipe-api IoTDB: API: Pipe API diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml index f29b64894b6f..8101f2439e16 100644 --- a/iotdb-api/pom.xml +++ b/iotdb-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.3 iotdb-api pom diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml index 49b192aebe70..5e834cab570a 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-SNAPSHOT + 1.3.3 trigger-api IoTDB: API: Trigger API diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml index f6b5897c826b..86d03d7ee623 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-SNAPSHOT + 1.3.3 udf-api IoTDB: API: UDF API diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml index 6b90834c9f05..b263135ff64c 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-SNAPSHOT + 1.3.3 iotdb-cli IoTDB: Client: CLI @@ -37,37 +37,37 @@ org.apache.iotdb iotdb-session - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-jdbc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-antlr - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb node-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-server - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb isession - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.tsfile @@ -82,17 +82,17 @@ org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb pipe-api - 1.3.3-SNAPSHOT + 1.3.3 org.slf4j diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml index 6aa597170f3a..643c737faebb 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-SNAPSHOT + 1.3.3 client-cpp pom @@ -43,7 +43,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 provided diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml index 44a2ad7ca9c9..a3d5fe749831 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-SNAPSHOT + 1.3.3 iotdb-python-api IoTDB: Client: Python-API @@ -34,13 +34,13 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 provided org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 provided diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml index ed15ef7d98fe..f75e918cec3c 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-SNAPSHOT + 1.3.3 isession IoTDB: Client: isession @@ -32,7 +32,7 @@ org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.tsfile @@ -47,12 +47,12 @@ org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.thrift diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml index 34634e26d1d2..4e76d273918c 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-SNAPSHOT + 1.3.3 iotdb-jdbc IoTDB: Client: Jdbc @@ -38,12 +38,12 @@ org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.tsfile @@ -58,7 +58,7 @@ org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 org.apache.thrift diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml index fe67109c928f..a8542b74ddfb 100644 --- a/iotdb-client/pom.xml +++ b/iotdb-client/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.3 iotdb-client pom diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml index 693a97e18556..3fbf23576f89 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-SNAPSHOT + 1.3.3 service-rpc IoTDB: Client: Service-RPC @@ -60,12 +60,12 @@ org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.thrift diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml index 4e514bc3265b..d10191f48f4c 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-SNAPSHOT + 1.3.3 iotdb-session IoTDB: Client: Session @@ -37,17 +37,17 @@ org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb isession - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.tsfile @@ -62,7 +62,7 @@ org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 org.slf4j diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml index 9c6ac3cc0490..e0f62201691d 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-SNAPSHOT + 1.3.3 iotdb-ainode IoTDB: Core: AINode @@ -33,25 +33,25 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 provided org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 provided org.apache.iotdb iotdb-thrift-confignode - 1.3.3-SNAPSHOT + 1.3.3 provided org.apache.iotdb iotdb-thrift-ainode - 1.3.3-SNAPSHOT + 1.3.3 provided diff --git a/iotdb-core/antlr/pom.xml b/iotdb-core/antlr/pom.xml index 5247d212fe3c..c7d4e66e3bcd 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-SNAPSHOT + 1.3.3 iotdb-antlr IoTDB: Core: Antlr-Parser diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml index a08b7944e8e9..c8c78fc63612 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-SNAPSHOT + 1.3.3 iotdb-confignode IoTDB: Core: ConfigNode @@ -42,62 +42,62 @@ org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-consensus - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-server - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb pipe-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb trigger-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb metrics-interface - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-confignode - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-ainode - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb node-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb udf-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.tsfile diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml index 2768096316a9..4168e390d4bc 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-SNAPSHOT + 1.3.3 iotdb-consensus IoTDB: Core: Consensus @@ -39,32 +39,32 @@ org.apache.iotdb node-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb metrics-interface - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-consensus - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb pipe-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.ratis diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml index fa90a07cac88..dc62ac5d1129 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-SNAPSHOT + 1.3.3 iotdb-server IoTDB: Core: Data-Node (Server) @@ -37,12 +37,12 @@ org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-consensus - 1.3.3-SNAPSHOT + 1.3.3 org.apache.tsfile @@ -57,77 +57,77 @@ org.apache.iotdb external-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb openapi - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb node-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb isession - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-antlr - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-consensus - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb udf-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb trigger-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb metrics-interface - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-confignode - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-ainode - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb pipe-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-session - 1.3.3-SNAPSHOT + 1.3.3 org.apache.commons @@ -304,7 +304,7 @@ org.apache.iotdb metrics-core - 1.3.3-SNAPSHOT + 1.3.3 org.mockito diff --git a/iotdb-core/metrics/core/pom.xml b/iotdb-core/metrics/core/pom.xml index 69a1f16b4665..d003b82235a9 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-SNAPSHOT + 1.3.3 metrics-core IoTDB: Core: Metrics: API Impl @@ -32,7 +32,7 @@ org.apache.iotdb metrics-interface - 1.3.3-SNAPSHOT + 1.3.3 io.micrometer diff --git a/iotdb-core/metrics/interface/pom.xml b/iotdb-core/metrics/interface/pom.xml index bd7c2cccfb5c..cc7460f5cd0c 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-SNAPSHOT + 1.3.3 metrics-interface IoTDB: Core: Metrics: Metrics API @@ -33,17 +33,17 @@ org.apache.iotdb iotdb-session - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb isession - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.tsfile diff --git a/iotdb-core/metrics/pom.xml b/iotdb-core/metrics/pom.xml index 1c2bac7c31ec..01ba7d2ecfea 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-SNAPSHOT + 1.3.3 iotdb-metrics pom diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml index 6ee7c0e9d887..fbefe520e040 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-SNAPSHOT + 1.3.3 node-commons IoTDB: Core: Node Commons @@ -38,7 +38,7 @@ org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.3 org.apache.tsfile @@ -48,37 +48,37 @@ org.apache.iotdb udf-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb trigger-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb pipe-api - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-confignode - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb iotdb-thrift-consensus - 1.3.3-SNAPSHOT + 1.3.3 org.apache.tsfile @@ -88,12 +88,12 @@ org.apache.iotdb metrics-interface - 1.3.3-SNAPSHOT + 1.3.3 org.apache.iotdb metrics-core - 1.3.3-SNAPSHOT + 1.3.3 io.dropwizard.metrics @@ -189,7 +189,7 @@ org.apache.iotdb iotdb-thrift-ainode - 1.3.3-SNAPSHOT + 1.3.3 compile diff --git a/iotdb-core/pom.xml b/iotdb-core/pom.xml index 518be40f82fe..e8be468dad00 100644 --- a/iotdb-core/pom.xml +++ b/iotdb-core/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.3 iotdb-core pom diff --git a/iotdb-protocol/openapi/pom.xml b/iotdb-protocol/openapi/pom.xml index 316cd2fb1d5e..886085a2df74 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-SNAPSHOT + 1.3.3 openapi IoTDB: Protocol: OpenAPI diff --git a/iotdb-protocol/pom.xml b/iotdb-protocol/pom.xml index fec72bac2923..e672db51563a 100644 --- a/iotdb-protocol/pom.xml +++ b/iotdb-protocol/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.3 iotdb-protocol pom diff --git a/iotdb-protocol/thrift-ainode/pom.xml b/iotdb-protocol/thrift-ainode/pom.xml index 4d01348674a8..3a00258f0958 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-SNAPSHOT + 1.3.3 iotdb-thrift-ainode IoTDB: Protocol: Thrift AI Node @@ -41,7 +41,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 diff --git a/iotdb-protocol/thrift-commons/pom.xml b/iotdb-protocol/thrift-commons/pom.xml index bb962d4248f3..4645e1f12c61 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-SNAPSHOT + 1.3.3 iotdb-thrift-commons IoTDB: Protocol: Thrift Commons diff --git a/iotdb-protocol/thrift-confignode/pom.xml b/iotdb-protocol/thrift-confignode/pom.xml index 9d38000f4598..2fdb89c9e640 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-SNAPSHOT + 1.3.3 iotdb-thrift-confignode IoTDB: Protocol: Thrift Config Node @@ -41,7 +41,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 diff --git a/iotdb-protocol/thrift-consensus/pom.xml b/iotdb-protocol/thrift-consensus/pom.xml index e43f970dbd3e..15b1786f6ef9 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-SNAPSHOT + 1.3.3 iotdb-thrift-consensus IoTDB: Protocol: Thrift Consensus @@ -33,7 +33,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.slf4j diff --git a/iotdb-protocol/thrift-datanode/pom.xml b/iotdb-protocol/thrift-datanode/pom.xml index 7b8d75d1dc2a..0f3cc0c757b0 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-SNAPSHOT + 1.3.3 iotdb-thrift IoTDB: Protocol: Thrift Data Node @@ -33,7 +33,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.3 org.apache.thrift diff --git a/library-udf/pom.xml b/library-udf/pom.xml index f893e0f0dc46..32212c6497ca 100644 --- a/library-udf/pom.xml +++ b/library-udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.3 library-udf IoTDB: UDF @@ -41,7 +41,7 @@ org.apache.iotdb udf-api - 1.3.3-SNAPSHOT + 1.3.3 org.slf4j diff --git a/pom.xml b/pom.xml index abf4e5f6a9e1..46d23c6191a7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.3 pom Apache IoTDB Project Parent POM This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs. @@ -1395,7 +1395,7 @@ scm:git:ssh://git@github.com/apache/iotdb.git scm:git:ssh://git@github.com/apache/iotdb.git ssh://git@github.com:apache/iotdb.git - rel/0.10 + v1.3.3 Jira