Skip to content

Commit 82fd1b0

Browse files
committed
[TIMECHODB] Bump version to 1.3.5.13
1 parent 46177f5 commit 82fd1b0

53 files changed

Lines changed: 188 additions & 188 deletions

File tree

Some content is hidden

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

code-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.12</version>
27+
<version>1.3.5.13</version>
2828
</parent>
2929
<artifactId>iotdb-code-coverage</artifactId>
3030
<packaging>pom</packaging>

config-encryptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>iotdb-parent</artifactId>
55
<groupId>org.apache.iotdb</groupId>
6-
<version>1.3.5.12</version>
6+
<version>1.3.5.13</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

distribution/pom.xml

Lines changed: 8 additions & 8 deletions
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.5.12</version>
27+
<version>1.3.5.13</version>
2828
</parent>
2929
<artifactId>iotdb-distribution</artifactId>
3030
<packaging>pom</packaging>
@@ -33,37 +33,37 @@
3333
<dependency>
3434
<groupId>org.apache.iotdb</groupId>
3535
<artifactId>iotdb-server</artifactId>
36-
<version>1.3.5.12</version>
36+
<version>1.3.5.13</version>
3737
<type>zip</type>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.apache.iotdb</groupId>
4141
<artifactId>iotdb-cli</artifactId>
42-
<version>1.3.5.12</version>
42+
<version>1.3.5.13</version>
4343
<type>zip</type>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.iotdb</groupId>
4747
<artifactId>iotdb-confignode</artifactId>
48-
<version>1.3.5.12</version>
48+
<version>1.3.5.13</version>
4949
<type>zip</type>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.timecho.iotdb</groupId>
5353
<artifactId>timecho-server</artifactId>
54-
<version>1.3.5.12</version>
54+
<version>1.3.5.13</version>
5555
<type>zip</type>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.timecho.iotdb</groupId>
5959
<artifactId>timecho-confignode</artifactId>
60-
<version>1.3.5.12</version>
60+
<version>1.3.5.13</version>
6161
<type>zip</type>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.apache.iotdb</groupId>
6565
<artifactId>library-udf</artifactId>
66-
<version>1.3.5.12</version>
66+
<version>1.3.5.13</version>
6767
</dependency>
6868
</dependencies>
6969
<build>
@@ -178,7 +178,7 @@
178178
<dependency>
179179
<groupId>org.apache.iotdb</groupId>
180180
<artifactId>iotdb-ainode</artifactId>
181-
<version>1.3.5.12</version>
181+
<version>1.3.5.13</version>
182182
</dependency>
183183
</dependencies>
184184
<build>

example/client-cpp-example/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.12</version>
27+
<version>1.3.5.13</version>
2828
</parent>
2929
<artifactId>client-cpp-example</artifactId>
3030
<name>IoTDB: Example: CPP Client</name>

example/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.12</version>
27+
<version>1.3.5.13</version>
2828
</parent>
2929
<artifactId>jdbc-example</artifactId>
3030
<name>IoTDB: Example: JDBC</name>

example/mqtt-customize/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.12</version>
27+
<version>1.3.5.13</version>
2828
</parent>
2929
<artifactId>customize-mqtt-example</artifactId>
3030
<name>IoTDB: Example: Customized MQTT</name>

example/mqtt/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.12</version>
27+
<version>1.3.5.13</version>
2828
</parent>
2929
<artifactId>mqtt-example</artifactId>
3030
<name>IoTDB: Example: MQTT</name>

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

Lines changed: 1 addition & 1 deletion
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.5.12</version>
27+
<version>1.3.5.13</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

Lines changed: 1 addition & 1 deletion
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.5.12</version>
26+
<version>1.3.5.13</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929
<artifactId>pipe-opc-ua-sink-example</artifactId>

example/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.12</version>
27+
<version>1.3.5.13</version>
2828
</parent>
2929
<artifactId>iotdb-examples</artifactId>
3030
<packaging>pom</packaging>

0 commit comments

Comments
 (0)