diff --git a/all/pom.xml b/all/pom.xml index 2e28b2ac3d..037cf965b5 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index d7b0111a3a..775724a6c8 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index ecaa23be47..4a8c4552bf 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 7e3cda7bde..54f8db0579 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 8edf6373aa..ebc7160728 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-codec-http diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index 1bf6ad1e62..c074e7b167 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index 301cd2e54e..3393ad0400 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-codec-mqtt diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 33d59f46dd..a20a6db018 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index bf26c7cba9..889ad7cee3 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-codec-stomp diff --git a/codec/pom.xml b/codec/pom.xml index c5e0c755d8..7d96f7dc47 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-codec diff --git a/common/pom.xml b/common/pom.xml index e57aed5b95..99fa501947 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-common diff --git a/example/pom.xml b/example/pom.xml index 362cb1b1bd..3f4fb1e446 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-example diff --git a/handler/pom.xml b/handler/pom.xml index a6afbdced8..accd87861c 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index bdcb4a8c2b..74525617e4 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-microbench diff --git a/pom.xml b/pom.xml index 96d0aa214f..e1523bbbb7 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT 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 - netty-4.1.0.Beta3 + HEAD diff --git a/tarball/pom.xml b/tarball/pom.xml index 1540897351..b401344cc3 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-tarball diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 56a478ded6..73791e6c13 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 08bba0be72..d2efad2874 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-transport-native-epoll diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 051dc78606..f5346c4485 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index f3703b31fd..c0f0f93554 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 69d93b5669..d43dc5f934 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index c55f8c94df..e0bfe5bb50 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta3 + 4.1.0.Beta4-SNAPSHOT netty-transport