Skip to content

Commit fe787ca

Browse files
committed
[maven-release-plugin] prepare release v1.3.0
1 parent bb50654 commit fe787ca

File tree

65 files changed

+212
-212
lines changed

Some content is hidden

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

65 files changed

+212
-212
lines changed

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.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>iotdb-code-coverage</artifactId>
3030
<packaging>pom</packaging>

distribution/pom.xml

Lines changed: 7 additions & 7 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.0-SNAPSHOT</version>
27+
<version>1.3.0</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.0-SNAPSHOT</version>
36+
<version>1.3.0</version>
3737
<type>zip</type>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.apache.iotdb</groupId>
4141
<artifactId>iotdb-cli</artifactId>
42-
<version>1.3.0-SNAPSHOT</version>
42+
<version>1.3.0</version>
4343
<type>zip</type>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.iotdb</groupId>
4747
<artifactId>iotdb-confignode</artifactId>
48-
<version>1.3.0-SNAPSHOT</version>
48+
<version>1.3.0</version>
4949
<type>zip</type>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.iotdb</groupId>
5353
<artifactId>library-udf</artifactId>
54-
<version>1.3.0-SNAPSHOT</version>
54+
<version>1.3.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.iotdb</groupId>
5858
<artifactId>spark-iotdb-connector_2.11</artifactId>
59-
<version>1.3.0-SNAPSHOT</version>
59+
<version>1.3.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.apache.iotdb</groupId>
6363
<artifactId>spark-iotdb-connector_2.12</artifactId>
64-
<version>1.3.0-SNAPSHOT</version>
64+
<version>1.3.0</version>
6565
</dependency>
6666
</dependencies>
6767
<build>

example/flink-sql/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.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>flink-sql-example</artifactId>
3030
<name>IoTDB: Example: Apache Flink SQL</name>

example/flink/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.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>flink-example</artifactId>
3030
<name>IoTDB: Example: Apache Flink</name>

example/hadoop/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.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>hadoop-example</artifactId>
3030
<name>IoTDB: Example: Apache Hadoop</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.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>jdbc-example</artifactId>
3030
<name>IoTDB: Example: JDBC</name>

example/kafka/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.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>kafka-example</artifactId>
3030
<name>IoTDB: Example: Apache Kafka</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.0-SNAPSHOT</version>
27+
<version>1.3.0</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.0-SNAPSHOT</version>
27+
<version>1.3.0</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.0-SNAPSHOT</version>
27+
<version>1.3.0</version>
2828
</parent>
2929
<artifactId>pipe-count-point-processor-example</artifactId>
3030
<name>IoTDB: Example: Pipe: Count Point Processor</name>

0 commit comments

Comments
 (0)