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 <71004656+caoliang-...@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-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org