You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by do...@apache.org on 2019/05/13 16:06:24 UTC

[incubator-iotdb] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0043172  Update README.md
0043172 is described below

commit 00431723b71c6690bbe956716b12e9a65d7f15a6
Author: XuYi <My...@users.noreply.github.com>
AuthorDate: Tue May 14 00:06:20 2019 +0800

    Update README.md
---
 jdbc/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jdbc/README.md b/jdbc/README.md
index 0921cd5..063818b 100644
--- a/jdbc/README.md
+++ b/jdbc/README.md
@@ -29,12 +29,12 @@
 ## How to package only jdbc project
 
 In root directory:
-> mvn clean package -pl iotdb-jdbc -am -Dmaven.test.skip=true
+> mvn clean package -pl jdbc -am -Dmaven.test.skip=true
 
 ## How to install in local maven repository
 
 In root directory:
-> mvn clean install -pl iotdb-jdbc -am -Dmaven.test.skip=true
+> mvn clean install -pl jdbc -am -Dmaven.test.skip=true
 
 ## Using IoTDB JDBC with Maven