You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by di...@apache.org on 2023/06/05 09:33:29 UTC

[doris-flink-connector] branch master updated: Update pom.xml version (#143)

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

diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 33a9fd8  Update pom.xml  version (#143)
33a9fd8 is described below

commit 33a9fd8153090d273f8ae15a7f85d2c480889b54
Author: caoliang-web <71...@users.noreply.github.com>
AuthorDate: Mon Jun 5 17:33:24 2023 +0800

    Update pom.xml  version (#143)
---
 flink-doris-connector/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/flink-doris-connector/pom.xml b/flink-doris-connector/pom.xml
index 025bcde..69ddf9c 100644
--- a/flink-doris-connector/pom.xml
+++ b/flink-doris-connector/pom.xml
@@ -27,7 +27,7 @@ under the License.
     </parent>
     <groupId>org.apache.doris</groupId>
     <artifactId>flink-doris-connector-${flink.minor.version}</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>${revision}</version>
     <name>Flink Doris Connector</name>
     <url>https://doris.apache.org/</url>
 
@@ -67,6 +67,7 @@ under the License.
     </mailingLists>
 
     <properties>
+        <revision>1.4.0-SNAPSHOT</revision>
         <flink.version>1.15.0</flink.version>
         <flink.minor.version>1.15</flink.minor.version>
         <libthrift.version>0.16.0</libthrift.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org