You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/02/14 06:50:28 UTC

[incubator-iotdb] branch feature_add_skipUTs_parameter updated: change the profile of skipUT_IoTDBTests to skipUT_IoTDB_Tests

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

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


The following commit(s) were added to refs/heads/feature_add_skipUTs_parameter by this push:
     new 9d619c9  change the profile of skipUT_IoTDBTests to skipUT_IoTDB_Tests
9d619c9 is described below

commit 9d619c9e16e4153c01ec654f3d9e2c808de54dcf
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Thu Feb 14 14:50:17 2019 +0800

    change the profile of skipUT_IoTDBTests to skipUT_IoTDB_Tests
---
 iotdb/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iotdb/pom.xml b/iotdb/pom.xml
index 0205532..7ff37e9 100644
--- a/iotdb/pom.xml
+++ b/iotdb/pom.xml
@@ -200,7 +200,7 @@
             </properties>
         </profile>
         <profile>
-            <id>skipUT_IoTDBTests</id>
+            <id>skipUT_IoTDB_Tests</id>
             <activation>
                 <property>
                     <name>skipUTs</name>