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 f8fcad7 [Chore] Change version to 24.0.0 (#43)
f8fcad7 is described below
commit f8fcad7cf72bf54b286b3644088d0cc939aa4797
Author: wudongliang <[email protected]>
AuthorDate: Tue Sep 10 14:04:23 2024 +0800
[Chore] Change version to 24.0.0 (#43)
---
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 71f4c18..c9f63cb 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-1.0.0-SNAPSHOT.jar dist
+cp -r target/doris-kafka-connector-24.0.0-SNAPSHOT.jar dist
diff --git a/pom.xml b/pom.xml
index fd99b7d..da1ca0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<!-- Set our Language Level to Java 8 -->
<properties>
- <revision>1.0.0-SNAPSHOT</revision>
+ <revision>24.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 bf70755..76a455c 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 "1.0.0";
+ return "24.0.0";
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]