From 572bdfb4944f1cf6074171a0662d874b7ba4fc17 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sun, 10 Apr 2016 08:37:18 +0200 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- 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-smtp/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 | 4 ++-- 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 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index f46c8debfd..4f422adfa3 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index d65879f1e3..2d209dd9e8 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-buffer diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index 5cb39a4855..e813367c94 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec-dns diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index abfd420491..49c61c6fbb 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec-haproxy diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 72e8c54a27..9f1cb9f774 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec-http diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index 32bb8cd937..af4ab410d4 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec-http2 diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index 1ce6c35152..cc00c635e7 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec-memcache diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index 6f896a99f8..fb326fa75a 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec-mqtt diff --git a/codec-smtp/pom.xml b/codec-smtp/pom.xml index 4f13dea9e3..f2d1c8cd01 100644 --- a/codec-smtp/pom.xml +++ b/codec-smtp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec-smtp diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index c6cd69d812..639ef74928 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec-socks diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index 37d4e5ab83..9c154f5da9 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec-stomp diff --git a/codec-xml/pom.xml b/codec-xml/pom.xml index abd5254c76..dc7d2507e7 100644 --- a/codec-xml/pom.xml +++ b/codec-xml/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec-xml diff --git a/codec/pom.xml b/codec/pom.xml index 288d62bcae..e1c8036da8 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-codec diff --git a/common/pom.xml b/common/pom.xml index ff57732cc5..876faf3e5b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-common diff --git a/example/pom.xml b/example/pom.xml index 9bbb48b694..caa53247e2 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-example diff --git a/handler-proxy/pom.xml b/handler-proxy/pom.xml index 056852fbe1..12d7e33ab6 100644 --- a/handler-proxy/pom.xml +++ b/handler-proxy/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-handler-proxy diff --git a/handler/pom.xml b/handler/pom.xml index 776e0687f5..5c8295e84c 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 4b0adcac93..ce44a05b49 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-microbench diff --git a/pom.xml b/pom.xml index 387f9df328..55c474adb1 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.1.0.CR7 + 4.1.0.Final-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.CR7 + HEAD diff --git a/resolver-dns/pom.xml b/resolver-dns/pom.xml index cc98d16c14..ff37453938 100644 --- a/resolver-dns/pom.xml +++ b/resolver-dns/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-resolver-dns diff --git a/resolver/pom.xml b/resolver/pom.xml index 3c990d6973..d2fc8996b8 100644 --- a/resolver/pom.xml +++ b/resolver/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-resolver diff --git a/tarball/pom.xml b/tarball/pom.xml index 8b2ba60885..05e61b00c7 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-tarball diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index ce43adeb2e..586daedf5d 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-testsuite-osgi diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 60e37dfb7d..c5f99e8285 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-testsuite diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index c3e72fe243..9c9fa9ac4e 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -19,7 +19,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-transport-native-epoll diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 575473f029..1067c579da 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index cb5fd1d3e3..278288ad2a 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 88f7efe6be..a4b9c81577 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 6d365b72d3..3bd10c5731 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.1.0.CR7 + 4.1.0.Final-SNAPSHOT netty-transport