You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2014/04/22 07:49:37 UTC

[13/19] git commit: Revert "[maven-release-plugin] prepare for next development iteration"

Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit 32ea08c5d17675d36b907e14dcb76d9eaa028dc8.


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

Branch: refs/heads/master
Commit: b665f3f6c29201dd428f88356642a6837ad33fee
Parents: 32ea08c
Author: Vinayak Borkar <vi...@gmail.com>
Authored: Thu Apr 10 09:58:56 2014 -0700
Committer: Vinayak Borkar <vi...@gmail.com>
Committed: Thu Apr 10 09:58:56 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/incubator-vxquery/blob/b665f3f6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6a02224..b60f3ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery</artifactId>
-  <version>0.4-incubating-SNAPSHOT</version>
+  <version>0.3-incubating</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/incubator-vxquery.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-vxquery.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf/incubator-vxquery.git</url>
-    <tag>HEAD</tag>
+    <tag>apache-vxquery-0.3-incubating</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/b665f3f6/vxquery-benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/pom.xml b/vxquery-benchmark/pom.xml
index 4098d6a..a909a78 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-incubating-SNAPSHOT</version>
+    <version>0.3-incubating</version>
   </parent>
   
   <artifactId>apache-vxquery-benchmark</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/b665f3f6/vxquery-cli/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-cli/pom.xml b/vxquery-cli/pom.xml
index dc21cdf..58631b8 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-incubating-SNAPSHOT</version>
+    <version>0.3-incubating</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-incubating-SNAPSHOT</version>
+      <version>0.3-incubating</version>
       <scope>compile</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/b665f3f6/vxquery-core/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-core/pom.xml b/vxquery-core/pom.xml
index 496efdc..bc64f9b 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-incubating-SNAPSHOT</version>
+    <version>0.3-incubating</version>
   </parent>
 
   <artifactId>apache-vxquery-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/b665f3f6/vxquery-server/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-server/pom.xml b/vxquery-server/pom.xml
index 92e6aba..47665bb 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-incubating-SNAPSHOT</version>
+    <version>0.3-incubating</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-incubating-SNAPSHOT</version>
+      <version>0.3-incubating</version>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/b665f3f6/vxquery-xtest/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml
index e69ca77..76db7d9 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-incubating-SNAPSHOT</version>
+    <version>0.3-incubating</version>
   </parent>
 
   <artifactId>apache-vxquery-xtest</artifactId>
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.4-incubating-SNAPSHOT</version>
+      <version>0.3-incubating</version>
     </dependency>
 
     <dependency>