Author: alessio.soldano(a)jboss.com
Date: 2010-05-27 07:00:05 -0400 (Thu, 27 May 2010)
New Revision: 12357
Modified:
stack/cxf/trunk/modules/endorsed/pom.xml
stack/cxf/trunk/modules/server/pom.xml
Log:
Minor change to module's names
Modified: stack/cxf/trunk/modules/endorsed/pom.xml
===================================================================
--- stack/cxf/trunk/modules/endorsed/pom.xml 2010-05-27 10:58:27 UTC (rev 12356)
+++ stack/cxf/trunk/modules/endorsed/pom.xml 2010-05-27 11:00:05 UTC (rev 12357)
@@ -1,7 +1,7 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <name>JBoss Web Services - Endorsed JAX-WS factories</name>
+ <name>JBoss Web Services - Endorsed factories</name>
<artifactId>jbossws-cxf-factories</artifactId>
<packaging>jar</packaging>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2010-05-27 10:58:27 UTC (rev 12356)
+++ stack/cxf/trunk/modules/server/pom.xml 2010-05-27 11:00:05 UTC (rev 12357)
@@ -1,7 +1,7 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <name>JBoss Web Services - CXF Server</name>
+ <name>JBoss Web Services - Stack CXF Server</name>
<artifactId>jbossws-cxf-server</artifactId>
<packaging>jar</packaging>