Skip to content

Commit ad95a7e

Browse files
committed
[maven-release-plugin] prepare release v1.3.3
1 parent 399d4e0 commit ad95a7e

File tree

47 files changed

+153
-153
lines changed

Some content is hidden

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

47 files changed

+153
-153
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.3</version>
2828
</parent>
2929
<artifactId>iotdb-code-coverage</artifactId>
3030
<packaging>pom</packaging>

distribution/pom.xml

+6-6
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.3</version>
2828
</parent>
2929
<artifactId>iotdb-distribution</artifactId>
3030
<packaging>pom</packaging>
@@ -33,25 +33,25 @@
3333
<dependency>
3434
<groupId>org.apache.iotdb</groupId>
3535
<artifactId>iotdb-server</artifactId>
36-
<version>1.3.3-SNAPSHOT</version>
36+
<version>1.3.3</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.3</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.3</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.3</version>
5555
</dependency>
5656
</dependencies>
5757
<build>
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.apache.iotdb</groupId>
176176
<artifactId>iotdb-ainode</artifactId>
177-
<version>1.3.3-SNAPSHOT</version>
177+
<version>1.3.3</version>
178178
</dependency>
179179
</dependencies>
180180
<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.3-SNAPSHOT</version>
27+
<version>1.3.3</version>
2828
</parent>
2929
<artifactId>client-cpp-example</artifactId>
3030
<name>IoTDB: Example: CPP Client</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.3</version>
2828
</parent>
2929
<artifactId>jdbc-example</artifactId>
3030
<name>IoTDB: Example: JDBC</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.3</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.3</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.3</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.3</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.3</version>
2828
</parent>
2929
<artifactId>iotdb-examples</artifactId>
3030
<packaging>pom</packaging>

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.3</version>
2828
</parent>
2929
<artifactId>rest-java-example</artifactId>
3030
<name>IoTDB: Example: Java Rest</name>

example/schema/pom.xml

+1-1
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.3</version>
2828
</parent>
2929
<artifactId>schema-example</artifactId>
3030
<name>IoTDB: Example: Schema</name>

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.3</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.3</version>
2828
</parent>
2929
<artifactId>trigger-example</artifactId>
3030
<name>IoTDB: Example: Trigger</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.3</version>
2828
</parent>
2929
<artifactId>udf-example</artifactId>
3030
<name>IoTDB: Example: UDF</name>

integration-test/pom.xml

+16-16
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.3</version>
2828
</parent>
2929
<artifactId>integration-test</artifactId>
3030
<name>IoTDB: Integration-Test</name>
@@ -72,47 +72,47 @@
7272
<dependency>
7373
<groupId>org.apache.iotdb</groupId>
7474
<artifactId>iotdb-server</artifactId>
75-
<version>1.3.3-SNAPSHOT</version>
75+
<version>1.3.3</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.3</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.3</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.3</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.3</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.3</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.3</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.3</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.3</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.apache.tsfile</groupId>
@@ -122,7 +122,7 @@
122122
<dependency>
123123
<groupId>org.apache.iotdb</groupId>
124124
<artifactId>udf-api</artifactId>
125-
<version>1.3.3-SNAPSHOT</version>
125+
<version>1.3.3</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.3</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.slf4j</groupId>
@@ -161,17 +161,17 @@
161161
<dependency>
162162
<groupId>org.apache.iotdb</groupId>
163163
<artifactId>iotdb-confignode</artifactId>
164-
<version>1.3.3-SNAPSHOT</version>
164+
<version>1.3.3</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.apache.iotdb</groupId>
168168
<artifactId>iotdb-thrift</artifactId>
169-
<version>1.3.3-SNAPSHOT</version>
169+
<version>1.3.3</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.apache.iotdb</groupId>
173173
<artifactId>iotdb-cli</artifactId>
174-
<version>1.3.3-SNAPSHOT</version>
174+
<version>1.3.3</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>commons-codec</groupId>
@@ -201,7 +201,7 @@
201201
<dependency>
202202
<groupId>org.apache.iotdb</groupId>
203203
<artifactId>iotdb-server</artifactId>
204-
<version>1.3.3-SNAPSHOT</version>
204+
<version>1.3.3</version>
205205
<type>test-jar</type>
206206
<scope>test</scope>
207207
</dependency>

iotdb-api/external-api/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-api</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.3</version>
2828
</parent>
2929
<artifactId>external-api</artifactId>
3030
<name>IoTDB: API: External API</name>

iotdb-api/pipe-api/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-api</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.3</version>
2828
</parent>
2929
<artifactId>pipe-api</artifactId>
3030
<name>IoTDB: API: Pipe API</name>

iotdb-api/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.3</version>
2828
</parent>
2929
<artifactId>iotdb-api</artifactId>
3030
<packaging>pom</packaging>

iotdb-api/trigger-api/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-api</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.3</version>
2828
</parent>
2929
<artifactId>trigger-api</artifactId>
3030
<name>IoTDB: API: Trigger API</name>

iotdb-api/udf-api/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-api</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.3</version>
2828
</parent>
2929
<artifactId>udf-api</artifactId>
3030
<name>IoTDB: API: UDF API</name>

iotdb-client/cli/pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-client</artifactId>
27-
<version>1.3.3-SNAPSHOT</version>
27+
<version>1.3.3</version>
2828
</parent>
2929
<artifactId>iotdb-cli</artifactId>
3030
<name>IoTDB: Client: CLI</name>
@@ -37,37 +37,37 @@
3737
<dependency>
3838
<groupId>org.apache.iotdb</groupId>
3939
<artifactId>iotdb-session</artifactId>
40-
<version>1.3.3-SNAPSHOT</version>
40+
<version>1.3.3</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.iotdb</groupId>
4444
<artifactId>iotdb-jdbc</artifactId>
45-
<version>1.3.3-SNAPSHOT</version>
45+
<version>1.3.3</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.iotdb</groupId>
4949
<artifactId>iotdb-antlr</artifactId>
50-
<version>1.3.3-SNAPSHOT</version>
50+
<version>1.3.3</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.apache.iotdb</groupId>
5454
<artifactId>node-commons</artifactId>
55-
<version>1.3.3-SNAPSHOT</version>
55+
<version>1.3.3</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.iotdb</groupId>
5959
<artifactId>iotdb-server</artifactId>
60-
<version>1.3.3-SNAPSHOT</version>
60+
<version>1.3.3</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.apache.iotdb</groupId>
6464
<artifactId>isession</artifactId>
65-
<version>1.3.3-SNAPSHOT</version>
65+
<version>1.3.3</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.apache.iotdb</groupId>
6969
<artifactId>service-rpc</artifactId>
70-
<version>1.3.3-SNAPSHOT</version>
70+
<version>1.3.3</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.apache.tsfile</groupId>
@@ -82,17 +82,17 @@
8282
<dependency>
8383
<groupId>org.apache.iotdb</groupId>
8484
<artifactId>iotdb-thrift</artifactId>
85-
<version>1.3.3-SNAPSHOT</version>
85+
<version>1.3.3</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.apache.iotdb</groupId>
8989
<artifactId>iotdb-thrift-commons</artifactId>
90-
<version>1.3.3-SNAPSHOT</version>
90+
<version>1.3.3</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.apache.iotdb</groupId>
9494
<artifactId>pipe-api</artifactId>
95-
<version>1.3.3-SNAPSHOT</version>
95+
<version>1.3.3</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)