You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2016/07/05 07:13:37 UTC

cxf-build-utils git commit: [maven-release-plugin] prepare release cxf-build-utils-3.2.1

Repository: cxf-build-utils
Updated Branches:
  refs/heads/master 8eddabb76 -> 8678aa62e


[maven-release-plugin] prepare release cxf-build-utils-3.2.1


Project: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/commit/8678aa62
Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/8678aa62
Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/8678aa62

Branch: refs/heads/master
Commit: 8678aa62e8a166394a6ffeebb80fcb448eb134ac
Parents: 8eddabb
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue Jul 5 09:13:34 2016 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Tue Jul 5 09:13:34 2016 +0200

----------------------------------------------------------------------
 buildtools/pom.xml             | 2 +-
 pom.xml                        | 4 ++--
 xml2fastinfoset-plugin/pom.xml | 2 +-
 xml2fastinfoset-test/pom.xml   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/8678aa62/buildtools/pom.xml
----------------------------------------------------------------------
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 10665d6..592fbb2 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.2.1-SNAPSHOT</version>
+        <version>3.2.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/8678aa62/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f522bfa..abc1acf 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.2.1-SNAPSHOT</version>
+    <version>3.2.1</version>
     <name>Apache CXF Build Utilities</name>
     <url>http://cxf.apache.org</url>
     <packaging>pom</packaging>
@@ -47,7 +47,7 @@
     <scm>
       <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-build-utils.git</connection>
       <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-build-utils.git</developerConnection>
-      <tag>HEAD</tag>
+      <tag>cxf-build-utils-3.2.1</tag>
   </scm>
     <mailingLists>
         <mailingList>

http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/8678aa62/xml2fastinfoset-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml
index 35fb6ef..9e86a83 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.2.1-SNAPSHOT</version>
+         <version>3.2.1</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/8678aa62/xml2fastinfoset-test/pom.xml
----------------------------------------------------------------------
diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml
index ba6b497..6af5f63 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.2.1-SNAPSHOT</version>
+        <version>3.2.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>