You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/01/10 22:25:04 UTC

svn commit: r1057374 - in /cxf/trunk/systests/wsdl_maven: codegen/pom.xml pom.xml

Author: dkulp
Date: Mon Jan 10 21:25:03 2011
New Revision: 1057374

URL: http://svn.apache.org/viewvc?rev=1057374&view=rev
Log:
[CXF-3080] Shorten some names to make them line up nicer

Modified:
    cxf/trunk/systests/wsdl_maven/codegen/pom.xml
    cxf/trunk/systests/wsdl_maven/pom.xml

Modified: cxf/trunk/systests/wsdl_maven/codegen/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/wsdl_maven/codegen/pom.xml?rev=1057374&r1=1057373&r2=1057374&view=diff
==============================================================================
--- cxf/trunk/systests/wsdl_maven/codegen/pom.xml (original)
+++ cxf/trunk/systests/wsdl_maven/codegen/pom.xml Mon Jan 10 21:25:03 2011
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
     <artifactId>cxf-systests-codegen</artifactId>
     <version>2.4.0-SNAPSHOT</version>
-    <name>Test for reading wsdl from repo and generating code from it</name>
+    <name>Test for generating code from wsdl in repo</name>
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>

Modified: cxf/trunk/systests/wsdl_maven/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/wsdl_maven/pom.xml?rev=1057374&r1=1057373&r2=1057374&view=diff
==============================================================================
--- cxf/trunk/systests/wsdl_maven/pom.xml (original)
+++ cxf/trunk/systests/wsdl_maven/pom.xml Mon Jan 10 21:25:03 2011
@@ -22,7 +22,7 @@
     <artifactId>cxf-wsdl-maven</artifactId>
     <packaging>pom</packaging>
     <version>2.4.0-SNAPSHOT</version>
-    <name>Apache CXF System Tests for WSDL generation and retrieval</name>
+    <name>Apache CXF System Tests for Maven Plugins</name>
     <url>http://cxf.apache.org</url>
 
     <parent>