This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch cherry-pick-build-module-from-0.8 in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 70dd773236586cf96989284e6eb7806f26c0c47c Author: xiangdong huang <[email protected]> AuthorDate: Tue Jul 23 23:16:48 2019 +0800 set the version in build/pom.xml as 0.9.0-SNAPSHOT --- build/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pom.xml b/build/pom.xml index 604446d..03cc55e 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>root</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>build</artifactId>
