You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by wa...@apache.org on 2022/04/07 00:48:28 UTC

[iotdb] branch master updated: [IOTDB-2853] there is low version of integration and jdbc in library-udf\pom.xml (#5436)

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

wangchao316 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 cf2ba5ad45 [IOTDB-2853] there is low version of integration and jdbc in library-udf\pom.xml (#5436)
cf2ba5ad45 is described below

commit cf2ba5ad4538c209ee429449b9eb3edb5ad52641
Author: DaWei <18...@163.com>
AuthorDate: Thu Apr 7 08:48:22 2022 +0800

    [IOTDB-2853] there is low version of integration and jdbc in library-udf\pom.xml (#5436)
    
    [IOTDB-2853] there is low version of integration and jdbc in library-udf\pom.xml (#5436)
---
 library-udf/pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index 1c640ba5c3..1d859e0335 100644
--- a/library-udf/pom.xml
+++ b/library-udf/pom.xml
@@ -103,19 +103,13 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>integration</artifactId>
-            <version>0.13.0-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.iotdb</groupId>
-            <artifactId>integration</artifactId>
-            <version>0.13.0-SNAPSHOT</version>
+            <version>0.14.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>0.13.0-SNAPSHOT</version>
+            <version>0.14.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>