You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/06/04 11:14:48 UTC

[cxf] branch 3.2.x-fixes updated: Fixing pom references

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new c353aaf  Fixing pom references
c353aaf is described below

commit c353aaf8579ee637da9cf259b52429da86204d09
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 4 12:14:34 2019 +0100

    Fixing pom references
---
 systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml  | 2 +-
 systests/wsdl_maven/codegen/src/it/it-parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml b/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml
index 53b0ae5..c48d0c6 100644
--- a/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml
+++ b/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>codegen-it-parent</artifactId>
-        <version>1-SNAPSHOT</version>
+        <version>3.2.10-SNAPSHOT</version>
         <relativePath>../it-parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-4004-it</artifactId>
diff --git a/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml b/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml
index dd2177d..1350c80 100644
--- a/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml
+++ b/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>codegen-it-parent</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>3.2.10-SNAPSHOT</version>
     <packaging>pom</packaging>
     <properties>
         <cxf.version>@project.version@</cxf.version>