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

reta 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 c1b729e  Fixing ws_transaction samples version (3.4.0-SNAPSHOT)
c1b729e is described below

commit c1b729ea9f0c43e6560099dbc427751fe33ee088
Author: reta <[email protected]>
AuthorDate: Thu Oct 24 21:13:51 2019 -0400

    Fixing ws_transaction samples version (3.4.0-SNAPSHOT)
---
 distribution/src/main/release/samples/ws_transaction/client/pom.xml    | 2 +-
 distribution/src/main/release/samples/ws_transaction/pom.xml           | 2 +-
 distribution/src/main/release/samples/ws_transaction/ws_first/pom.xml  | 2 +-
 distribution/src/main/release/samples/ws_transaction/ws_second/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/distribution/src/main/release/samples/ws_transaction/client/pom.xml 
b/distribution/src/main/release/samples/ws_transaction/client/pom.xml
index 15a3595..1295102 100644
--- a/distribution/src/main/release/samples/ws_transaction/client/pom.xml
+++ b/distribution/src/main/release/samples/ws_transaction/client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>ws_transaction</artifactId>
-        <version>3.3.3-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>spring-boot-sample-ws-cxf-client</artifactId>
diff --git a/distribution/src/main/release/samples/ws_transaction/pom.xml 
b/distribution/src/main/release/samples/ws_transaction/pom.xml
index 077eb12..60342b1 100644
--- a/distribution/src/main/release/samples/ws_transaction/pom.xml
+++ b/distribution/src/main/release/samples/ws_transaction/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.3-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
     <packaging>pom</packaging>
     <properties>
diff --git 
a/distribution/src/main/release/samples/ws_transaction/ws_first/pom.xml 
b/distribution/src/main/release/samples/ws_transaction/ws_first/pom.xml
index 9e94d04..e33643b 100644
--- a/distribution/src/main/release/samples/ws_transaction/ws_first/pom.xml
+++ b/distribution/src/main/release/samples/ws_transaction/ws_first/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>ws_transaction</artifactId>
-        <version>3.3.3-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>spring-boot-sample-ws-cxf-first-service</artifactId>
diff --git 
a/distribution/src/main/release/samples/ws_transaction/ws_second/pom.xml 
b/distribution/src/main/release/samples/ws_transaction/ws_second/pom.xml
index a7a57d6..b84e761 100644
--- a/distribution/src/main/release/samples/ws_transaction/ws_second/pom.xml
+++ b/distribution/src/main/release/samples/ws_transaction/ws_second/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>ws_transaction</artifactId>
-        <version>3.3.3-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>spring-boot-sample-ws-cxf-second-service</artifactId>

Reply via email to