From 24188db69fffe34e51d7c4d792a5a6f563d58e6f Mon Sep 17 00:00:00 2001 From: Rogiel Date: Wed, 18 Jan 2012 18:12:15 -0200 Subject: [PATCH] [maven-release-plugin] prepare release httpchannel-1.0.0 --- httpchannel-api/pom.xml | 29 ++++++++++--------- .../httpchannel-captcha-captchatrader/pom.xml | 5 ++-- httpchannel-captcha/pom.xml | 7 ++--- httpchannel-channelcopy/pom.xml | 11 ++++--- .../httpchannel-service-depositfiles/pom.xml | 2 +- .../httpchannel-service-filesonic/pom.xml | 2 +- .../httpchannel-service-hotfile/pom.xml | 2 +- .../httpchannel-service-megaupload/pom.xml | 2 +- .../httpchannel-service-multiupload/pom.xml | 5 ++-- .../httpchannel-service-uploadhere/pom.xml | 2 +- .../httpchannel-service-uploadking/pom.xml | 7 ++--- .../httpchannel-service-zshare/pom.xml | 2 +- httpchannel-service/pom.xml | 9 +++--- httpchannel-util/pom.xml | 7 ++--- pom.xml | 5 ++-- 15 files changed, 45 insertions(+), 52 deletions(-) diff --git a/httpchannel-api/pom.xml b/httpchannel-api/pom.xml index b7f8987..cbb4d9e 100644 --- a/httpchannel-api/pom.xml +++ b/httpchannel-api/pom.xml @@ -1,17 +1,18 @@ - - 4.0.0 - - httpchannel - com.rogiel.httpchannel - 1.0.0-SNAPSHOT - .. - - httpchannel-api - HttpChannel/API - Module that defines the HttpChannel API. HttpChannels abstract complex download and upload steps into a simple and easy to use NIO Channel. NIO Channels can be wrapped into an InputStream or OutputStream and used in any way you may find possible to. Aside from that, Channels can be used natively in most next-gen libraries, meaning that you don't even need to wrap anything, just start writing or reading data to or from the channel wth a ByteBuffer. - + + 4.0.0 + + httpchannel + com.rogiel.httpchannel + 1.0.0 + .. + + httpchannel-api + HttpChannel/API + Module that defines the HttpChannel API. HttpChannels abstract complex download and upload steps into a simple and easy to use NIO Channel. NIO Channels can be wrapped into an InputStream or OutputStream and used in any way you may find possible to. Aside from that, Channels can be used natively in most next-gen libraries, meaning that you don't even need to wrap anything, just start writing or reading data to or from the channel wth a ByteBuffer. + + + Anyone using the library should try to rely on code from this module only and, only if necessary, on configuration classes that are implementation specific. Relying on any other resource or class is considered an error and should NOT be done. -One of the most interesting usages of channels for uploads and download is that you can easily copy data straight from one channel to the other, with less than 10 lines of code! Also, channels allows the implementation of a "tee" mechanism, in which data redden from a single channel can be copied to several other channels on the fly! +One of the most interesting usages of channels for uploads and download is that you can easily copy data straight from one channel to the other, with less than 10 lines of code! Also, channels allows the implementation of a "tee" mechanism, in which data redden from a single channel can be copied to several other channels on the fly! \ No newline at end of file diff --git a/httpchannel-captcha/httpchannel-captcha-captchatrader/pom.xml b/httpchannel-captcha/httpchannel-captcha-captchatrader/pom.xml index 1c429db..5fae6c4 100644 --- a/httpchannel-captcha/httpchannel-captcha-captchatrader/pom.xml +++ b/httpchannel-captcha/httpchannel-captcha-captchatrader/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 httpchannel-captcha com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. com.rogiel.httpchannel.captcha diff --git a/httpchannel-captcha/pom.xml b/httpchannel-captcha/pom.xml index 01914ec..4cd7408 100644 --- a/httpchannel-captcha/pom.xml +++ b/httpchannel-captcha/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 httpchannel com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-captcha @@ -20,7 +19,7 @@ com.rogiel.httpchannel httpchannel-api - 1.0.0-SNAPSHOT + 1.0.0 \ No newline at end of file diff --git a/httpchannel-channelcopy/pom.xml b/httpchannel-channelcopy/pom.xml index b8eddfc..9c79f71 100644 --- a/httpchannel-channelcopy/pom.xml +++ b/httpchannel-channelcopy/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 httpchannel com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-channelcopy @@ -14,18 +13,18 @@ com.rogiel.httpchannel httpchannel-api - 1.0.0-SNAPSHOT + 1.0.0 com.rogiel.httpchannel.services httpchannel-service-megaupload - 1.0.0-SNAPSHOT + 1.0.0 test com.rogiel.httpchannel.services httpchannel-service-multiupload - 1.0.0-SNAPSHOT + 1.0.0 test diff --git a/httpchannel-service/httpchannel-service-depositfiles/pom.xml b/httpchannel-service/httpchannel-service-depositfiles/pom.xml index 15d8a05..43525c6 100644 --- a/httpchannel-service/httpchannel-service-depositfiles/pom.xml +++ b/httpchannel-service/httpchannel-service-depositfiles/pom.xml @@ -3,7 +3,7 @@ httpchannel-service com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-service-depositfiles diff --git a/httpchannel-service/httpchannel-service-filesonic/pom.xml b/httpchannel-service/httpchannel-service-filesonic/pom.xml index b7c2711..2846625 100644 --- a/httpchannel-service/httpchannel-service-filesonic/pom.xml +++ b/httpchannel-service/httpchannel-service-filesonic/pom.xml @@ -3,7 +3,7 @@ httpchannel-service com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-service-filesonic diff --git a/httpchannel-service/httpchannel-service-hotfile/pom.xml b/httpchannel-service/httpchannel-service-hotfile/pom.xml index ce8183a..f799833 100644 --- a/httpchannel-service/httpchannel-service-hotfile/pom.xml +++ b/httpchannel-service/httpchannel-service-hotfile/pom.xml @@ -3,7 +3,7 @@ httpchannel-service com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-service-hotfile diff --git a/httpchannel-service/httpchannel-service-megaupload/pom.xml b/httpchannel-service/httpchannel-service-megaupload/pom.xml index 5f67a19..cd94c3c 100644 --- a/httpchannel-service/httpchannel-service-megaupload/pom.xml +++ b/httpchannel-service/httpchannel-service-megaupload/pom.xml @@ -3,7 +3,7 @@ httpchannel-service com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-service-megaupload diff --git a/httpchannel-service/httpchannel-service-multiupload/pom.xml b/httpchannel-service/httpchannel-service-multiupload/pom.xml index 1fc53b9..3424f70 100644 --- a/httpchannel-service/httpchannel-service-multiupload/pom.xml +++ b/httpchannel-service/httpchannel-service-multiupload/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 httpchannel-service com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-service-multiupload diff --git a/httpchannel-service/httpchannel-service-uploadhere/pom.xml b/httpchannel-service/httpchannel-service-uploadhere/pom.xml index 2de9e24..613c705 100644 --- a/httpchannel-service/httpchannel-service-uploadhere/pom.xml +++ b/httpchannel-service/httpchannel-service-uploadhere/pom.xml @@ -3,7 +3,7 @@ httpchannel-service com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-service-uploadhere diff --git a/httpchannel-service/httpchannel-service-uploadking/pom.xml b/httpchannel-service/httpchannel-service-uploadking/pom.xml index 5b56204..20c1e42 100644 --- a/httpchannel-service/httpchannel-service-uploadking/pom.xml +++ b/httpchannel-service/httpchannel-service-uploadking/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 httpchannel-service com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-service-uploadking @@ -15,7 +14,7 @@ com.rogiel.httpchannel.captcha httpchannel-captcha-captchatrader - 1.0.0-SNAPSHOT + 1.0.0 test diff --git a/httpchannel-service/httpchannel-service-zshare/pom.xml b/httpchannel-service/httpchannel-service-zshare/pom.xml index 310eec4..683ccc4 100644 --- a/httpchannel-service/httpchannel-service-zshare/pom.xml +++ b/httpchannel-service/httpchannel-service-zshare/pom.xml @@ -3,7 +3,7 @@ httpchannel-service com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-service-zshare diff --git a/httpchannel-service/pom.xml b/httpchannel-service/pom.xml index a10e4c9..18afe90 100644 --- a/httpchannel-service/pom.xml +++ b/httpchannel-service/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 httpchannel com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-service @@ -28,12 +27,12 @@ com.rogiel.httpchannel httpchannel-api - 1.0.0-SNAPSHOT + 1.0.0 com.rogiel.httpchannel httpchannel-util - 1.0.0-SNAPSHOT + 1.0.0 \ No newline at end of file diff --git a/httpchannel-util/pom.xml b/httpchannel-util/pom.xml index 78259c9..516b16d 100644 --- a/httpchannel-util/pom.xml +++ b/httpchannel-util/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 httpchannel com.rogiel.httpchannel - 1.0.0-SNAPSHOT + 1.0.0 .. httpchannel-util @@ -12,7 +11,7 @@ com.rogiel.httpchannel httpchannel-api - 1.0.0-SNAPSHOT + 1.0.0 org.apache.httpcomponents diff --git a/pom.xml b/pom.xml index e4704e2..6a5954f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 com.rogiel.httpchannel httpchannel - 1.0.0-SNAPSHOT + 1.0.0 pom HttpChannel