diff --git a/all/pom.xml b/all/pom.xml index c67ddb67b3..b7d32fb53c 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index d13c65388e..2db6ea59e3 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index e0db89e210..b03eaa6bf1 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 3a9415c798..a13de7ff21 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index e1d488b03e..86c3ed7ca0 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-codec-http diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index fbd2e97ad7..c7b097c805 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index 8e12600b80..898a0c3be5 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-codec-mqtt diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index eaa3c68b31..a3e75a2d42 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index a4b602d996..08b4528c80 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-codec-stomp diff --git a/codec/pom.xml b/codec/pom.xml index 85b81948fe..f317ecad68 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-codec diff --git a/common/pom.xml b/common/pom.xml index db8392e665..0dfa6dbee3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-common diff --git a/example/pom.xml b/example/pom.xml index e147f4393f..02d404ade2 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-example diff --git a/handler/pom.xml b/handler/pom.xml index 9a8bd7560a..04bf5b5f63 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 0cc8173641..35f5116f13 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-microbench diff --git a/pom.xml b/pom.xml index 7cf4d07114..956e28c079 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.0.Beta2 + 4.1.0.Beta3-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.Beta2 + HEAD diff --git a/tarball/pom.xml b/tarball/pom.xml index c95300999b..6dcd17f105 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-tarball diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 58870b2492..30b2bc182f 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index cd4654b934..95da95bb73 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-transport-native-epoll diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 48afdd4e37..53f9e23328 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index 6ce758ac1a..ba7b5ed052 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 0fa4ed7a27..a3763cdf28 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 5723a487ae..be70e4c750 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.Beta2 + 4.1.0.Beta3-SNAPSHOT netty-transport