From 9466b32d05ecf63b7e3a16e8e432ca5def21dc1e Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 27 Jul 2016 13:16:59 +0200 Subject: [PATCH] [maven-release-plugin] prepare release netty-4.1.4.Final --- all/pom.xml | 2 +- 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 +- 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-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 +- 30 files changed, 31 insertions(+), 31 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 2b906ec553..c81737b8ad 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index 47a44e2c05..0eb04de35f 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index 1998649937..3a494667e0 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 6376ab4892..c0801e3cd5 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index b95d362292..14c2d27ea9 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-http diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index 20a7b3ba7f..229e86af80 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-http2 diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index e3baf747f6..ee11e4284a 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index 0d0bbeee3a..6d8b5f915d 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-mqtt diff --git a/codec-redis/pom.xml b/codec-redis/pom.xml index 63f5848903..0226e80400 100644 --- a/codec-redis/pom.xml +++ b/codec-redis/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-redis diff --git a/codec-smtp/pom.xml b/codec-smtp/pom.xml index 0cf4587914..0e77abea36 100644 --- a/codec-smtp/pom.xml +++ b/codec-smtp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-smtp diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index f813fb021a..3f91d6d1ff 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index 6341c9e420..221ff004fb 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-stomp diff --git a/codec-xml/pom.xml b/codec-xml/pom.xml index 37bcbf648b..a1425df729 100644 --- a/codec-xml/pom.xml +++ b/codec-xml/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec-xml diff --git a/codec/pom.xml b/codec/pom.xml index 67298f1602..da19962af5 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-codec diff --git a/common/pom.xml b/common/pom.xml index 0c0023882f..45be91573e 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-common diff --git a/example/pom.xml b/example/pom.xml index 0091667c2b..d0278426b6 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-example diff --git a/handler-proxy/pom.xml b/handler-proxy/pom.xml index a8caf3bb23..bef52f9ae7 100644 --- a/handler-proxy/pom.xml +++ b/handler-proxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-handler-proxy diff --git a/handler/pom.xml b/handler/pom.xml index 488845c946..a5e2994e63 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 9d1326882e..3fa9c5ae6f 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-microbench diff --git a/pom.xml b/pom.xml index 8ab1f43f51..56fc5d746d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.4.Final-SNAPSHOT + 4.1.4.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.4.Final diff --git a/resolver-dns/pom.xml b/resolver-dns/pom.xml index 288762c82e..ec907c5ef5 100644 --- a/resolver-dns/pom.xml +++ b/resolver-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-resolver-dns diff --git a/resolver/pom.xml b/resolver/pom.xml index f7aa24590c..b33150c750 100644 --- a/resolver/pom.xml +++ b/resolver/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-resolver diff --git a/tarball/pom.xml b/tarball/pom.xml index fdeb384e24..737bac06e6 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-tarball diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index a6d1102e60..0c90bd10d7 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-testsuite-osgi diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 7fe15b05ca..8c0129ad1c 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 5273f4e96b..dd27626f55 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-transport-native-epoll diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 6be4752021..508e779f8c 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index 2ee1fe6507..7f8a9841d0 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 71e467a078..204d0d0212 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 26562034fe..82c546d036 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.4.Final-SNAPSHOT + 4.1.4.Final netty-transport