From 8a4654ae9f456c4a57ff66a155905ee4ed81aab4 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sun, 21 Jan 2018 18:01:42 +0000 Subject: [PATCH] [maven-release-plugin] prepare release netty-4.0.55.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 754df6373a..3db4523d51 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-all diff --git a/bom/pom.xml b/bom/pom.xml index 032165ce46..05991f1966 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.netty netty-bom - 4.0.55.Final-SNAPSHOT + 4.0.55.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.55.Final @@ -69,77 +69,77 @@ io.netty netty-buffer - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-codec - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-codec-haproxy - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-codec-http - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-codec-socks - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-common - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-handler - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-transport - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-transport-rxtx - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-transport-sctp - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-transport-udt - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-example - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-all - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-transport-native-epoll - 4.0.55.Final-SNAPSHOT + 4.0.55.Final io.netty netty-transport-native-epoll - 4.0.55.Final-SNAPSHOT + 4.0.55.Final linux-x86_64 diff --git a/buffer/pom.xml b/buffer/pom.xml index 2d0d25ead1..10332f7842 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-buffer diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index a94d52bda7..4e8d6c3501 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 2d9286c83a..e93c00c6d2 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-codec-http diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 43d084efea..7b935c8d13 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-codec-socks diff --git a/codec/pom.xml b/codec/pom.xml index d7f8df6d41..e5fd31acbd 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-codec diff --git a/common/pom.xml b/common/pom.xml index 75054afdeb..fa97ea7ad9 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-common diff --git a/dev-tools/pom.xml b/dev-tools/pom.xml index 5e5dfceea3..acd1fe5110 100644 --- a/dev-tools/pom.xml +++ b/dev-tools/pom.xml @@ -25,7 +25,7 @@ io.netty netty-dev-tools - 4.0.55.Final-SNAPSHOT + 4.0.55.Final Netty/Dev-Tools @@ -50,4 +50,8 @@ + + + netty-4.0.55.Final + diff --git a/example/pom.xml b/example/pom.xml index 93d9290e09..0ae994207d 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-example diff --git a/handler/pom.xml b/handler/pom.xml index 14db3156c2..2141245ee9 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index cd73da26ed..969a9f1bc4 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-microbench diff --git a/pom.xml b/pom.xml index d8314edc24..19ff923365 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.0.55.Final-SNAPSHOT + 4.0.55.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.55.Final diff --git a/tarball/pom.xml b/tarball/pom.xml index 11927763cb..262ca55c08 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-tarball diff --git a/testsuite-autobahn/pom.xml b/testsuite-autobahn/pom.xml index f46c4813db..9a916a6b93 100644 --- a/testsuite-autobahn/pom.xml +++ b/testsuite-autobahn/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-testsuite-autobahn diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index 407eb427f7..d06b5b6072 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-testsuite-osgi diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 89a318d543..0ce0d47faf 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 5443753c33..3e55632aa8 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-transport-native-epoll diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index c3cbd7ee85..92f4945d85 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index 96cb1903ad..0cc549c33a 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 9058ce17f9..1da14e3edf 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index ae6b6871d8..4d9b85b512 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.55.Final-SNAPSHOT + 4.0.55.Final netty-transport