[
https://issues.apache.org/jira/browse/FLINK-9817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16545127#comment-16545127
]
ASF GitHub Bot commented on FLINK-9817:
---------------------------------------
zentol closed pull request #45: [FLINK-9817] update version to 5.0, part 2
URL: https://github.com/apache/flink-shaded/pull/45
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/flink-shaded-asm-5/pom.xml b/flink-shaded-asm-5/pom.xml
index b8d6d00..50da34a 100644
--- a/flink-shaded-asm-5/pom.xml
+++ b/flink-shaded-asm-5/pom.xml
@@ -31,7 +31,7 @@ under the License.
<artifactId>flink-shaded-asm</artifactId>
<name>flink-shaded-asm-5</name>
- <version>${asm.version}-4.0</version>
+ <version>${asm.version}-5.0</version>
<packaging>jar</packaging>
diff --git a/flink-shaded-guava-18/pom.xml b/flink-shaded-guava-18/pom.xml
index 747642c..daedcf0 100644
--- a/flink-shaded-guava-18/pom.xml
+++ b/flink-shaded-guava-18/pom.xml
@@ -31,7 +31,7 @@ under the License.
<artifactId>flink-shaded-guava</artifactId>
<name>flink-shaded-guava-18</name>
- <version>${guava.version}-4.0</version>
+ <version>${guava.version}-5.0</version>
<packaging>jar</packaging>
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 4a7c753..611fb18 100644
--- a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
+++ b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-jackson-parent</artifactId>
- <version>2.7.9-4.0</version>
+ <version>2.7.9-5.0</version>
<relativePath>..</relativePath>
</parent>
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 e723489..7b5a9a5 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
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-jackson-parent</artifactId>
- <version>2.7.9-4.0</version>
+ <version>2.7.9-5.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/flink-shaded-jackson-parent/pom.xml
b/flink-shaded-jackson-parent/pom.xml
index fa12f54..1c3e3d0 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>2.7.9-4.0</version>
+ <version>2.7.9-5.0</version>
<properties>
<jackson.version>2.7.9</jackson.version>
diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml
index 8b5c65e..9c43a59 100644
--- a/flink-shaded-netty-4/pom.xml
+++ b/flink-shaded-netty-4/pom.xml
@@ -31,7 +31,7 @@ under the License.
<artifactId>flink-shaded-netty</artifactId>
<name>flink-shaded-netty-4</name>
- <version>${netty.version}-4.0</version>
+ <version>${netty.version}-5.0</version>
<properties>
<netty.version>4.1.24.Final</netty.version>
diff --git a/tools/releasing/update_branch_version.sh
b/tools/releasing/update_branch_version.sh
index ef89fe2..429dfd3 100644
--- a/tools/releasing/update_branch_version.sh
+++ b/tools/releasing/update_branch_version.sh
@@ -53,7 +53,7 @@ fi
cd ..
#change version in all pom files
-find . -name 'pom.xml' -type f -exec perl -pi -e
's#<version>'$OLD_VERSION'</version>#<version>'$NEW_VERSION'</version>#' {} \;
+find . -name 'pom.xml' -type f -exec perl -pi -e
's#<version>'$OLD_VERSION'</version>#<version>'$NEW_VERSION'</version>#;
s#-'$OLD_VERSION'</version>#-'$NEW_VERSION'</version>#' {} \;
git commit -am "Update version to $NEW_VERSION"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Version not correctly bumped to 5.0
> -----------------------------------
>
> Key: FLINK-9817
> URL: https://issues.apache.org/jira/browse/FLINK-9817
> Project: Flink
> Issue Type: Bug
> Components: flink-shaded.git
> Affects Versions: shaded-5.0
> Reporter: Nico Kruber
> Assignee: Nico Kruber
> Priority: Blocker
> Labels: pull-request-available
>
> Current {{master}} of {{flink-shaded}} only made half of the changes needed
> when updating version numbers: the suffix in each sub-module's version number
> also needs to be adapted.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)