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 2020/08/19 19:26:10 UTC

[cxf] branch master updated: Fix ws_transaction pom

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

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new aee6d21  Fix ws_transaction pom
aee6d21 is described below

commit aee6d21eb3dfd7b48392117ab2ee58ffb45ff5b6
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Aug 19 15:14:05 2020 -0400

    Fix ws_transaction pom
---
 distribution/src/main/release/samples/ws_transaction/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/ws_transaction/pom.xml b/distribution/src/main/release/samples/ws_transaction/pom.xml
index 60342b1..990ba20 100644
--- a/distribution/src/main/release/samples/ws_transaction/pom.xml
+++ b/distribution/src/main/release/samples/ws_transaction/pom.xml
@@ -33,7 +33,6 @@
         <maven.deploy.skip>true</maven.deploy.skip>
         <maven.test.skip>true</maven.test.skip>
         <spring.boot.version>2.1.3.RELEASE</spring.boot.version>
-	<cxf.version>${project.version}</cxf.version>
         <narayana.spring.boot.version>2.1.0</narayana.spring.boot.version>
         <narayana.version>5.9.0.Final</narayana.version>
         <version.org.jboss.ws>1.0.2.Final</version.org.jboss.ws>
@@ -63,12 +62,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-features-logging</artifactId>
-            <version>${cxf.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
-            <version>${cxf.version}</version>
+            <version>${project.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.springframework.boot</groupId>