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

xuba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/amoro-shade.git


The following commit(s) were added to refs/heads/main by this push:
     new b0c89d3  (hofix) Upgrade the maven-shade-plugin version from 3.1.1 to 
3.4.0 to resolve Maven compilation exceptions. (#16)
b0c89d3 is described below

commit b0c89d3985d26415a71a57f7799ebd4e1c390bef
Author: zhangwl9 <[email protected]>
AuthorDate: Thu Dec 4 13:37:26 2025 +0800

    (hofix) Upgrade the maven-shade-plugin version from 3.1.1 to 3.4.0 to 
resolve Maven compilation exceptions. (#16)
    
    * Upgrade Jackson version to 2.15.0 in pom.xml
    
    * (hotfix) Upgrade the maven-shade-plugin version from 3.1.1 to 3.4.0 to 
resolve Maven compilation exceptions.
    
    ---------
    
    Co-authored-by: xuba <[email protected]>
    Co-authored-by: 张文领 <[email protected]>
---
 amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml              | 2 +-
 .../amoro-shade-jackson-module-jsonSchema-2/pom.xml                   | 2 +-
 amoro-shade-jackson-parent/pom.xml                                    | 4 ++--
 pom.xml                                                               | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml 
b/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml
index 18bd303..8096cad 100644
--- a/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml
+++ b/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.amoro</groupId>
         <artifactId>amoro-shade-jackson-parent</artifactId>
-        <version>2.14.2-0.9-SNAPSHOT</version>
+        <version>2.15.0-0.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>amoro-shade-jackson-2</artifactId>
diff --git 
a/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml 
b/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml
index a0568cb..74111d7 100644
--- a/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml
+++ b/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.amoro</groupId>
         <artifactId>amoro-shade-jackson-parent</artifactId>
-        <version>2.14.2-0.9-SNAPSHOT</version>
+        <version>2.15.0-0.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>amoro-shade-jackson-module-jsonSchema-2</artifactId>
diff --git a/amoro-shade-jackson-parent/pom.xml 
b/amoro-shade-jackson-parent/pom.xml
index 6b8acb9..0cf8e2c 100644
--- a/amoro-shade-jackson-parent/pom.xml
+++ b/amoro-shade-jackson-parent/pom.xml
@@ -29,12 +29,12 @@ under the License.
 
     <artifactId>amoro-shade-jackson-parent</artifactId>
     <name>amoro-shade-jackson-parent</name>
-    <version>2.14.2-0.9-SNAPSHOT</version>
+    <version>2.15.0-0.9-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
     <properties>
-        <jackson.version>2.14.2</jackson.version>
+        <jackson.version>2.15.0</jackson.version>
     </properties>
     <modules>
         <module>amoro-shade-jackson-2</module>
diff --git a/pom.xml b/pom.xml
index be8fe94..d975986 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@ under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
-                    <version>3.1.1</version>
+                    <version>3.4.0</version>
                     <configuration>
                         <filters combine.children="append">
                             <filter>

Reply via email to