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/10/03 18:34:02 UTC

svn commit: r1178443 - in /cxf/branches/2.4.x-fixes: ./ maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml

Author: dkulp
Date: Mon Oct  3 16:34:02 2011
New Revision: 1178443

URL: http://svn.apache.org/viewvc?rev=1178443&view=rev
Log:
Merged revisions 1178413 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1178413 | ericjohnson | 2011-10-03 10:04:17 -0400 (Mon, 03 Oct 2011) | 1 line
  
  made description descriptive
........

Modified:
    cxf/branches/2.4.x-fixes/   (props changed)
    cxf/branches/2.4.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.4.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml?rev=1178443&r1=1178442&r2=1178443&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml Mon Oct  3 16:34:02 2011
@@ -29,7 +29,7 @@
     <artifactId>cxf-jaxws-javafirst</artifactId>
     <name>Apache CXF Archetype - Simple JAX-WS Java First</name>
     <version>2.4.3-SNAPSHOT</version>
-    <description>Apache CXF Archetype - Simple JAX-WS Java First</description>
+    <description>Creates a project for developing a Web service starting from Java code</description>
     <url>http://cxf.apache.org</url>
     <properties>
         <maven.test.skip>true</maven.test.skip>