diff --git a/all/pom.xml b/all/pom.xml index 5017207f02..f8c6d9cf35 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-all diff --git a/bom/pom.xml b/bom/pom.xml index 206d01c337..429c477cff 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.netty netty-bom - 4.1.67.Final + 4.1.68.Final-SNAPSHOT pom Netty/BOM @@ -49,7 +49,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.67.Final + HEAD @@ -69,188 +69,188 @@ io.netty netty-buffer - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-dns - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-haproxy - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-http - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-http2 - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-memcache - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-mqtt - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-redis - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-smtp - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-socks - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-stomp - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-codec-xml - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-common - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-dev-tools - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-handler - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-handler-proxy - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-resolver - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-resolver-dns - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-transport - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-transport-rxtx - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-transport-sctp - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-transport-udt - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-example - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-all - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-resolver-dns-native-macos - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-resolver-dns-native-macos - 4.1.67.Final + 4.1.68.Final-SNAPSHOT osx-x86_64 io.netty netty-transport-native-unix-common - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-transport-native-unix-common - 4.1.67.Final + 4.1.68.Final-SNAPSHOT linux-aarch_64 io.netty netty-transport-native-unix-common - 4.1.67.Final + 4.1.68.Final-SNAPSHOT linux-x86_64 io.netty netty-transport-native-unix-common - 4.1.67.Final + 4.1.68.Final-SNAPSHOT osx-x86_64 io.netty netty-transport-native-epoll - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-transport-native-epoll - 4.1.67.Final + 4.1.68.Final-SNAPSHOT linux-aarch_64 io.netty netty-transport-native-epoll - 4.1.67.Final + 4.1.68.Final-SNAPSHOT linux-x86_64 io.netty netty-transport-native-kqueue - 4.1.67.Final + 4.1.68.Final-SNAPSHOT io.netty netty-transport-native-kqueue - 4.1.67.Final + 4.1.68.Final-SNAPSHOT osx-x86_64 diff --git a/buffer/pom.xml b/buffer/pom.xml index a640dbaa61..44fd8662bd 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index 27ea46e7ee..86d5a9e1e6 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 4730df269e..9f6bb3b586 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 88bea9e115..2c200c0050 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-http diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index 8e19121cb6..37eaa1a2ab 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-http2 diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index a4cf4c1f4a..a0e5306845 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index b5079403e7..a616317939 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-mqtt diff --git a/codec-redis/pom.xml b/codec-redis/pom.xml index 518c0a1bdd..1396cc63c5 100644 --- a/codec-redis/pom.xml +++ b/codec-redis/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-redis diff --git a/codec-smtp/pom.xml b/codec-smtp/pom.xml index 800a865308..7ec2499363 100644 --- a/codec-smtp/pom.xml +++ b/codec-smtp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-smtp diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 23f6dda42d..3cdc551ab7 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index 5bbac68b6c..46767c9a21 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-stomp diff --git a/codec-xml/pom.xml b/codec-xml/pom.xml index 0f805ae4d8..53a0ddc648 100644 --- a/codec-xml/pom.xml +++ b/codec-xml/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec-xml diff --git a/codec/pom.xml b/codec/pom.xml index 301dce4ecf..14c8e4d069 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-codec diff --git a/common/pom.xml b/common/pom.xml index 3f3f4f022d..5f5803f63c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-common diff --git a/dev-tools/pom.xml b/dev-tools/pom.xml index 468f69e92a..fd023d6666 100644 --- a/dev-tools/pom.xml +++ b/dev-tools/pom.xml @@ -25,7 +25,7 @@ io.netty netty-dev-tools - 4.1.67.Final + 4.1.68.Final-SNAPSHOT Netty/Dev-Tools @@ -50,8 +50,4 @@ - - - netty-4.1.67.Final - diff --git a/example/pom.xml b/example/pom.xml index f6b5d73197..ec84ce56e4 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-example diff --git a/handler-proxy/pom.xml b/handler-proxy/pom.xml index 6f1327f9f7..99dfe7ca30 100644 --- a/handler-proxy/pom.xml +++ b/handler-proxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-handler-proxy diff --git a/handler/pom.xml b/handler/pom.xml index e07ea242be..e141b0787c 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index e94ecf7fbd..5efc9244a6 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-microbench diff --git a/pom.xml b/pom.xml index 20afb0f17b..b22bb8d0e7 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.67.Final + 4.1.68.Final-SNAPSHOT Netty https://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.67.Final + HEAD diff --git a/resolver-dns-native-macos/pom.xml b/resolver-dns-native-macos/pom.xml index 1643d4da4b..ab05437fc3 100644 --- a/resolver-dns-native-macos/pom.xml +++ b/resolver-dns-native-macos/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-resolver-dns-native-macos diff --git a/resolver-dns/pom.xml b/resolver-dns/pom.xml index b47bed2b7c..527f381529 100644 --- a/resolver-dns/pom.xml +++ b/resolver-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-resolver-dns diff --git a/resolver/pom.xml b/resolver/pom.xml index f1af7040f5..6ef6c96300 100644 --- a/resolver/pom.xml +++ b/resolver/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-resolver diff --git a/testsuite-autobahn/pom.xml b/testsuite-autobahn/pom.xml index ca7c193cfa..f8fa38f75f 100644 --- a/testsuite-autobahn/pom.xml +++ b/testsuite-autobahn/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-testsuite-autobahn diff --git a/testsuite-http2/pom.xml b/testsuite-http2/pom.xml index 2bc4b65204..76f2f28a39 100644 --- a/testsuite-http2/pom.xml +++ b/testsuite-http2/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-testsuite-http2 diff --git a/testsuite-native-image-client-runtime-init/pom.xml b/testsuite-native-image-client-runtime-init/pom.xml index 55c149a89c..fe5e60f889 100644 --- a/testsuite-native-image-client-runtime-init/pom.xml +++ b/testsuite-native-image-client-runtime-init/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-testsuite-native-image-client-runtime-init diff --git a/testsuite-native-image-client/pom.xml b/testsuite-native-image-client/pom.xml index de252f034b..d60dcbe0e9 100644 --- a/testsuite-native-image-client/pom.xml +++ b/testsuite-native-image-client/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-testsuite-native-image-client diff --git a/testsuite-native-image/pom.xml b/testsuite-native-image/pom.xml index 0190b7dc36..49619571d0 100644 --- a/testsuite-native-image/pom.xml +++ b/testsuite-native-image/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-testsuite-native-image diff --git a/testsuite-native/pom.xml b/testsuite-native/pom.xml index 1c9b589a0c..2f1751f83f 100644 --- a/testsuite-native/pom.xml +++ b/testsuite-native/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-testsuite-native diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index b9dc03e486..293ad9ceae 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-testsuite-osgi diff --git a/testsuite-shading/pom.xml b/testsuite-shading/pom.xml index 1eae731e4c..d09f63692b 100644 --- a/testsuite-shading/pom.xml +++ b/testsuite-shading/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-testsuite-shading diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 263e52750a..728c87f226 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-testsuite diff --git a/transport-blockhound-tests/pom.xml b/transport-blockhound-tests/pom.xml index 5173f258ed..a168b7b836 100644 --- a/transport-blockhound-tests/pom.xml +++ b/transport-blockhound-tests/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-transport-blockhound-tests diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 231807a98f..00393f7c09 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-transport-native-epoll diff --git a/transport-native-kqueue/pom.xml b/transport-native-kqueue/pom.xml index cf87ba7382..0baed095ef 100644 --- a/transport-native-kqueue/pom.xml +++ b/transport-native-kqueue/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-transport-native-kqueue diff --git a/transport-native-unix-common-tests/pom.xml b/transport-native-unix-common-tests/pom.xml index fa1bad8883..da283e4664 100644 --- a/transport-native-unix-common-tests/pom.xml +++ b/transport-native-unix-common-tests/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-transport-native-unix-common-tests diff --git a/transport-native-unix-common/pom.xml b/transport-native-unix-common/pom.xml index 2990d84909..83b2e2a399 100644 --- a/transport-native-unix-common/pom.xml +++ b/transport-native-unix-common/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-transport-native-unix-common diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 29e7eb60a3..3b862cae14 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index a515b3e29a..8f045c8bd3 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index dc379b7316..adc4068133 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 5a11d96a64..0cbc510697 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.67.Final + 4.1.68.Final-SNAPSHOT netty-transport