From c67a3b0507d847a9f01c886b944ced015245ecc9 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 14 May 2018 11:11:24 +0000 Subject: [PATCH] [maven-release-plugin] prepare release netty-4.1.25.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-http2/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 +- 37 files changed, 75 insertions(+), 71 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 07db86bfe4..73b99ad4ec 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-all diff --git a/bom/pom.xml b/bom/pom.xml index 1b4aac849f..6c40b4c5a0 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.netty netty-bom - 4.1.25.Final-SNAPSHOT + 4.1.25.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.25.Final @@ -69,165 +69,165 @@ io.netty netty-buffer - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-dns - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-haproxy - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-http - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-http2 - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-memcache - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-mqtt - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-redis - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-smtp - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-socks - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-stomp - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-codec-xml - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-common - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-dev-tools - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-handler - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-handler-proxy - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-resolver - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-resolver-dns - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-transport - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-transport-rxtx - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-transport-sctp - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-transport-udt - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-example - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-all - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-transport-native-unix-common - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-transport-native-unix-common - 4.1.25.Final-SNAPSHOT + 4.1.25.Final linux-x86_64 io.netty netty-transport-native-unix-common - 4.1.25.Final-SNAPSHOT + 4.1.25.Final osx-x86_64 io.netty netty-transport-native-epoll - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-transport-native-epoll - 4.1.25.Final-SNAPSHOT + 4.1.25.Final linux-x86_64 io.netty netty-transport-native-kqueue - 4.1.25.Final-SNAPSHOT + 4.1.25.Final io.netty netty-transport-native-kqueue - 4.1.25.Final-SNAPSHOT + 4.1.25.Final osx-x86_64 diff --git a/buffer/pom.xml b/buffer/pom.xml index d816cc0d38..82a4f3bab5 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index 7450a99c53..752825becc 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 3c0e596a7d..f1d984ee7a 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index ae2f2978c0..cc48581aae 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-http diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index aa7f75dfb1..611dc56438 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-http2 diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index 1fc0463785..b20a2b0267 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index 124d1e63da..ba849b6f49 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-mqtt diff --git a/codec-redis/pom.xml b/codec-redis/pom.xml index 611c47984b..26b0560e83 100644 --- a/codec-redis/pom.xml +++ b/codec-redis/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-redis diff --git a/codec-smtp/pom.xml b/codec-smtp/pom.xml index 81af87e880..fe20902a73 100644 --- a/codec-smtp/pom.xml +++ b/codec-smtp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-smtp diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index edb2d0f98a..7c0fab5005 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index 73d6559fd0..d1bcbad87f 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-stomp diff --git a/codec-xml/pom.xml b/codec-xml/pom.xml index ad2e33989d..b675166946 100644 --- a/codec-xml/pom.xml +++ b/codec-xml/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec-xml diff --git a/codec/pom.xml b/codec/pom.xml index 41ab47c964..b23e85d0e7 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-codec diff --git a/common/pom.xml b/common/pom.xml index ad05bb5f97..6777210e3f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-common diff --git a/dev-tools/pom.xml b/dev-tools/pom.xml index 58dfeaf1a7..664bc5954c 100644 --- a/dev-tools/pom.xml +++ b/dev-tools/pom.xml @@ -25,7 +25,7 @@ io.netty netty-dev-tools - 4.1.25.Final-SNAPSHOT + 4.1.25.Final Netty/Dev-Tools @@ -50,4 +50,8 @@ + + + netty-4.1.25.Final + diff --git a/example/pom.xml b/example/pom.xml index ec072fdb8d..f72c6e67cb 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-example diff --git a/handler-proxy/pom.xml b/handler-proxy/pom.xml index 08f342c143..17af338095 100644 --- a/handler-proxy/pom.xml +++ b/handler-proxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-handler-proxy diff --git a/handler/pom.xml b/handler/pom.xml index 9ad57b0736..c663ae7e64 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index b2cd334a67..e6f9e6ebc5 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-microbench diff --git a/pom.xml b/pom.xml index fcda89ca10..ce2d818e56 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.25.Final-SNAPSHOT + 4.1.25.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.25.Final diff --git a/resolver-dns/pom.xml b/resolver-dns/pom.xml index f558b1eb60..1fedda1f07 100644 --- a/resolver-dns/pom.xml +++ b/resolver-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-resolver-dns diff --git a/resolver/pom.xml b/resolver/pom.xml index 9fbb13aa91..35bb9a01bd 100644 --- a/resolver/pom.xml +++ b/resolver/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-resolver diff --git a/tarball/pom.xml b/tarball/pom.xml index e3e5f31b2c..c4b85b11aa 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-tarball diff --git a/testsuite-autobahn/pom.xml b/testsuite-autobahn/pom.xml index d39991cc99..881354b79f 100644 --- a/testsuite-autobahn/pom.xml +++ b/testsuite-autobahn/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-testsuite-autobahn diff --git a/testsuite-http2/pom.xml b/testsuite-http2/pom.xml index dfa3439630..aede68b205 100644 --- a/testsuite-http2/pom.xml +++ b/testsuite-http2/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-testsuite-http2 diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index a2e6b157ea..b928544faf 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-testsuite-osgi diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 0a6b2dc520..f486249dba 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 224a06725e..5f4d06fd78 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-transport-native-epoll diff --git a/transport-native-kqueue/pom.xml b/transport-native-kqueue/pom.xml index 04e35872d0..28448d6ac7 100644 --- a/transport-native-kqueue/pom.xml +++ b/transport-native-kqueue/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-transport-native-kqueue diff --git a/transport-native-unix-common-tests/pom.xml b/transport-native-unix-common-tests/pom.xml index 4fc0ef5f48..8c91eed640 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.25.Final-SNAPSHOT + 4.1.25.Final netty-transport-native-unix-common-tests diff --git a/transport-native-unix-common/pom.xml b/transport-native-unix-common/pom.xml index e23643048e..b3371ecdfe 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.25.Final-SNAPSHOT + 4.1.25.Final netty-transport-native-unix-common diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 72d78538d0..62f1f694bb 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index 0b2641bc76..1034923680 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 86e9aeb9bf..7e0b38c167 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 4c4cadd607..9ae36a487c 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.25.Final-SNAPSHOT + 4.1.25.Final netty-transport