[maven-release-plugin] prepare release apache-vxquery-0.4

Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/7d46ac21
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/7d46ac21
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/7d46ac21

Branch: refs/heads/master
Commit: 7d46ac21f7a85ff2a1f5e5699d37df45093c6bca
Parents: 508a642
Author: Till Westmann <[email protected]>
Authored: Mon Sep 1 17:39:10 2014 -0700
Committer: Till Westmann <[email protected]>
Committed: Mon Sep 1 17:39:10 2014 -0700

----------------------------------------------------------------------
 pom.xml                   | 4 ++--
 vxquery-benchmark/pom.xml | 2 +-
 vxquery-cli/pom.xml       | 4 ++--
 vxquery-core/pom.xml      | 2 +-
 vxquery-server/pom.xml    | 4 ++--
 vxquery-xtest/pom.xml     | 4 ++--
 6 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/7d46ac21/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f04147..f83d0ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery</artifactId>
-  <version>0.4-SNAPSHOT</version>
+  <version>0.4</version>
   <packaging>pom</packaging>
   <name>VXQuery</name>
   <description>A Versatile XQuery Processor</description>
@@ -50,7 +50,7 @@
     
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</connection>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf/vxquery.git</url>
-    <tag>HEAD</tag>
+    <tag>apache-vxquery-0.4</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/vxquery/blob/7d46ac21/vxquery-benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/pom.xml b/vxquery-benchmark/pom.xml
index 3c82390..f4a09f7 100644
--- a/vxquery-benchmark/pom.xml
+++ b/vxquery-benchmark/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
   </parent>
   
   <artifactId>apache-vxquery-benchmark</artifactId>

http://git-wip-us.apache.org/repos/asf/vxquery/blob/7d46ac21/vxquery-cli/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-cli/pom.xml b/vxquery-cli/pom.xml
index 5b49c23..3adebcc 100644
--- a/vxquery-cli/pom.xml
+++ b/vxquery-cli/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
   </parent>
 
   <artifactId>apache-vxquery-cli</artifactId>
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.4-SNAPSHOT</version>
+      <version>0.4</version>
       <scope>compile</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/vxquery/blob/7d46ac21/vxquery-core/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-core/pom.xml b/vxquery-core/pom.xml
index f9e9963..7af0e67 100644
--- a/vxquery-core/pom.xml
+++ b/vxquery-core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
   </parent>
 
   <artifactId>apache-vxquery-core</artifactId>

http://git-wip-us.apache.org/repos/asf/vxquery/blob/7d46ac21/vxquery-server/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-server/pom.xml b/vxquery-server/pom.xml
index 92509be..ae779b3 100644
--- a/vxquery-server/pom.xml
+++ b/vxquery-server/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
   </parent>
 
   <artifactId>apache-vxquery-server</artifactId>
@@ -124,7 +124,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.4-SNAPSHOT</version>
+      <version>0.4</version>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/vxquery/blob/7d46ac21/vxquery-xtest/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml
index 38a7ca4..b0c51e5 100644
--- a/vxquery-xtest/pom.xml
+++ b/vxquery-xtest/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
   </parent>
 
   <artifactId>apache-vxquery-xtest</artifactId>
@@ -116,7 +116,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.4-SNAPSHOT</version>
+      <version>0.4</version>
     </dependency>
 
     <dependency>

Reply via email to