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 2019/05/10 14:05:27 UTC

[cxf-build-utils] branch master updated: [maven-release-plugin] prepare release cxf-build-utils-3.4.2

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-build-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new d04a669  [maven-release-plugin] prepare release cxf-build-utils-3.4.2
d04a669 is described below

commit d04a669bbf227ecfb784aba2075df041cc2c4972
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Fri May 10 10:05:24 2019 -0400

    [maven-release-plugin] prepare release cxf-build-utils-3.4.2
---
 buildtools/pom.xml             | 2 +-
 pom.xml                        | 4 ++--
 xml2fastinfoset-plugin/pom.xml | 2 +-
 xml2fastinfoset-test/pom.xml   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index d7aee6f..bf44684 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf.build-utils</groupId>
         <artifactId>cxf-build-utils</artifactId>
-        <version>3.4.2-SNAPSHOT</version>
+        <version>3.4.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 1b0604e..354f8ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.build-utils</groupId>
     <artifactId>cxf-build-utils</artifactId>
-    <version>3.4.2-SNAPSHOT</version>
+    <version>3.4.2</version>
     <name>Apache CXF Build Utilities</name>
     <url>http://cxf.apache.org</url>
     <packaging>pom</packaging>
@@ -47,7 +47,7 @@
     <scm>
       <connection>scm:git:https://gitbox.apache.org/repos/asf/cxf-build-utils.git</connection>
       <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-build-utils.git</developerConnection>
-      <tag>HEAD</tag>
+      <tag>cxf-build-utils-3.4.2</tag>
   </scm>
     <mailingLists>
         <mailingList>
diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml
index be22305..4af2fa7 100644
--- a/xml2fastinfoset-plugin/pom.xml
+++ b/xml2fastinfoset-plugin/pom.xml
@@ -21,7 +21,7 @@
     <parent>
          <groupId>org.apache.cxf.build-utils</groupId>
          <artifactId>cxf-build-utils</artifactId>
-         <version>3.4.2-SNAPSHOT</version>
+         <version>3.4.2</version>
     </parent>
 
 
diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml
index cd20b35..b756759 100644
--- a/xml2fastinfoset-test/pom.xml
+++ b/xml2fastinfoset-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.build-utils</groupId>
         <artifactId>cxf-build-utils</artifactId>
-        <version>3.4.2-SNAPSHOT</version>
+        <version>3.4.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>