You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2009/02/04 13:04:26 UTC

svn commit: r740706 - /cxf/trunk/distribution/src/main/release/samples/mtom/pom.xml

Author: sergeyb
Date: Wed Feb  4 12:04:25 2009
New Revision: 740706

URL: http://svn.apache.org/viewvc?rev=740706&view=rev
Log:
Minor update to mtom demo pom.xml to make a maven parser happy

Modified:
    cxf/trunk/distribution/src/main/release/samples/mtom/pom.xml

Modified: cxf/trunk/distribution/src/main/release/samples/mtom/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/mtom/pom.xml?rev=740706&r1=740705&r2=740706&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/mtom/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/mtom/pom.xml Wed Feb  4 12:04:25 2009
@@ -4,7 +4,7 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>mtom</artifactId>
     <version>1.0</version>
-    <name>MTOM Demo for SWA & XOP</name>
+    <name>MTOM Demo for SWA and XOP</name>
     <properties>
         <cxf.version>[2,)</cxf.version>
     </properties>