Fixed issue: NETTY-105 Update the project description in pom.xml
This commit is contained in:
parent
d24de31206
commit
80237f3074
11
pom.xml
11
pom.xml
@ -31,10 +31,13 @@
|
|||||||
<name>The Netty Project</name>
|
<name>The Netty Project</name>
|
||||||
<url>http://www.jboss.org/netty/</url>
|
<url>http://www.jboss.org/netty/</url>
|
||||||
<description>
|
<description>
|
||||||
The Netty project is an effort to provide an asynchronous / event-driven
|
The Netty project is an effort to provide an asynchronous event-driven
|
||||||
network application framework for rapid development of high-performance /
|
network application framework and tools for rapid development of
|
||||||
high-scalability protocol servers and clients, including its related
|
maintainable high performance and high scalability protocol servers and
|
||||||
out-of-the-box protocol extensions and tool suite.
|
clients. In other words, Netty is a NIO client server framework which
|
||||||
|
enables quick and easy development of network applications such as protocol
|
||||||
|
servers and clients. It greatly simplifies and streamlines network
|
||||||
|
programming such as TCP/IP socket server.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
|
Loading…
Reference in New Issue
Block a user