This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch rel/0.10
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/rel/0.10 by this push:
     new 8756a2b  fix inconsistent version in site/pom.xml becaues bad release
8756a2b is described below

commit 8756a2ba9b4eca67a5dab15301133fb0f39676b2
Author: xiangdong huang <[email protected]>
AuthorDate: Wed Jun 17 13:20:03 2020 +0800

    fix inconsistent version in site/pom.xml becaues bad release
---
 site/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/pom.xml b/site/pom.xml
index a874880..67347ad 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.10.0-SNAPSHOT</version>
+        <version>0.10.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Reply via email to