From cd075252a53403b67770b845816557ebf40a2992 Mon Sep 17 00:00:00 2001 From: Rogiel Date: Mon, 23 Jan 2012 01:58:52 -0200 Subject: [PATCH] Fixes type at site deployment address --- httpchannel-api/pom.xml | 8 ++++---- .../httpchannel-service-archetype/pom.xml | 9 ++++++--- pom.xml | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/httpchannel-api/pom.xml b/httpchannel-api/pom.xml index 83b5214..ccaad59 100644 --- a/httpchannel-api/pom.xml +++ b/httpchannel-api/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 httpchannel @@ -10,9 +11,8 @@ 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! + http://httpchannel.github.com/httpchannel-api/ \ No newline at end of file diff --git a/httpchannel-service/httpchannel-service-archetype/pom.xml b/httpchannel-service/httpchannel-service-archetype/pom.xml index 8b09802..4223202 100644 --- a/httpchannel-service/httpchannel-service-archetype/pom.xml +++ b/httpchannel-service/httpchannel-service-archetype/pom.xml @@ -2,10 +2,13 @@ 4.0.0 - - com.rogiel.httpchannel.services + + httpchannel-service + com.rogiel.httpchannel + 1.0.1-SNAPSHOT + .. + httpchannel-service-archetype - 1.0.1-SNAPSHOT maven-archetype HttpChannel/Service/Archetype diff --git a/pom.xml b/pom.xml index fb80fa4..5b54b1a 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ Creating ${project.artifactId} site for ${project.version} seedbox - httpchannsel.github.com + httpchannel.github.com