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 290526022bb99a276220afd73d0c5ffb0eb2cc59 Author: zentol <[email protected]> AuthorDate: Mon Jul 24 13:31:10 2017 +0200 (#16) Simplify artifact version scheme --- flink-shaded-asm-5/pom.xml | 4 ++-- flink-shaded-guava-18/pom.xml | 4 ++-- flink-shaded-netty-4/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flink-shaded-asm-5/pom.xml b/flink-shaded-asm-5/pom.xml index a729537..b7b6767 100644 --- a/flink-shaded-asm-5/pom.xml +++ b/flink-shaded-asm-5/pom.xml @@ -29,9 +29,9 @@ under the License. <relativePath>..</relativePath> </parent> - <artifactId>flink-shaded-asm-5</artifactId> + <artifactId>flink-shaded-asm</artifactId> <name>flink-shaded-asm-5</name> - <version>1.0-${asm.version}</version> + <version>${asm.version}-1.0</version> <packaging>jar</packaging> diff --git a/flink-shaded-guava-18/pom.xml b/flink-shaded-guava-18/pom.xml index 56262b1..e634bc8 100644 --- a/flink-shaded-guava-18/pom.xml +++ b/flink-shaded-guava-18/pom.xml @@ -29,9 +29,9 @@ under the License. <relativePath>..</relativePath> </parent> - <artifactId>flink-shaded-guava-18</artifactId> + <artifactId>flink-shaded-guava</artifactId> <name>flink-shaded-guava-18</name> - <version>1.0-${guava.version}</version> + <version>${guava.version}-1.0</version> <packaging>jar</packaging> diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml index b831c44..5658fab 100644 --- a/flink-shaded-netty-4/pom.xml +++ b/flink-shaded-netty-4/pom.xml @@ -29,9 +29,9 @@ under the License. <relativePath>..</relativePath> </parent> - <artifactId>flink-shaded-netty-4</artifactId> + <artifactId>flink-shaded-netty</artifactId> <name>flink-shaded-netty-4</name> - <version>1.0-${netty.version}</version> + <version>${netty.version}-1.0</version> <properties> <!-- Don't upgrade for now. Netty versions >= 4.0.28.Final
