You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by vi...@apache.org on 2014/04/10 11:38:10 UTC

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

Repository: incubator-vxquery
Updated Branches:
  refs/heads/vxquery_0_3_staging 9249ebae8 -> 76b32d08b


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

This reverts commit 9249ebae856bbf2bc9e5d32d9a1932e051e2310f.


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

Branch: refs/heads/vxquery_0_3_staging
Commit: 4f679c7d2f813eaaf9e5ee148d0c7d23ec233490
Parents: 9249eba
Author: Vinayak Borkar <vi...@gmail.com>
Authored: Thu Apr 10 02:37:32 2014 -0700
Committer: Vinayak Borkar <vi...@gmail.com>
Committed: Thu Apr 10 02:37:32 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/4f679c7d/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/4f679c7d/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/4f679c7d/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/4f679c7d/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/4f679c7d/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/4f679c7d/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>


[2/2] git commit: Revert "[maven-release-plugin] prepare release apache-vxquery-0.3-incubating"

Posted by vi...@apache.org.
Revert "[maven-release-plugin] prepare release apache-vxquery-0.3-incubating"

This reverts commit b2e1eb5cc5a2c52c55dc736360637eb07258b7fd.


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

Branch: refs/heads/vxquery_0_3_staging
Commit: 76b32d08b757ea1fe48b19f7f019accc6acfe94f
Parents: 4f679c7
Author: Vinayak Borkar <vi...@gmail.com>
Authored: Thu Apr 10 02:37:38 2014 -0700
Committer: Vinayak Borkar <vi...@gmail.com>
Committed: Thu Apr 10 02:37:38 2014 -0700

----------------------------------------------------------------------
 pom.xml                   | 3 +--
 vxquery-benchmark/pom.xml | 5 +++--
 vxquery-cli/pom.xml       | 4 ++--
 vxquery-core/pom.xml      | 6 +++---
 vxquery-server/pom.xml    | 7 ++++---
 vxquery-xtest/pom.xml     | 4 ++--
 6 files changed, 15 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/76b32d08/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b60f3ab..6d70006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.vxquery</groupId>
   <artifactId>apache-vxquery</artifactId>
-  <version>0.3-incubating</version>
+  <version>0.3-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>VXQuery</name>
   <description>A Versatile XQuery Processor</description>
@@ -50,7 +50,6 @@
     <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>apache-vxquery-0.3-incubating</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/76b32d08/vxquery-benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/pom.xml b/vxquery-benchmark/pom.xml
index a909a78..818977f 100644
--- a/vxquery-benchmark/pom.xml
+++ b/vxquery-benchmark/pom.xml
@@ -14,13 +14,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.3-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
   
   <artifactId>apache-vxquery-benchmark</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/76b32d08/vxquery-cli/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-cli/pom.xml b/vxquery-cli/pom.xml
index 58631b8..a7a51df 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.3-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-vxquery-cli</artifactId>
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.3-incubating</version>
+      <version>0.3-incubating-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/76b32d08/vxquery-core/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-core/pom.xml b/vxquery-core/pom.xml
index bc64f9b..5a0dfdd 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.3-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-vxquery-core</artifactId>
@@ -148,7 +148,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore></ignore>
                   </action>
                 </pluginExecution>
                 <pluginExecution>
@@ -161,7 +161,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore></ignore>
                   </action>
                 </pluginExecution>
               </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/76b32d08/vxquery-server/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-server/pom.xml b/vxquery-server/pom.xml
index 47665bb..9c1b15d 100644
--- a/vxquery-server/pom.xml
+++ b/vxquery-server/pom.xml
@@ -14,13 +14,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.vxquery</groupId>
     <artifactId>apache-vxquery</artifactId>
-    <version>0.3-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-vxquery-server</artifactId>
@@ -124,7 +125,7 @@
     <dependency>
       <groupId>org.apache.vxquery</groupId>
       <artifactId>apache-vxquery-core</artifactId>
-      <version>0.3-incubating</version>
+      <version>0.3-incubating-SNAPSHOT</version>
     </dependency>
 
     <dependency>

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