From 5026c2f359e11ac24149be91bf44d34f6c0d0171 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Tue, 26 Feb 2013 16:54:53 -0800 Subject: [PATCH] [maven-release-plugin] prepare release netty-4.0.0.Beta2 --- 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 ad0159eb48..f1027f544d 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-all diff --git a/buffer/pom.xml b/buffer/pom.xml index 9c8dec8d68..5458bd83f0 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-buffer diff --git a/codec-http/pom.xml b/codec-http/pom.xml index e2fa8a81c6..86240e1185 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-codec-http diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 77f28dc85e..24b8208609 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-codec-socks diff --git a/codec/pom.xml b/codec/pom.xml index 056d6e58e7..f7e20d03b8 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-codec diff --git a/common/pom.xml b/common/pom.xml index 84944a9d32..751fd2c10f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-common diff --git a/example/pom.xml b/example/pom.xml index ea8a1523f7..238777cef5 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-example diff --git a/handler/pom.xml b/handler/pom.xml index 9e30dc4876..7d3f8168dc 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 52be4b86de..79097d60e5 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-microbench diff --git a/pom.xml b/pom.xml index 268f3ef3a9..7fed20d69c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 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.Beta2 diff --git a/tarball/pom.xml b/tarball/pom.xml index 7789b2b697..f38f536505 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-tarball diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index f244df4d69..40b96a3ca1 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-testsuite-osgi-parent diff --git a/testsuite-osgi/testsuite-osgi-deps/pom.xml b/testsuite-osgi/testsuite-osgi-deps/pom.xml index f2077593cb..e143396cd3 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-SNAPSHOT + 4.0.0.Beta2 netty-testsuite-osgi-deps diff --git a/testsuite-osgi/testsuite-osgi-exam/pom.xml b/testsuite-osgi/testsuite-osgi-exam/pom.xml index 549b8e7818..982c5e716d 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-SNAPSHOT + 4.0.0.Beta2 netty-testsuite-osgi-exam diff --git a/testsuite-osgi/testsuite-osgi-split/pom.xml b/testsuite-osgi/testsuite-osgi-split/pom.xml index 3c14fb705e..ca223fbeb4 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-SNAPSHOT + 4.0.0.Beta2 netty-testsuite-osgi-split diff --git a/testsuite/pom.xml b/testsuite/pom.xml index c8abfd32d4..61b81a4dd7 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-testsuite diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 9f8135daad..03e776317c 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index b09777009d..76b73c030d 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 66b40019c6..174ea6e9bc 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -21,7 +21,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 0efb15792c..cd23a12755 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Beta2-SNAPSHOT + 4.0.0.Beta2 netty-transport