From 49aa907bd05cc58c8ab1a6d72c85835fd7a30394 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Tue, 26 Feb 2013 16:55:07 -0800 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- all/pom.xml | 2 +- buffer/pom.xml | 2 +- codec-http/pom.xml | 2 +- codec-socks/pom.xml | 2 +- codec/pom.xml | 2 +- common/pom.xml | 2 +- example/pom.xml | 2 +- handler/pom.xml | 2 +- microbench/pom.xml | 2 +- pom.xml | 4 ++-- tarball/pom.xml | 2 +- testsuite-osgi/pom.xml | 2 +- testsuite-osgi/testsuite-osgi-deps/pom.xml | 2 +- testsuite-osgi/testsuite-osgi-exam/pom.xml | 2 +- testsuite-osgi/testsuite-osgi-split/pom.xml | 2 +- testsuite/pom.xml | 2 +- transport-rxtx/pom.xml | 2 +- transport-sctp/pom.xml | 2 +- transport-udt/pom.xml | 2 +- transport/pom.xml | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index f1027f544d..8b3fdc9be5 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index 5458bd83f0..c541a60cb1 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-buffer diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 86240e1185..1f6f01e2d6 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-codec-http diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 24b8208609..e16ac69a47 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-codec-socks diff --git a/codec/pom.xml b/codec/pom.xml index f7e20d03b8..61042b6eaa 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-codec diff --git a/common/pom.xml b/common/pom.xml index 751fd2c10f..62d0bd2e6d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-common diff --git a/example/pom.xml b/example/pom.xml index 238777cef5..7b506c3cad 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-example diff --git a/handler/pom.xml b/handler/pom.xml index 7d3f8168dc..ff203fb8db 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 79097d60e5..81a3cd1117 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-microbench diff --git a/pom.xml b/pom.xml index 7fed20d69c..285f02ffb5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.0.0.Beta2 + 4.0.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.0.0.Beta2 + HEAD diff --git a/tarball/pom.xml b/tarball/pom.xml index f38f536505..7bf2d57fca 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-tarball diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index 40b96a3ca1..fe2d7464dd 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-testsuite-osgi-parent diff --git a/testsuite-osgi/testsuite-osgi-deps/pom.xml b/testsuite-osgi/testsuite-osgi-deps/pom.xml index e143396cd3..f55afdbec1 100644 --- a/testsuite-osgi/testsuite-osgi-deps/pom.xml +++ b/testsuite-osgi/testsuite-osgi-deps/pom.xml @@ -21,7 +21,7 @@ io.netty netty-testsuite-osgi-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-testsuite-osgi-deps diff --git a/testsuite-osgi/testsuite-osgi-exam/pom.xml b/testsuite-osgi/testsuite-osgi-exam/pom.xml index 982c5e716d..c12bdbd008 100644 --- a/testsuite-osgi/testsuite-osgi-exam/pom.xml +++ b/testsuite-osgi/testsuite-osgi-exam/pom.xml @@ -21,7 +21,7 @@ io.netty netty-testsuite-osgi-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-testsuite-osgi-exam diff --git a/testsuite-osgi/testsuite-osgi-split/pom.xml b/testsuite-osgi/testsuite-osgi-split/pom.xml index ca223fbeb4..5a2f775a73 100644 --- a/testsuite-osgi/testsuite-osgi-split/pom.xml +++ b/testsuite-osgi/testsuite-osgi-split/pom.xml @@ -21,7 +21,7 @@ io.netty netty-testsuite-osgi-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-testsuite-osgi-split diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 61b81a4dd7..4ae2afe6e6 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-testsuite diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 03e776317c..bd337211d3 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index 76b73c030d..50d737b6af 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 174ea6e9bc..ad7270c5b3 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index cd23a12755..867c82686f 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2 + 4.0.0.Beta3-SNAPSHOT netty-transport