Skip to content

Commit c50ed7c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent aa0ff4a commit c50ed7c

File tree

65 files changed

+230
-230
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

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

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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>mqtt-example</artifactId>
3030
<name>IoTDB: Example: MQTT</name>

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

+2-2
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</version>
27+
<version>1.3.3-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>pipe-count-point-processor-example</artifactId>
3030
<name>IoTDB: Example: Pipe: Count Point Processor</name>
@@ -59,7 +59,7 @@
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-jar-plugin</artifactId>
6161
<version>3.2.0</version>
62-
<configuration/>
62+
<configuration />
6363
</plugin>
6464
</plugins>
6565
</build>

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.2</version>
26+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
40+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</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.2</version>
27+
<version>1.3.3-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>udf-example</artifactId>
3030
<name>IoTDB: Example: UDF</name>

0 commit comments

Comments
 (0)