From 7eb3a60dba59cce87d1ad5c77771fdcd560a6812 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 4 Feb 2016 16:37:06 +0100 Subject: [PATCH] [maven-release-plugin] prepare release netty-4.1.0.CR2 --- 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-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 +- 28 files changed, 29 insertions(+), 29 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index a39b04b424..91833d2711 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index 1a7a59a281..3f1541345a 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index 7d2c6eb733..72a5cf8b4a 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index f57ebd8b6e..f14ead6737 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index f2137d1c90..f2c4d98f26 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-codec-http diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index 6b27a89112..487292ffe1 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-codec-http2 diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index 7994a19c78..49f3e684e8 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index 763ab548f1..5579b5c719 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-codec-mqtt diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 1577746bba..2d164d6b4c 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index 8b721b0817..a99760d25a 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-codec-stomp diff --git a/codec-xml/pom.xml b/codec-xml/pom.xml index 641771f3fd..9733702c80 100644 --- a/codec-xml/pom.xml +++ b/codec-xml/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-codec-xml diff --git a/codec/pom.xml b/codec/pom.xml index 530d5569a7..da38895419 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-codec diff --git a/common/pom.xml b/common/pom.xml index 2eb5c3487f..52a54e2de1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-common diff --git a/example/pom.xml b/example/pom.xml index 6808ed923d..5a7ae7c61f 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-example diff --git a/handler-proxy/pom.xml b/handler-proxy/pom.xml index 3acbd6b356..e05ea6ffeb 100644 --- a/handler-proxy/pom.xml +++ b/handler-proxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-handler-proxy diff --git a/handler/pom.xml b/handler/pom.xml index 041c6f2d2a..b803a5a86d 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 77d9aca694..a4961e7b3c 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-microbench diff --git a/pom.xml b/pom.xml index be65203dbb..73d509ae9b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 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.0.CR2 diff --git a/resolver-dns/pom.xml b/resolver-dns/pom.xml index 904c31987f..7ccb9ab804 100644 --- a/resolver-dns/pom.xml +++ b/resolver-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-resolver-dns diff --git a/resolver/pom.xml b/resolver/pom.xml index 3ffb1f82ab..4d963d7d21 100644 --- a/resolver/pom.xml +++ b/resolver/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-resolver diff --git a/tarball/pom.xml b/tarball/pom.xml index 3048973ab9..85d83d990a 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-tarball diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index e03127f175..d1b60b99f1 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-testsuite-osgi diff --git a/testsuite/pom.xml b/testsuite/pom.xml index cbf30613ad..8d2c364c44 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index c386625d64..d7089b3ac8 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-transport-native-epoll diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 1f71bb4502..08ab474a6e 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index a650f25589..e1dbfa7130 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index f0be59a1b5..28b63c7008 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 1785807bc8..f62a45d544 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR2-SNAPSHOT + 4.1.0.CR2 netty-transport