You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrql.apache.org by fe...@apache.org on 2013/09/05 16:24:13 UTC

git commit: [maven-release-plugin] prepare for next development iteration

Updated Branches:
  refs/heads/master dd993f233 -> f105efb30


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


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

Branch: refs/heads/master
Commit: f105efb3038d681cb51c82854d919bf44850a4da
Parents: dd993f2
Author: fegaras <fe...@cse.uta.edu>
Authored: Thu Sep 5 09:24:10 2013 -0500
Committer: fegaras <fe...@cse.uta.edu>
Committed: Thu Sep 5 09:24:10 2013 -0500

----------------------------------------------------------------------
 BSP/pom.xml       | 2 +-
 Gen/pom.xml       | 2 +-
 MapReduce/pom.xml | 2 +-
 Spark/pom.xml     | 2 +-
 bin-dist/pom.xml  | 2 +-
 pom.xml           | 2 +-
 src-dist/pom.xml  | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/f105efb3/BSP/pom.xml
----------------------------------------------------------------------
diff --git a/BSP/pom.xml b/BSP/pom.xml
index 92e0da7..1141f1c 100644
--- a/BSP/pom.xml
+++ b/BSP/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/f105efb3/Gen/pom.xml
----------------------------------------------------------------------
diff --git a/Gen/pom.xml b/Gen/pom.xml
index 2ca4809..39daa2c 100644
--- a/Gen/pom.xml
+++ b/Gen/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/f105efb3/MapReduce/pom.xml
----------------------------------------------------------------------
diff --git a/MapReduce/pom.xml b/MapReduce/pom.xml
index 4e29da9..e9f289e 100644
--- a/MapReduce/pom.xml
+++ b/MapReduce/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/f105efb3/Spark/pom.xml
----------------------------------------------------------------------
diff --git a/Spark/pom.xml b/Spark/pom.xml
index 7567418..336f726 100644
--- a/Spark/pom.xml
+++ b/Spark/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/f105efb3/bin-dist/pom.xml
----------------------------------------------------------------------
diff --git a/bin-dist/pom.xml b/bin-dist/pom.xml
index d628909..e6c9843 100644
--- a/bin-dist/pom.xml
+++ b/bin-dist/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/f105efb3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 34ce7cf..6952010 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.apache.mrql</groupId>
   <artifactId>MRQL</artifactId>
-  <version>0.9.0-incubating</version>
+  <version>0.9.1-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>MRQL</name>
   <description>MRQL is a query processing and optimization system for large-scale, distributed data analysis, built on top of Apache Hadoop, Hama, and Spark</description>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/f105efb3/src-dist/pom.xml
----------------------------------------------------------------------
diff --git a/src-dist/pom.xml b/src-dist/pom.xml
index 522d007..a1d3c4b 100644
--- a/src-dist/pom.xml
+++ b/src-dist/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
 
   <build>