diff --git a/all/pom.xml b/all/pom.xml index 13c73e48f9..124aa2623a 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index 209f23c7fa..28179dc0e0 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index 31bf86ab97..53e91558b4 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 01def6df10..99f32bbb34 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 78493255ef..75bda847ac 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-http diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index 816a3f5b51..b8e81ddadf 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-http2 diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index fc58e7169c..71be7ee7b0 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index 3ddb89565e..8df2724972 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-mqtt diff --git a/codec-redis/pom.xml b/codec-redis/pom.xml index 04c442821d..3f10c5726a 100644 --- a/codec-redis/pom.xml +++ b/codec-redis/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-redis diff --git a/codec-smtp/pom.xml b/codec-smtp/pom.xml index 14ff606634..73d705ac91 100644 --- a/codec-smtp/pom.xml +++ b/codec-smtp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-smtp diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 754920f7ea..9e9df86bcf 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index 1ec197580e..4bc699d7c1 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-stomp diff --git a/codec-xml/pom.xml b/codec-xml/pom.xml index 71d9a1c508..a1cfa80733 100644 --- a/codec-xml/pom.xml +++ b/codec-xml/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec-xml diff --git a/codec/pom.xml b/codec/pom.xml index 9262b8b59b..da9c52aa74 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-codec diff --git a/common/pom.xml b/common/pom.xml index 6cf33453e0..ab7a09f3f6 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-common diff --git a/example/pom.xml b/example/pom.xml index 802abef034..880c17027e 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-example diff --git a/handler-proxy/pom.xml b/handler-proxy/pom.xml index c0952ca7be..fc01be54ed 100644 --- a/handler-proxy/pom.xml +++ b/handler-proxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-handler-proxy diff --git a/handler/pom.xml b/handler/pom.xml index 6aefbacc5a..904d0cc8ee 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 57beecfb80..9c3c6ded4c 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-microbench diff --git a/pom.xml b/pom.xml index 7ab095c27a..afef2ac079 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.2.Final-SNAPSHOT + 4.1.2.Final 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.2.Final @@ -160,7 +160,7 @@ Release process must be performed on linux-x86_64. os.detected.classifier - ^linux-x86_64$ + ^linux-x86_64-fedora$ diff --git a/resolver-dns/pom.xml b/resolver-dns/pom.xml index b12a1c6919..dc13e7f02a 100644 --- a/resolver-dns/pom.xml +++ b/resolver-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-resolver-dns diff --git a/resolver/pom.xml b/resolver/pom.xml index c85e60c95d..661a3f48f7 100644 --- a/resolver/pom.xml +++ b/resolver/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-resolver diff --git a/tarball/pom.xml b/tarball/pom.xml index bbaa6994fc..7ef6e29f4f 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-tarball diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index eec53a0b9e..c2035160ac 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-testsuite-osgi diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 3887888b5a..4b5e3d86c7 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 2b0de46a87..9fc0e92653 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-transport-native-epoll diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 0e905cc5f3..76366b81a9 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index a4c6225f82..bbb4014a98 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index c076549800..596b243bb6 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index dd88d648fd..24a1da03ca 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.2.Final-SNAPSHOT + 4.1.2.Final netty-transport