From 888dfba76f99f6dac688110621d7df3e2b55f2ef Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sun, 22 Dec 2013 22:06:06 +0900 Subject: [PATCH] [maven-release-plugin] prepare release netty-5.0.0.Alpha1 --- all/pom.xml | 15 ++++++-------- buffer/pom.xml | 2 +- codec-http/pom.xml | 2 +- codec-memcache/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 | 46 +++++++++++++++--------------------------- tarball/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 +- 17 files changed, 37 insertions(+), 54 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 98059b826e..46fbd19920 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-all @@ -248,23 +248,20 @@ - + - + - - + + - + diff --git a/buffer/pom.xml b/buffer/pom.xml index 3afe25330b..8a7f6983fe 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-buffer diff --git a/codec-http/pom.xml b/codec-http/pom.xml index ab8466c9c6..8ef59d5413 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-codec-http diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index e462e2c9d1..af79710479 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-codec-memcache diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 117d4955a9..54ea6b6aa1 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-codec-socks diff --git a/codec/pom.xml b/codec/pom.xml index 7075270f0e..9bc34a31ae 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-codec diff --git a/common/pom.xml b/common/pom.xml index 9721975615..b58743ca6c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-common diff --git a/example/pom.xml b/example/pom.xml index dd69b5278d..3ca96af0bf 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-example diff --git a/handler/pom.xml b/handler/pom.xml index d55e4ecbcf..5abecbdefe 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-handler diff --git a/microbench/pom.xml b/microbench/pom.xml index 2c8da93ac3..5987c613a6 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-microbench diff --git a/pom.xml b/pom.xml index 0bc534479b..92cea62d53 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.netty netty-parent pom - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 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-5.0.0.Alpha1 @@ -524,10 +524,7 @@ - + @@ -542,10 +539,7 @@ - + @@ -560,10 +554,7 @@ - + @@ -579,10 +570,7 @@ - + @@ -609,22 +597,20 @@ - + - + - - - - - - - + + + + + + + diff --git a/tarball/pom.xml b/tarball/pom.xml index 8499c848de..79031d344d 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-tarball diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 62c09fd0d7..694f6a2f15 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-testsuite diff --git a/transport-rxtx/pom.xml b/transport-rxtx/pom.xml index 3ddbe4436c..d1d6b2b413 100644 --- a/transport-rxtx/pom.xml +++ b/transport-rxtx/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-transport-rxtx diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index ec1b89ccd1..0d41ab0027 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-transport-sctp diff --git a/transport-udt/pom.xml b/transport-udt/pom.xml index 481fd9f2b6..2d68a8c9ac 100644 --- a/transport-udt/pom.xml +++ b/transport-udt/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-transport-udt diff --git a/transport/pom.xml b/transport/pom.xml index 8d99e381cf..0adbd640d9 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 5.0.0.Alpha1-SNAPSHOT + 5.0.0.Alpha1 netty-transport