You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2023/02/17 02:53:42 UTC

[iotdb] branch rc/1.0.1 updated: comment integration and integration-test module in pom.xml

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

caogaofei pushed a commit to branch rc/1.0.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rc/1.0.1 by this push:
     new 385d822a8f comment integration and integration-test module in pom.xml
385d822a8f is described below

commit 385d822a8f0688e36b7e9fcaea321e3f71f22b91
Author: Beyyes <cg...@foxmail.com>
AuthorDate: Fri Feb 17 10:52:27 2023 +0800

    comment integration and integration-test module in pom.xml
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5a04e4c998..b0aa988c50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,8 +111,8 @@
         <module>compile-tools</module>
         <module>client-cpp</module>
         <module>metrics</module>
-        <module>integration</module>
-        <module>integration-test</module>
+        <!-- <module>integration</module> -->
+        <!-- <module>integration-test</module> -->
         <module>consensus</module>
         <module>external-pipe-api</module>
         <module>library-udf</module>