This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 7cebea493 [Improvement] Rename Maven property jackson.vesion to
jackson.version (#4134)
7cebea493 is described below
commit 7cebea493bcd8ef54387420f684b7014f4d1e3aa
Author: Baixiaochun <[email protected]>
AuthorDate: Wed Mar 18 22:00:51 2026 +0800
[Improvement] Rename Maven property jackson.vesion to jackson.version
(#4134)
Fix typo in the mixed Flink Maven property name: jackson.vesion ->
jackson.version across all 3 pom.xml files that reference it.
Co-authored-by: Bingtagui404 <[email protected]>
---
.../amoro-mixed-flink/amoro-mixed-flink-common-iceberg-bridge/pom.xml | 2 +-
amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml | 2 +-
amoro-format-mixed/amoro-mixed-flink/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common-iceberg-bridge/pom.xml
b/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common-iceberg-bridge/pom.xml
index 6d7dc5bc6..97a5794cb 100644
---
a/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common-iceberg-bridge/pom.xml
+++
b/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common-iceberg-bridge/pom.xml
@@ -275,7 +275,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>${jackson.vesion}</version>
+ <version>${jackson.version}</version>
<scope>provided</scope>
</dependency>
diff --git
a/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml
b/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml
index 8b10b3f2f..c147dad91 100644
--- a/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml
+++ b/amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml
@@ -211,7 +211,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>${jackson.vesion}</version>
+ <version>${jackson.version}</version>
<scope>provided</scope>
</dependency>
diff --git a/amoro-format-mixed/amoro-mixed-flink/pom.xml
b/amoro-format-mixed/amoro-mixed-flink/pom.xml
index 4216ef937..0c0654b8c 100644
--- a/amoro-format-mixed/amoro-mixed-flink/pom.xml
+++ b/amoro-format-mixed/amoro-mixed-flink/pom.xml
@@ -50,6 +50,6 @@
<flink-kafka.version>3.2.0-1.18</flink-kafka.version>
<kafka.version>3.4.0</kafka.version>
<gson.version>2.9.0</gson.version>
- <jackson.vesion>2.10.2</jackson.vesion>
+ <jackson.version>2.10.2</jackson.version>
</properties>
</project>