From 812354cf1f5835d9c2627a48c4c50e18daa43f61 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 8 Nov 2017 22:36:33 +0000 Subject: [PATCH] [maven-release-plugin] prepare release netty-4.1.17.Final --- all/pom.xml | 2 +- bom/pom.xml | 68 +++++++++++----------- buffer/pom.xml | 2 +- codec-dns/pom.xml | 2 +- codec-haproxy/pom.xml | 2 +- codec-http/pom.xml | 2 +- codec-http2/pom.xml | 2 +- codec-memcache/pom.xml | 2 +- codec-mqtt/pom.xml | 2 +- codec-redis/pom.xml | 2 +- codec-smtp/pom.xml | 2 +- codec-socks/pom.xml | 2 +- codec-stomp/pom.xml | 2 +- codec-xml/pom.xml | 2 +- codec/pom.xml | 2 +- common/pom.xml | 2 +- dev-tools/pom.xml | 6 +- example/pom.xml | 2 +- handler-proxy/pom.xml | 2 +- handler/pom.xml | 2 +- microbench/pom.xml | 2 +- pom.xml | 4 +- resolver-dns/pom.xml | 2 +- resolver/pom.xml | 2 +- tarball/pom.xml | 2 +- testsuite-autobahn/pom.xml | 2 +- testsuite-osgi/pom.xml | 2 +- testsuite/pom.xml | 2 +- transport-native-epoll/pom.xml | 2 +- transport-native-kqueue/pom.xml | 2 +- transport-native-unix-common-tests/pom.xml | 2 +- transport-native-unix-common/pom.xml | 2 +- transport-rxtx/pom.xml | 2 +- transport-sctp/pom.xml | 2 +- transport-udt/pom.xml | 2 +- transport/pom.xml | 2 +- 36 files changed, 74 insertions(+), 70 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 340f6f1849..2d01ae0149 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-all diff --git a/bom/pom.xml b/bom/pom.xml index 1a57db3194..f40fe21d5c 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.netty netty-bom - 4.1.17.Final-SNAPSHOT + 4.1.17.Final pom Netty/BOM @@ -49,7 +49,7 @@ https://github.com/netty/netty scm:git:git://github.com/netty/netty.git scm:git:ssh://git@github.com/netty/netty.git - HEAD + netty-4.1.17.Final @@ -69,165 +69,165 @@ io.netty netty-buffer - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-dns - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-haproxy - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-http - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-http2 - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-memcache - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-mqtt - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-redis - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-smtp - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-socks - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-stomp - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-codec-xml - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-common - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-dev-tools - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-handler - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-handler-proxy - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-resolver - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-resolver-dns - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-transport - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-transport-rxtx - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-transport-sctp - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-transport-udt - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-example - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-all - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-transport-native-unix-common - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-transport-native-unix-common - 4.1.17.Final-SNAPSHOT + 4.1.17.Final linux-x86_64 io.netty netty-transport-native-unix-common - 4.1.17.Final-SNAPSHOT + 4.1.17.Final osx-x86_64 io.netty netty-transport-native-epoll - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-transport-native-epoll - 4.1.17.Final-SNAPSHOT + 4.1.17.Final linux-x86_64 io.netty netty-transport-native-kqueue - 4.1.17.Final-SNAPSHOT + 4.1.17.Final io.netty netty-transport-native-kqueue - 4.1.17.Final-SNAPSHOT + 4.1.17.Final osx-x86_64 diff --git a/buffer/pom.xml b/buffer/pom.xml index 5d505f1147..01d74587ce 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index 1b64562757..ba874b51b5 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 1d78491da6..c4e0671ef8 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 4e351d32d6..13fb4b2407 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-http diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index 917f5cb6d7..b14a957d28 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-http2 diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index 09403999b9..940c6929da 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index 4db12946a5..8ecf975d8f 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-mqtt diff --git a/codec-redis/pom.xml b/codec-redis/pom.xml index 956a8bb4b2..640b3667e5 100644 --- a/codec-redis/pom.xml +++ b/codec-redis/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-redis diff --git a/codec-smtp/pom.xml b/codec-smtp/pom.xml index 20a9d291da..619ab51065 100644 --- a/codec-smtp/pom.xml +++ b/codec-smtp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-smtp diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 803b2fb307..50761a584e 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index 57151610b1..4ab9d492da 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-stomp diff --git a/codec-xml/pom.xml b/codec-xml/pom.xml index d5b963970a..00e06dd61e 100644 --- a/codec-xml/pom.xml +++ b/codec-xml/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec-xml diff --git a/codec/pom.xml b/codec/pom.xml index 97bf2fa525..b3935e6ada 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-codec diff --git a/common/pom.xml b/common/pom.xml index e8c7bf372f..acece8068b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-common diff --git a/dev-tools/pom.xml b/dev-tools/pom.xml index 04ff889341..72f7625dae 100644 --- a/dev-tools/pom.xml +++ b/dev-tools/pom.xml @@ -25,7 +25,7 @@ io.netty netty-dev-tools - 4.1.17.Final-SNAPSHOT + 4.1.17.Final Netty/Dev-Tools @@ -50,4 +50,8 @@ + + + netty-4.1.17.Final + diff --git a/example/pom.xml b/example/pom.xml index cf1f43d4ef..aba6e429ef 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-example diff --git a/handler-proxy/pom.xml b/handler-proxy/pom.xml index 28d18e6385..7dc3eaddf1 100644 --- a/handler-proxy/pom.xml +++ b/handler-proxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-handler-proxy diff --git a/handler/pom.xml b/handler/pom.xml index 5b73ef6cce..bacf44c812 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 779593197a..ad3e46d730 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-microbench diff --git a/pom.xml b/pom.xml index 8a5817ea82..b363096e22 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.17.Final-SNAPSHOT + 4.1.17.Final Netty http://netty.io/ @@ -53,7 +53,7 @@ https://github.com/netty/netty scm:git:git://github.com/netty/netty.git scm:git:ssh://git@github.com/netty/netty.git - HEAD + netty-4.1.17.Final diff --git a/resolver-dns/pom.xml b/resolver-dns/pom.xml index ea1e61859e..8a48c8f100 100644 --- a/resolver-dns/pom.xml +++ b/resolver-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-resolver-dns diff --git a/resolver/pom.xml b/resolver/pom.xml index efaefec2da..8c0ac4f34a 100644 --- a/resolver/pom.xml +++ b/resolver/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-resolver diff --git a/tarball/pom.xml b/tarball/pom.xml index 8701aba547..100dcef43e 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-tarball diff --git a/testsuite-autobahn/pom.xml b/testsuite-autobahn/pom.xml index 03470067d1..00d64779d2 100644 --- a/testsuite-autobahn/pom.xml +++ b/testsuite-autobahn/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-testsuite-autobahn diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index b038628f21..90d45871c8 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-testsuite-osgi diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 1db5cb8d98..11c3fc928f 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index ea94b8c37c..b4bd6f516d 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-transport-native-epoll diff --git a/transport-native-kqueue/pom.xml b/transport-native-kqueue/pom.xml index 88f2ba8cee..79240466ab 100644 --- a/transport-native-kqueue/pom.xml +++ b/transport-native-kqueue/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-transport-native-kqueue diff --git a/transport-native-unix-common-tests/pom.xml b/transport-native-unix-common-tests/pom.xml index 6bf1086cdc..01532678f3 100644 --- a/transport-native-unix-common-tests/pom.xml +++ b/transport-native-unix-common-tests/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-transport-native-unix-common-tests diff --git a/transport-native-unix-common/pom.xml b/transport-native-unix-common/pom.xml index 0bae8460c1..70163ebc78 100644 --- a/transport-native-unix-common/pom.xml +++ b/transport-native-unix-common/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-transport-native-unix-common diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index f0a80c6b0a..0d8901838e 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index 494ed7410e..7cd847ad19 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index ca0d072038..636931e481 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index b417b1e46e..e7f7ade727 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.17.Final-SNAPSHOT + 4.1.17.Final netty-transport