From 83eae705e134fca28c82f0326de5b7b56c160d56 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 4 Jul 2014 17:02:17 +0900 Subject: [PATCH] [maven-release-plugin] prepare release netty-4.1.0.Beta1 --- all/pom.xml | 2 +- buffer/pom.xml | 2 +- codec-dns/pom.xml | 2 +- codec-haproxy/pom.xml | 2 +- codec-http/pom.xml | 2 +- codec-memcache/pom.xml | 2 +- codec-mqtt/pom.xml | 2 +- codec-socks/pom.xml | 2 +- codec-stomp/pom.xml | 2 +- codec/pom.xml | 2 +- common/pom.xml | 2 +- example/pom.xml | 2 +- handler/pom.xml | 2 +- microbench/pom.xml | 2 +- pom.xml | 8 ++++---- tarball/pom.xml | 2 +- testsuite/pom.xml | 4 ++-- 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, 26 insertions(+), 26 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 5248ad0e5b..41c133296c 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index dd716dd2ac..0505c1dc47 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index 70d7820a75..b17753b811 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 71e7b93fab..6a5eb688ee 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index d1c261e365..66a1232790 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-codec-http diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index 8261c5b26a..55a48f9ab4 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index a8295da237..4ea3b0f58a 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-codec-mqtt diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 04f97edd47..beab1830dc 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index 693cbbeb35..80f6461b6a 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-codec-stomp diff --git a/codec/pom.xml b/codec/pom.xml index 528cd5bada..9646a9fa99 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-codec diff --git a/common/pom.xml b/common/pom.xml index 2855742f57..fed69753ed 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-common diff --git a/example/pom.xml b/example/pom.xml index 4bfd3ad76b..344342e0d3 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-example diff --git a/handler/pom.xml b/handler/pom.xml index c33a16d036..8ecd8ef3a2 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 1f12294b24..d0c0a6964d 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-microbench diff --git a/pom.xml b/pom.xml index 85d6c76df2..b9239275d1 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 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.Beta1 @@ -1184,7 +1184,7 @@ - + @@ -1198,7 +1198,7 @@ - + diff --git a/tarball/pom.xml b/tarball/pom.xml index c3a82d11f2..3de0afec5a 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-tarball diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 6c9dc4be94..958ad5aeba 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-testsuite @@ -117,7 +117,7 @@ * - + false ${skipAutobahnTestsuite} diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 70a2d5228b..cd7b4ed897 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-transport-native-epoll diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index f091e99d6c..076e23a26b 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index aff06a3fa8..5616c201e5 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 47e4c5ff48..485e9cf019 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index b5707abee6..2777035ee9 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Alpha1-SNAPSHOT + 4.1.0.Beta1 netty-transport