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

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new b4f9ed2  [hotfix] Put correct version of Jackson in comment in pom.xml
b4f9ed2 is described below

commit b4f9ed2dc85b3dcbb4bfc3bdb6866505bfae6893
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Tue Jan 23 12:46:00 2024 +0100

    [hotfix] Put correct version of Jackson in comment in pom.xml
---
 flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml              | 2 +-
 .../flink-shaded-jackson-module-jsonSchema-2/pom.xml                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml 
b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
index cdc4764..aba2c59 100644
--- a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
+++ b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
@@ -78,7 +78,7 @@ under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <!-- Jackson uses multi release jars and in case 1.15.x there 
is version 19
+                <!-- Jackson uses multi release jars and in case 2.15.x there 
is version 19
                 which is not supported by 3.3.x and below -->
                 <version>3.4.1</version>
                 <executions>
diff --git 
a/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml 
b/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml
index 962a034..3e0ce58 100644
--- 
a/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml
+++ 
b/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml
@@ -64,7 +64,7 @@ under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <!-- Jackson uses multi release jars and in case 1.15.x there 
is version 19
+                <!-- Jackson uses multi release jars and in case 2.15.x there 
is version 19
                 which is not supported by 3.3.x and below -->
                 <version>3.4.1</version>
                 <executions>

Reply via email to