From a6795d7780bf2dcb7bd02fe4f169cdb1bca51b4e Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 21 Jun 2013 08:59:06 +0900 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 1d0bb6df00..ba7589e797 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index 15654e0cbd..050c9a49c6 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-buffer diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 0149733c47..62690d418f 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-codec-http diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index f9e1e533d8..913f97c64d 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-codec-socks diff --git a/codec/pom.xml b/codec/pom.xml index f28add7707..c1a8344fb0 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-codec diff --git a/common/pom.xml b/common/pom.xml index 2b1de82244..71436be437 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-common diff --git a/example/pom.xml b/example/pom.xml index 103fbe59c8..ced6907427 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-example diff --git a/handler/pom.xml b/handler/pom.xml index e1b82ecf0e..56f41ab6b5 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 0a2e8e81d0..6af7b619cc 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-microbench diff --git a/pom.xml b/pom.xml index ea6a5d8b70..71f200eb64 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.0.0.CR6 + 4.0.0.CR7-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.CR6 + HEAD diff --git a/tarball/pom.xml b/tarball/pom.xml index acb62a9f98..b3b879f152 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-tarball diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index 39fd0ff65c..4427c42409 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-testsuite-osgi-parent diff --git a/testsuite-osgi/testsuite-osgi-deps/pom.xml b/testsuite-osgi/testsuite-osgi-deps/pom.xml index c54a710324..c76fd96bb2 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.CR6 + 4.0.0.CR7-SNAPSHOT netty-testsuite-osgi-deps diff --git a/testsuite-osgi/testsuite-osgi-exam/pom.xml b/testsuite-osgi/testsuite-osgi-exam/pom.xml index f4663cbd2c..114ff27232 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.CR6 + 4.0.0.CR7-SNAPSHOT netty-testsuite-osgi-exam diff --git a/testsuite-osgi/testsuite-osgi-split/pom.xml b/testsuite-osgi/testsuite-osgi-split/pom.xml index bde17ed204..66e806dd7f 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.CR6 + 4.0.0.CR7-SNAPSHOT netty-testsuite-osgi-split diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 5f72432303..32fdc12166 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-testsuite diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 1b733b0398..c1bee63ce3 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index 2f01e32d03..978aab79a3 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index f506fe55c6..31dcb7bfcd 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 0baa1ee6b7..7a514a7978 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR6 + 4.0.0.CR7-SNAPSHOT netty-transport