From 4e9a6e5ab64525194f056027a463dbf0e464229c Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 21 Sep 2017 19:47:02 +0000 Subject: [PATCH] [maven-release-plugin] prepare release netty-4.0.52.Final --- all/pom.xml | 2 +- bom/pom.xml | 34 +++++++++++++++++----------------- buffer/pom.xml | 2 +- codec-haproxy/pom.xml | 2 +- codec-http/pom.xml | 2 +- codec-socks/pom.xml | 2 +- codec/pom.xml | 2 +- common/pom.xml | 2 +- dev-tools/pom.xml | 6 +++++- example/pom.xml | 2 +- handler/pom.xml | 2 +- microbench/pom.xml | 2 +- pom.xml | 4 ++-- 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-rxtx/pom.xml | 2 +- transport-sctp/pom.xml | 2 +- transport-udt/pom.xml | 2 +- transport/pom.xml | 2 +- 22 files changed, 43 insertions(+), 39 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 87a42fbf83..04f35ba678 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-all diff --git a/bom/pom.xml b/bom/pom.xml index 6a98abe02b..d5a6bfa53c 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.netty netty-bom - 4.0.52.Final-SNAPSHOT + 4.0.52.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.0.52.Final @@ -69,77 +69,77 @@ io.netty netty-buffer - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-codec - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-codec-haproxy - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-codec-http - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-codec-socks - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-common - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-handler - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-transport - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-transport-rxtx - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-transport-sctp - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-transport-udt - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-example - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-all - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-transport-native-epoll - 4.0.52.Final-SNAPSHOT + 4.0.52.Final io.netty netty-transport-native-epoll - 4.0.52.Final-SNAPSHOT + 4.0.52.Final linux-x86_64 diff --git a/buffer/pom.xml b/buffer/pom.xml index be18d4a988..1bba241a9d 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-buffer diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 729f4d12d5..ad792e7667 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index b7b7ccbefd..34d1798613 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-codec-http diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 0a7cc49ffd..850e83910b 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-codec-socks diff --git a/codec/pom.xml b/codec/pom.xml index d3883ccd43..a2977842fa 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-codec diff --git a/common/pom.xml b/common/pom.xml index 21ed81598f..d9a82d4c76 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-common diff --git a/dev-tools/pom.xml b/dev-tools/pom.xml index b4285f2609..362f20591e 100644 --- a/dev-tools/pom.xml +++ b/dev-tools/pom.xml @@ -25,7 +25,7 @@ io.netty netty-dev-tools - 4.0.52.Final-SNAPSHOT + 4.0.52.Final Netty/Dev-Tools @@ -50,4 +50,8 @@ + + + netty-4.0.52.Final + diff --git a/example/pom.xml b/example/pom.xml index 5f31e1f0e7..2717af7afe 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-example diff --git a/handler/pom.xml b/handler/pom.xml index b7966180b8..5f7c9a966f 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 051c465230..e78124e25c 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-microbench diff --git a/pom.xml b/pom.xml index fd680894ba..e9217fce5a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.0.52.Final-SNAPSHOT + 4.0.52.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.0.52.Final diff --git a/tarball/pom.xml b/tarball/pom.xml index 56647cb82f..a54ea4da96 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-tarball diff --git a/testsuite-autobahn/pom.xml b/testsuite-autobahn/pom.xml index 8c4afcb416..3078fc927a 100644 --- a/testsuite-autobahn/pom.xml +++ b/testsuite-autobahn/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-testsuite-autobahn diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index 01eb73f891..a27dc22aa6 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-testsuite-osgi diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 4bbb27e3b4..2cad810545 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 680a56a4d4..4a73154d57 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-transport-native-epoll diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 6035b49fa8..ad3f43e493 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index 3cabe7e528..6e66fe6d1e 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 273754e587..eaebcee9ec 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 759e46344a..2b8459611d 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.52.Final-SNAPSHOT + 4.0.52.Final netty-transport