Changing Maven Name for CXF-Services from CXF Runtime to CXF Services ---------------------------------------------------------------------
Key: CXF-4236 URL: https://issues.apache.org/jira/browse/CXF-4236 Project: CXF Issue Type: Improvement Components: Services Affects Versions: 2.5.2 Environment: any Reporter: Christoph Priority: Trivial Attachments: cxf-services_pom.xml.diff Renaming the maven name of the CXF-Services component from "Apache CXF Runtime" to "Apache CXF Services" to avoid confusion on maven structure. This can be achieved by applying the following patch: Index: services/pom.xml =================================================================== --- services/pom.xml (revision 1292276) +++ services/pom.xml (working copy) @@ -22,7 +22,7 @@ <artifactId>cxf-services</artifactId> <packaging>pom</packaging> <version>2.5.2</version> - <name>Apache CXF Runtime</name> + <name>Apache CXF Services</name> <url>http://cxf.apache.org</url> <parent> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira