Skip to content

Commit a92372d

Browse files
committed
Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit dc67933.
1 parent 586c241 commit a92372d

File tree

66 files changed

+90
-90
lines changed

Some content is hidden

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

66 files changed

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

cli/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.0.1-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-cli</artifactId>

client-cpp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>iotdb-parent</artifactId>
2626
<groupId>org.apache.iotdb</groupId>
27-
<version>1.0.1-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>client-cpp</artifactId>
@@ -121,8 +121,8 @@
121121
<cmake.root.dir>${project.parent.basedir}/compile-tools/thrift/target/cmake-${cmake-version}-win64-x64/</cmake.root.dir>
122122
<thrift.exec.absolute.path>${project.parent.basedir}/compile-tools/thrift/target/build/compiler/cpp/bin/${cmake.build.type}/thrift.exe</thrift.exec.absolute.path>
123123
<iotdb.server.script>start-server.bat</iotdb.server.script>
124-
<boost.include.dir />
125-
<boost.library.dir />
124+
<boost.include.dir/>
125+
<boost.library.dir/>
126126
</properties>
127127
</profile>
128128
<profile>

client-py/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.0.1-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-python-api</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.0.1-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-code-coverage</artifactId>

compile-tools/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.iotdb</groupId>
2424
<artifactId>iotdb-parent</artifactId>
25-
<version>1.0.1-SNAPSHOT</version>
25+
<version>1.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>client-cpp-tools</artifactId>
@@ -35,7 +35,7 @@
3535
<cmake-version>3.17.3</cmake-version>
3636
<openssl.include.dir>-Dtrue1=true1</openssl.include.dir>
3737
<bison.executable.dir>-Dtrue1=true1</bison.executable.dir>
38-
<cmake.build.type />
38+
<cmake.build.type/>
3939
</properties>
4040
<modules>
4141
<module>thrift</module>
@@ -138,8 +138,8 @@
138138
<thrift.make.executable>make</thrift.make.executable>
139139
<thrift.compiler.executable>thrift.exe</thrift.compiler.executable>
140140
<gradlew.executable>gradlew.bat</gradlew.executable>
141-
<boost.include.dir />
142-
<boost.library.dir />
141+
<boost.include.dir/>
142+
<boost.library.dir/>
143143
</properties>
144144
</profile>
145145
</profiles>

compile-tools/thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.iotdb</groupId>
2424
<artifactId>client-cpp-tools</artifactId>
25-
<version>1.0.1-SNAPSHOT</version>
25+
<version>1.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>client-cpp-tools-thrift</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.0.1-SNAPSHOT</version>
27+
<version>1.0.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.0.1-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

cross-tests/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.0.1-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929
<artifactId>cross-tests</artifactId>

0 commit comments

Comments
 (0)