Skip to content

Commit 4e05ea0

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3c26382 commit 4e05ea0

52 files changed

Lines changed: 209 additions & 209 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>2.0.10</version>
27+
<version>2.0.11-SNAPSHOT</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>2.0.10</version>
27+
<version>2.0.11-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>iotdb-distribution</artifactId>
3030
<packaging>pom</packaging>
@@ -36,36 +36,36 @@
3636
<dependency>
3737
<groupId>org.apache.iotdb</groupId>
3838
<artifactId>iotdb-server</artifactId>
39-
<version>2.0.10</version>
39+
<version>2.0.11-SNAPSHOT</version>
4040
<type>zip</type>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.iotdb</groupId>
4444
<artifactId>iotdb-cli</artifactId>
45-
<version>2.0.10</version>
45+
<version>2.0.11-SNAPSHOT</version>
4646
<type>zip</type>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.iotdb</groupId>
5050
<artifactId>iotdb-confignode</artifactId>
51-
<version>2.0.10</version>
51+
<version>2.0.11-SNAPSHOT</version>
5252
<type>zip</type>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.apache.iotdb</groupId>
5656
<artifactId>library-udf</artifactId>
57-
<version>2.0.10</version>
57+
<version>2.0.11-SNAPSHOT</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.apache.iotdb</groupId>
6161
<artifactId>mqtt</artifactId>
62-
<version>2.0.10</version>
62+
<version>2.0.11-SNAPSHOT</version>
6363
<scope>provided</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.apache.iotdb</groupId>
6767
<artifactId>rest</artifactId>
68-
<version>2.0.10</version>
68+
<version>2.0.11-SNAPSHOT</version>
6969
<scope>provided</scope>
7070
</dependency>
7171
</dependencies>

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

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

Lines changed: 2 additions & 2 deletions
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>2.0.10</version>
27+
<version>2.0.11-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.2</version>
62-
<configuration/>
62+
<configuration />
6363
</plugin>
6464
</plugins>
6565
</build>

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>2.0.10</version>
26+
<version>2.0.11-SNAPSHOT</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>2.0.10</version>
27+
<version>2.0.11-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>iotdb-examples</artifactId>
3030
<packaging>pom</packaging>

example/rest-java-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>2.0.10</version>
27+
<version>2.0.11-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>rest-java-example</artifactId>
3030
<name>IoTDB: Example: Java Rest</name>

example/schema/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.0.10</version>
27+
<version>2.0.11-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>schema-example</artifactId>
3030
<name>IoTDB: Example: Schema</name>

0 commit comments

Comments
 (0)