Skip to content

Commit 4500875

Browse files
committed
change version
1 parent b479e05 commit 4500875

File tree

68 files changed

+213
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+213
-213
lines changed

code-coverage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>iotdb-code-coverage</artifactId>
3030
<packaging>pom</packaging>

distribution/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>iotdb-distribution</artifactId>
3030
<packaging>pom</packaging>
@@ -33,35 +33,35 @@
3333
<dependency>
3434
<groupId>org.apache.iotdb</groupId>
3535
<artifactId>iotdb-server</artifactId>
36-
<version>1.3.3-SNAPSHOT</version>
36+
<version>1.3.2</version>
3737
<type>zip</type>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.apache.iotdb</groupId>
4141
<artifactId>iotdb-cli</artifactId>
42-
<version>1.3.3-SNAPSHOT</version>
42+
<version>1.3.2</version>
4343
<type>zip</type>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.iotdb</groupId>
4747
<artifactId>iotdb-confignode</artifactId>
48-
<version>1.3.3-SNAPSHOT</version>
48+
<version>1.3.2</version>
4949
<type>zip</type>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.iotdb</groupId>
5353
<artifactId>library-udf</artifactId>
54-
<version>1.3.3-SNAPSHOT</version>
54+
<version>1.3.2</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.iotdb</groupId>
5858
<artifactId>spark-iotdb-connector_2.11</artifactId>
59-
<version>1.3.3-SNAPSHOT</version>
59+
<version>1.3.2</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.apache.iotdb</groupId>
6363
<artifactId>spark-iotdb-connector_2.12</artifactId>
64-
<version>1.3.3-SNAPSHOT</version>
64+
<version>1.3.2</version>
6565
</dependency>
6666
</dependencies>
6767
<build>

example/client-cpp-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.2-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>client-cpp-example</artifactId>
3030
<name>IoTDB: Example: CPP Client</name>

example/flink-sql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>flink-sql-example</artifactId>
3030
<name>IoTDB: Example: Apache Flink SQL</name>

example/flink/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>flink-example</artifactId>
3030
<name>IoTDB: Example: Apache Flink</name>

example/hadoop/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>hadoop-example</artifactId>
3030
<name>IoTDB: Example: Apache Hadoop</name>

example/jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>jdbc-example</artifactId>
3030
<name>IoTDB: Example: JDBC</name>

example/kafka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>kafka-example</artifactId>
3030
<name>IoTDB: Example: Apache Kafka</name>

example/mqtt-customize/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>customize-mqtt-example</artifactId>
3030
<name>IoTDB: Example: Customized MQTT</name>

example/mqtt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>mqtt-example</artifactId>
3030
<name>IoTDB: Example: MQTT</name>

example/pipe-count-point-processor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>pipe-count-point-processor-example</artifactId>
3030
<name>IoTDB: Example: Pipe: Count Point Processor</name>

example/pipe-opc-ua-sink/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.iotdb</groupId>
2525
<artifactId>iotdb-examples</artifactId>
26-
<version>1.3.3-SNAPSHOT</version>
26+
<version>1.3.2</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929
<artifactId>pipe-opc-ua-sink-example</artifactId>

example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>iotdb-examples</artifactId>
3030
<packaging>pom</packaging>

example/pulsar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>pulsar-example</artifactId>
3030
<name>IoTDB: Example: Apache Pulsar</name>

example/rabbitmq/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>rabbitmq-example</artifactId>
3030
<name>IoTDB: Example: RabbitMQ</name>

example/rest-java-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>rest-java-example</artifactId>
3030
<name>IoTDB: Example: Java Rest</name>

example/rocketmq/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>rocketmq-example</artifactId>
3030
<name>IoTDB: Example: Apache RocketMQ</name>

example/schema/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>iotdb-examples</artifactId>
2626
<groupId>org.apache.iotdb</groupId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>schema-example</artifactId>
3030
<name>IoTDB: Example: Schema</name>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.apache.iotdb</groupId>
3939
<artifactId>tsfile</artifactId>
40-
<version>1.3.3-SNAPSHOT</version>
40+
<version>1.3.2</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
</dependencies>

example/session/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>client-example</artifactId>
3030
<name>IoTDB: Example: Session Client</name>

example/trigger/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>trigger-example</artifactId>
3030
<name>IoTDB: Example: Trigger</name>

example/tsfile/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>tsfile-example</artifactId>
3030
<name>IoTDB: Example: TSFile</name>

example/udf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-examples</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>udf-example</artifactId>
3030
<name>IoTDB: Example: UDF</name>

integration-test/pom.xml

+20-20
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>integration-test</artifactId>
3030
<name>IoTDB: Integration-Test</name>
@@ -72,57 +72,57 @@
7272
<dependency>
7373
<groupId>org.apache.iotdb</groupId>
7474
<artifactId>iotdb-server</artifactId>
75-
<version>1.3.3-SNAPSHOT</version>
75+
<version>1.3.2</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.apache.iotdb</groupId>
7979
<artifactId>iotdb-session</artifactId>
80-
<version>1.3.3-SNAPSHOT</version>
80+
<version>1.3.2</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.apache.iotdb</groupId>
8484
<artifactId>iotdb-jdbc</artifactId>
85-
<version>1.3.3-SNAPSHOT</version>
85+
<version>1.3.2</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.apache.iotdb</groupId>
8989
<artifactId>trigger-api</artifactId>
90-
<version>1.3.3-SNAPSHOT</version>
90+
<version>1.3.2</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.apache.iotdb</groupId>
9494
<artifactId>isession</artifactId>
95-
<version>1.3.3-SNAPSHOT</version>
95+
<version>1.3.2</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.apache.iotdb</groupId>
9999
<artifactId>service-rpc</artifactId>
100-
<version>1.3.3-SNAPSHOT</version>
100+
<version>1.3.2</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.apache.iotdb</groupId>
104104
<artifactId>iotdb-thrift-confignode</artifactId>
105-
<version>1.3.3-SNAPSHOT</version>
105+
<version>1.3.2</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.apache.iotdb</groupId>
109109
<artifactId>node-commons</artifactId>
110-
<version>1.3.3-SNAPSHOT</version>
110+
<version>1.3.2</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.apache.iotdb</groupId>
114114
<artifactId>iotdb-thrift-commons</artifactId>
115-
<version>1.3.3-SNAPSHOT</version>
115+
<version>1.3.2</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.apache.iotdb</groupId>
119119
<artifactId>tsfile</artifactId>
120-
<version>1.3.3-SNAPSHOT</version>
120+
<version>1.3.2</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.apache.iotdb</groupId>
124124
<artifactId>udf-api</artifactId>
125-
<version>1.3.3-SNAPSHOT</version>
125+
<version>1.3.2</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.apache.iotdb</groupId>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>org.apache.iotdb</groupId>
134134
<artifactId>iotdb-consensus</artifactId>
135-
<version>1.3.3-SNAPSHOT</version>
135+
<version>1.3.2</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.slf4j</groupId>
@@ -161,27 +161,27 @@
161161
<dependency>
162162
<groupId>org.apache.iotdb</groupId>
163163
<artifactId>iotdb-confignode</artifactId>
164-
<version>1.3.3-SNAPSHOT</version>
164+
<version>1.3.2</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.apache.iotdb</groupId>
168168
<artifactId>zeppelin-iotdb</artifactId>
169-
<version>1.3.3-SNAPSHOT</version>
169+
<version>1.3.2</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.apache.iotdb</groupId>
173173
<artifactId>iotdb-thrift</artifactId>
174-
<version>1.3.3-SNAPSHOT</version>
174+
<version>1.3.2</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>org.apache.iotdb</groupId>
178178
<artifactId>spark-iotdb-connector_2.12</artifactId>
179-
<version>1.3.3-SNAPSHOT</version>
179+
<version>1.3.2</version>
180180
</dependency>
181181
<dependency>
182182
<groupId>org.apache.iotdb</groupId>
183183
<artifactId>iotdb-cli</artifactId>
184-
<version>1.3.3-SNAPSHOT</version>
184+
<version>1.3.2</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>commons-codec</groupId>
@@ -190,7 +190,7 @@
190190
<dependency>
191191
<groupId>org.apache.iotdb</groupId>
192192
<artifactId>flink-sql-iotdb-connector</artifactId>
193-
<version>1.3.3-SNAPSHOT</version>
193+
<version>1.3.2</version>
194194
</dependency>
195195
<dependency>
196196
<groupId>org.apache.spark</groupId>
@@ -215,7 +215,7 @@
215215
<dependency>
216216
<groupId>org.apache.iotdb</groupId>
217217
<artifactId>iotdb-server</artifactId>
218-
<version>1.3.3-SNAPSHOT</version>
218+
<version>1.3.2</version>
219219
<type>test-jar</type>
220220
<scope>test</scope>
221221
</dependency>

iotdb-api/common-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>iotdb-api</artifactId>
2626
<groupId>org.apache.iotdb</groupId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929
<artifactId>common-api</artifactId>
3030
<name>IoTDB: API: Common API</name>

0 commit comments

Comments
 (0)