You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/31 14:13:22 UTC

[flink-shaded] 26/47: (#31) Hard-code jackson-parent version

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

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

commit eb064f6e24e98f3ae91bdfd91fc96a32c821620d
Author: zentol <ch...@apache.org>
AuthorDate: Wed Jan 31 09:50:33 2018 +0100

    (#31) Hard-code jackson-parent version
---
 flink-shaded-jackson-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-shaded-jackson-parent/pom.xml b/flink-shaded-jackson-parent/pom.xml
index 46b4e00..0bb4058 100644
--- a/flink-shaded-jackson-parent/pom.xml
+++ b/flink-shaded-jackson-parent/pom.xml
@@ -32,7 +32,7 @@ under the License.
     <artifactId>flink-shaded-jackson-parent</artifactId>
     <name>flink-shaded-jackson-parent</name>
     <packaging>pom</packaging>
-    <version>${jackson.version}-3.0</version>
+    <version>2.7.9-3.0</version>
 
     <properties>
         <jackson.version>2.7.9</jackson.version>