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

svn commit: r1034637 - /cxf/trunk/distribution/pom.xml

Author: ningjiang
Date: Sat Nov 13 03:26:56 2010
New Revision: 1034637

URL: http://svn.apache.org/viewvc?rev=1034637&view=rev
Log:
Fixed the CS errors of distribution build

Modified:
    cxf/trunk/distribution/pom.xml

Modified: cxf/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=1034637&r1=1034636&r2=1034637&view=diff
==============================================================================
--- cxf/trunk/distribution/pom.xml (original)
+++ cxf/trunk/distribution/pom.xml Sat Nov 13 03:26:56 2010
@@ -35,11 +35,11 @@
     <properties>
         <maven.test.skip>true</maven.test.skip>
         <cxf.version>${project.version}</cxf.version>
-        <checkstyle.extension>-corba</checkstyle.extension>
+        <cxf.checkstyle.extension>-corba</cxf.checkstyle.extension>
 
-        <jaxb.version>${jaxb22.version}</jaxb.version>
-        <jaxb.impl.version>${jaxb22.impl.version}</jaxb.impl.version>
-        <jaxb.xjc.version>${jaxb22.impl.version}</jaxb.xjc.version>
+        <cxf.jaxb.version>${cxf.jaxb22.version}</cxf.jaxb.version>
+        <cxf.jaxb.impl.version>${cxf.jaxb22.impl.version}</cxf.jaxb.impl.version>
+        <cxf.jaxb.xjc.version>${cxf.jaxb22.impl.version}</cxf.jaxb.xjc.version>
     </properties>
 
     <modules>