You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by sc...@apache.org on 2019/09/11 15:06:03 UTC

svn commit: r1866801 - /manifoldcf/trunk/connectors/csws/pom.xml

Author: schuch
Date: Wed Sep 11 15:06:02 2019
New Revision: 1866801

URL: http://svn.apache.org/viewvc?rev=1866801&view=rev
Log:
use correct version for cxf plugin

Modified:
    manifoldcf/trunk/connectors/csws/pom.xml

Modified: manifoldcf/trunk/connectors/csws/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/csws/pom.xml?rev=1866801&r1=1866800&r2=1866801&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/csws/pom.xml (original)
+++ manifoldcf/trunk/connectors/csws/pom.xml Wed Sep 11 15:06:02 2019
@@ -195,7 +195,7 @@
       <plugin>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-codegen-plugin</artifactId>
-        <version>3.2.6</version>
+        <version>${cxf.version}</version>
         <executions>
           <execution>
             <id>generate-sources</id>