Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 6c59df946 -> 7aa84abd4
[CXF-6132] Updating the module description Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/7aa84abd Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/7aa84abd Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/7aa84abd Branch: refs/heads/3.0.x-fixes Commit: 7aa84abd4385996d32f0c5cd945843c7ca1e35c6 Parents: 6c59df9 Author: Sergey Beryozkin <[email protected]> Authored: Wed Feb 11 11:06:48 2015 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Feb 11 11:08:06 2015 +0000 ---------------------------------------------------------------------- rt/rs/http-sci/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/7aa84abd/rt/rs/http-sci/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/http-sci/pom.xml b/rt/rs/http-sci/pom.xml index b144c3b..f8814a4 100644 --- a/rt/rs/http-sci/pom.xml +++ b/rt/rs/http-sci/pom.xml @@ -21,8 +21,8 @@ <modelVersion>4.0.0</modelVersion> <artifactId>cxf-rt-rs-http-sci</artifactId> <packaging>bundle</packaging> - <name>Apache CXF JAX-RS Service Description</name> - <description>Apache CXF JAX-RS Service Description</description> + <name>Apache CXF JAX-RS Servlet Container Initializer</name> + <description>Apache CXF JAX-RS Servlet Container Initializer</description> <url>http://cxf.apache.org</url> <parent> <groupId>org.apache.cxf</groupId>
