From 5a43de10f7470f7132070565fbcb1ac9da6c599d Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 2 Oct 2015 09:02:58 +0200 Subject: [PATCH] [maven-release-plugin] prepare release netty-4.1.0.Beta7 --- 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 | 6 +++--- 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, 30 insertions(+), 30 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 48faf25295..94799f9865 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index adaea07384..6e9743a2dc 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index 96b2bbb86e..13aef35ccc 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 9537ccc307..2bb89e68b7 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 1db86da4cd..2fee49e69f 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-codec-http diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index 1e80634412..262ed16765 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-codec-http2 diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index ca99de55bb..9a4e6891d1 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index 48be8e0cb9..19de7db875 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-codec-mqtt diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index e4ab6a9119..724d2ee8cf 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index e7bbbcd3ba..32ebc8d21a 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-codec-stomp diff --git a/codec-xml/pom.xml b/codec-xml/pom.xml index 6c108dcf9c..75474cd0b8 100644 --- a/codec-xml/pom.xml +++ b/codec-xml/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-codec-xml diff --git a/codec/pom.xml b/codec/pom.xml index c2b8e62b88..9ce4d14af9 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-codec diff --git a/common/pom.xml b/common/pom.xml index 5ea6935e8a..cb0b5daea1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-common diff --git a/example/pom.xml b/example/pom.xml index 6e38858963..e7e0836d75 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-example diff --git a/handler-proxy/pom.xml b/handler-proxy/pom.xml index 87665953bc..b4a5410493 100644 --- a/handler-proxy/pom.xml +++ b/handler-proxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-handler-proxy diff --git a/handler/pom.xml b/handler/pom.xml index a0728d735c..a068cfc342 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 3d5727f487..075d3b8e4b 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-microbench diff --git a/pom.xml b/pom.xml index 88a45d0ef2..761064e6ba 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 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.Beta7 @@ -154,7 +154,7 @@ Release process must be performed on linux-x86_64. os.detected.classifier - ^linux-x86_64-fedora$ + ^linux-x86_64$ diff --git a/resolver-dns/pom.xml b/resolver-dns/pom.xml index ac13098979..15ccf4a78f 100644 --- a/resolver-dns/pom.xml +++ b/resolver-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-resolver-dns diff --git a/resolver/pom.xml b/resolver/pom.xml index 14f61af918..4b0cc22074 100644 --- a/resolver/pom.xml +++ b/resolver/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-resolver diff --git a/tarball/pom.xml b/tarball/pom.xml index ecb4874884..98f4757b0b 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-tarball diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index ed424c2073..72022f162c 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-testsuite-osgi diff --git a/testsuite/pom.xml b/testsuite/pom.xml index cee302a3c8..51b8b6bea2 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 2a6f62c234..79d732c078 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-transport-native-epoll diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index fe00bacc92..5d368c4aac 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index a735a8f64f..6a0048bb77 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 2cd1b9e676..d902b1af45 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 4f74c028e9..b9624dc35c 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta7-SNAPSHOT + 4.1.0.Beta7 netty-transport