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-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new b04d250 [Chore] update version to 25.0.0 (#71) b04d250 is described below commit b04d25017209c21ce4dcee2274c29484c2d9c54a Author: wudi <676366...@qq.com> AuthorDate: Tue Apr 29 11:38:08 2025 +0800 [Chore] update version to 25.0.0 (#71) --- build.sh | 2 +- pom.xml | 2 +- src/main/java/org/apache/doris/kafka/connector/utils/Version.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index c9f63cb..af4a4dd 100644 --- a/build.sh +++ b/build.sh @@ -23,4 +23,4 @@ mvn clean package -Dmaven.test.skip=true rm -rf dist mkdir -p dist -cp -r target/doris-kafka-connector-24.0.0-SNAPSHOT.jar dist +cp -r target/doris-kafka-connector-25.0.0-SNAPSHOT.jar dist diff --git a/pom.xml b/pom.xml index 862ee7a..cb1fcc8 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ <!-- Set our Language Level to Java 8 --> <properties> - <revision>24.0.0-SNAPSHOT</revision> + <revision>25.0.0-SNAPSHOT</revision> <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version> <maven-source-plugin.version>3.2.1</maven-source-plugin.version> diff --git a/src/main/java/org/apache/doris/kafka/connector/utils/Version.java b/src/main/java/org/apache/doris/kafka/connector/utils/Version.java index 76a455c..f8242e2 100644 --- a/src/main/java/org/apache/doris/kafka/connector/utils/Version.java +++ b/src/main/java/org/apache/doris/kafka/connector/utils/Version.java @@ -24,7 +24,7 @@ public class Version { try { return Version.class.getPackage().getImplementationVersion(); } catch (Exception ex) { - return "24.0.0"; + return "25.0.0"; } } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org