You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2019/05/23 01:49:37 UTC

[cxf] branch master updated: Fixing the parent POM version (should be 3.3.3-SNAPSHOT)

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 5827b0b  Fixing the parent POM version (should be 3.3.3-SNAPSHOT)
5827b0b is described below

commit 5827b0bb9d5a62f420f5277ffa456fd8a6083ab0
Author: reta <dr...@gmail.com>
AuthorDate: Wed May 22 21:49:22 2019 -0400

    Fixing the parent POM version (should be 3.3.3-SNAPSHOT)
---
 osgi/itests-felix/pom.xml             | 2 +-
 rt/rs/security/jcs-parent/jcs/pom.xml | 2 +-
 rt/rs/security/jcs-parent/pom.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml
index 03071b3..01ceba6 100644
--- a/osgi/itests-felix/pom.xml
+++ b/osgi/itests-felix/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.3-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.osgi.itests</groupId>
diff --git a/rt/rs/security/jcs-parent/jcs/pom.xml b/rt/rs/security/jcs-parent/jcs/pom.xml
index a056a15..604a5aa 100644
--- a/rt/rs/security/jcs-parent/jcs/pom.xml
+++ b/rt/rs/security/jcs-parent/jcs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.3-SNAPSHOT</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/security/jcs-parent/pom.xml b/rt/rs/security/jcs-parent/pom.xml
index d269f45..e67fb4d 100644
--- a/rt/rs/security/jcs-parent/pom.xml
+++ b/rt/rs/security/jcs-parent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-rs-security</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.3-SNAPSHOT</version>
     </parent>
     <modules>
         <module>jcs</module>