Skip to content

Commit 5c1b682

Browse files
committed
[maven-release-plugin] prepare release v1.2.0
1 parent f98b8ca commit 5c1b682

File tree

63 files changed

+86
-86
lines changed

Some content is hidden

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

63 files changed

+86
-86
lines changed

antlr/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.2.1-SNAPSHOT</version>
27+
<version>1.2.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-antlr</artifactId>

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.2.1-SNAPSHOT</version>
27+
<version>1.2.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-code-coverage</artifactId>

confignode/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.2.1-SNAPSHOT</version>
27+
<version>1.2.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-confignode</artifactId>

consensus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>iotdb-parent</artifactId>
2525
<groupId>org.apache.iotdb</groupId>
26-
<version>1.2.1-SNAPSHOT</version>
26+
<version>1.2.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>org.apache.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>1.2.1-SNAPSHOT</version>
27+
<version>1.2.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-distribution</artifactId>
3131
<name>IoTDB Distribution</name>
32-
<modules />
32+
<modules/>
3333
<build>
3434
<plugins>
3535
<plugin>

example/client-cpp-example/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>1.2.1-SNAPSHOT</version>
27+
<version>1.2.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>client-cpp-example</artifactId>
@@ -84,7 +84,7 @@
8484
<properties>
8585
<cmake.generator>Visual Studio 16 2019</cmake.generator>
8686
<cmake.root.dir>${project.parent.basedir}/../compile-tools/thrift/target/cmake-${cmake-version}-win64-x64/</cmake.root.dir>
87-
<boost.include.dir />
87+
<boost.include.dir/>
8888
</properties>
8989
</profile>
9090
<profile>

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.2.1-SNAPSHOT</version>
27+
<version>1.2.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>flink-example</artifactId>

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
<artifactId>iotdb-examples</artifactId>
2626
<groupId>org.apache.iotdb</groupId>
27-
<version>1.2.1-SNAPSHOT</version>
27+
<version>1.2.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>hadoop-example</artifactId>

example/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>iotdb-examples</artifactId>
2525
<groupId>org.apache.iotdb</groupId>
26-
<version>1.2.1-SNAPSHOT</version>
26+
<version>1.2.0</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929
<artifactId>jdbc-example</artifactId>

example/kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.apache.iotdb</groupId>
3131
<artifactId>iotdb-examples</artifactId>
32-
<version>1.2.1-SNAPSHOT</version>
32+
<version>1.2.0</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535
<artifactId>kafka-example</artifactId>

0 commit comments

Comments
 (0)