You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/02/19 08:00:39 UTC

[iotdb] branch master updated: fix the maven version prerequisites in doc (#2669)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new dd53d12  fix the maven version prerequisites in doc (#2669)
dd53d12 is described below

commit dd53d12afd8551516f3e2495890160ad70a2657e
Author: jxlgzwh <jx...@users.noreply.github.com>
AuthorDate: Fri Feb 19 16:00:19 2021 +0800

    fix the maven version prerequisites in doc (#2669)
    
    Co-authored-by: jxlgzwh <zh...@cetc.com.cn>
---
 README.md                                            | 2 +-
 README_ZH.md                                         | 2 +-
 docs/UserGuide/Client/Programming - JDBC.md          | 2 +-
 docs/UserGuide/Client/Programming - Native API.md    | 2 +-
 docs/UserGuide/Server/Download.md                    | 2 +-
 docs/zh/UserGuide/Client/Programming - JDBC.md       | 2 +-
 docs/zh/UserGuide/Client/Programming - Native API.md | 2 +-
 docs/zh/UserGuide/Server/Download.md                 | 2 +-
 jdbc/README.md                                       | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 8fbab3c..b5331bd 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ This short guide will walk you through the basic process of using IoTDB. For a m
 To use IoTDB, you need to have:
 
 1. Java >= 1.8 (1.8, 11, and 13 are verified. Please make sure the environment path has been set accordingly).
-2. Maven >= 3.1 (If you want to compile and install IoTDB from source code).
+2. Maven >= 3.6 (If you want to compile and install IoTDB from source code).
 3. Set the max open files num as 65535 to avoid "too many open files" error.
 
 ## Installation
diff --git a/README_ZH.md b/README_ZH.md
index 0e30f66..42a3c7f 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -83,7 +83,7 @@ IoTDB的主要特点如下:
 
 要使用IoTDB,您需要:
 1. Java >= 1.8 (目前 1.8、11和13 已经被验证可用。请确保环变量境路径已正确设置)。
-2. Maven >= 3.1 (如果希望从源代码编译和安装IoTDB)。
+2. Maven >= 3.6 (如果希望从源代码编译和安装IoTDB)。
 3. 设置 max open files 为 65535,以避免"too many open files"错误。
 
 ## 安装
diff --git a/docs/UserGuide/Client/Programming - JDBC.md b/docs/UserGuide/Client/Programming - JDBC.md
index 26f57ec..35eb7cf 100644
--- a/docs/UserGuide/Client/Programming - JDBC.md	
+++ b/docs/UserGuide/Client/Programming - JDBC.md	
@@ -26,7 +26,7 @@
 ## Dependencies
 
 * JDK >= 1.8
-* Maven >= 3.1
+* Maven >= 3.6
 
 ## Package only JDBC projects
 
diff --git a/docs/UserGuide/Client/Programming - Native API.md b/docs/UserGuide/Client/Programming - Native API.md
index a4999ad..27031d9 100644
--- a/docs/UserGuide/Client/Programming - Native API.md	
+++ b/docs/UserGuide/Client/Programming - Native API.md	
@@ -24,7 +24,7 @@
 ## Dependencies
 
 * JDK >= 1.8
-* Maven >= 3.1
+* Maven >= 3.6
 
 ## How to install in local maven repository
 
diff --git a/docs/UserGuide/Server/Download.md b/docs/UserGuide/Server/Download.md
index e393782..1cbed02 100644
--- a/docs/UserGuide/Server/Download.md
+++ b/docs/UserGuide/Server/Download.md
@@ -32,7 +32,7 @@ IoTDB provides you three installation methods, you can refer to the following su
 To use IoTDB, you need to have:
 
 1. Java >= 1.8 (Please make sure the environment path has been set)
-2. Maven >= 3.1 (Optional)
+2. Maven >= 3.6 (Optional)
 3. Set the max open files num as 65535 to avoid "too many open files" problem.
 
 >Note: If you don't have maven installed, you should replace 'mvn' in the following commands with 'mvnw.sh' or 'mvnw.cmd'.
diff --git a/docs/zh/UserGuide/Client/Programming - JDBC.md b/docs/zh/UserGuide/Client/Programming - JDBC.md
index a3b1c8a..14fc1f2 100644
--- a/docs/zh/UserGuide/Client/Programming - JDBC.md	
+++ b/docs/zh/UserGuide/Client/Programming - JDBC.md	
@@ -26,7 +26,7 @@
 ## 依赖项
 
 * JDK >= 1.8
-* Maven >= 3.1
+* Maven >= 3.6
 
 ## 只打包 JDBC 工程
 
diff --git a/docs/zh/UserGuide/Client/Programming - Native API.md b/docs/zh/UserGuide/Client/Programming - Native API.md
index c86b530..8ecb00e 100644
--- a/docs/zh/UserGuide/Client/Programming - Native API.md	
+++ b/docs/zh/UserGuide/Client/Programming - Native API.md	
@@ -24,7 +24,7 @@
 ## 依赖
 
 * JDK >= 1.8
-* Maven >= 3.1
+* Maven >= 3.6
 
 ## 安装到本地 maven 库
 
diff --git a/docs/zh/UserGuide/Server/Download.md b/docs/zh/UserGuide/Server/Download.md
index 030398c..5653a9e 100644
--- a/docs/zh/UserGuide/Server/Download.md
+++ b/docs/zh/UserGuide/Server/Download.md
@@ -33,7 +33,7 @@ IoTDB为您提供了两种安装方式,您可以参考下面的建议,任选
 
 如果您需要从源码进行编译,还需要安装:
 
-1. Maven>=3.1的运行环境,具体安装方法可以参考以下链接:[https://maven.apache.org/install.html](https://maven.apache.org/install.html)。
+1. Maven >= 3.6 的运行环境,具体安装方法可以参考以下链接:[https://maven.apache.org/install.html](https://maven.apache.org/install.html)。
 
 > 注: 也可以选择不安装,使用我们提供的'mvnw.sh' 或 'mvnw.cmd' 工具。使用时请用'mvnw.sh' 或 'mvnw.cmd'命令代替下文的'mvn'命令。
 
diff --git a/jdbc/README.md b/jdbc/README.md
index 9fc50ce..1847071 100644
--- a/jdbc/README.md
+++ b/jdbc/README.md
@@ -24,7 +24,7 @@
 ## Dependencies
 
 * JDK >= 1.8
-* Maven >= 3.1
+* Maven >= 3.6
 
 ## How to package only jdbc project