From ae765020402f19a010f88bbed8b65791df75c9f5 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 8 May 2013 18:19:38 +0200 Subject: [PATCH] [maven-release-plugin] prepare release netty-4.0.0.CR2 --- 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 18ae0cc446..0e2c93ca83 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index c794af9223..dfa1cec03c 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-buffer diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 0fb6806876..6254776002 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-codec-http diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 0ff1e66bec..a43ef85651 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-codec-socks diff --git a/codec/pom.xml b/codec/pom.xml index dae74048bc..52afbef366 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-codec diff --git a/common/pom.xml b/common/pom.xml index bef990a2b7..5adec64917 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-common diff --git a/example/pom.xml b/example/pom.xml index caa6b7b897..88b5f9ea4f 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-example diff --git a/handler/pom.xml b/handler/pom.xml index 54c8fa1ed4..15c6391752 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 20e95360ab..23c981042d 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-microbench diff --git a/pom.xml b/pom.xml index 4ba3bbc972..5d4a6d4242 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 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.0.0.CR2 diff --git a/tarball/pom.xml b/tarball/pom.xml index 3c6b7a4f79..f8022a79df 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-tarball diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index 5fd640d089..c1a1143299 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-testsuite-osgi-parent diff --git a/testsuite-osgi/testsuite-osgi-deps/pom.xml b/testsuite-osgi/testsuite-osgi-deps/pom.xml index a119dc882f..f5018072ba 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.CR2-SNAPSHOT + 4.0.0.CR2 netty-testsuite-osgi-deps diff --git a/testsuite-osgi/testsuite-osgi-exam/pom.xml b/testsuite-osgi/testsuite-osgi-exam/pom.xml index ba42efb3ae..33d6b61dec 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.CR2-SNAPSHOT + 4.0.0.CR2 netty-testsuite-osgi-exam diff --git a/testsuite-osgi/testsuite-osgi-split/pom.xml b/testsuite-osgi/testsuite-osgi-split/pom.xml index 204b26c48b..60454c8336 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.CR2-SNAPSHOT + 4.0.0.CR2 netty-testsuite-osgi-split diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 1dc0d0b428..318c2a01b7 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-testsuite diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 5d6e13560f..9176b1d386 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index 293a415d73..203634eb53 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 2cd17fdeea..9cb433af9b 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index f519406759..4a4f3eb157 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.CR2-SNAPSHOT + 4.0.0.CR2 netty-transport