You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/08/30 09:22:41 UTC

[incubator-inlong] branch release-0.10.0 updated: [INLONG-1505] fix dependencies error when build release-0.10.0 (#1506)

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

gosonzhang pushed a commit to branch release-0.10.0
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/release-0.10.0 by this push:
     new 395df42  [INLONG-1505] fix dependencies error when build release-0.10.0 (#1506)
395df42 is described below

commit 395df42a0ededc5a1672b1370b0fcbc4564c65ef
Author: dockerzhang <do...@apache.org>
AuthorDate: Mon Aug 30 17:22:34 2021 +0800

    [INLONG-1505] fix dependencies error when build release-0.10.0 (#1506)
    
    Co-authored-by: dockerzhang <do...@tencent.com>
---
 inlong-sort/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/inlong-sort/pom.xml b/inlong-sort/pom.xml
index 61e9576..3760b0e 100644
--- a/inlong-sort/pom.xml
+++ b/inlong-sort/pom.xml
@@ -44,10 +44,9 @@
         <mockito.version>3.6.28</mockito.version>
         <curator.version>2.12.0</curator.version>
         <log4j.configuration>log4j-test.properties</log4j.configuration>
-        <tubemq.version>0.10.0-incubating-SNAPSHOT</tubemq.version>
+        <tubemq.version>${project.version}</tubemq.version>
         <commons-lang3.version>3.3.2</commons-lang3.version>
         <clickhouse-jdbc.version>0.3.0</clickhouse-jdbc.version>
-        <flink-format.version>0.10.0-incubating-SNAPSHOT</flink-format.version>
         <flink.jackson.version>2.9.8-7.0</flink.jackson.version>
         <jsr.version>3.0.2</jsr.version>
         <snappy.version>1.1.4</snappy.version>