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 2016/02/22 19:20:21 UTC

incubator-mrql git commit: [maven-release-plugin] prepare release MRQL-0.9.6-incubating-RC1

Repository: incubator-mrql
Updated Branches:
  refs/heads/master 44271de45 -> b5919225e


[maven-release-plugin] prepare release MRQL-0.9.6-incubating-RC1


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

Branch: refs/heads/master
Commit: b5919225e9eeb9f49e530c7bb1cea19882b70820
Parents: 44271de
Author: fegaras <fe...@cse.uta.edu>
Authored: Mon Feb 22 12:19:57 2016 -0600
Committer: fegaras <fe...@cse.uta.edu>
Committed: Mon Feb 22 12:19:57 2016 -0600

----------------------------------------------------------------------
 bsp/pom.xml       | 2 +-
 core/pom.xml      | 2 +-
 dist/pom.xml      | 2 +-
 flink/pom.xml     | 2 +-
 gen/pom.xml       | 2 +-
 mapreduce/pom.xml | 2 +-
 pom.xml           | 2 +-
 spark/pom.xml     | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/b5919225/bsp/pom.xml
----------------------------------------------------------------------
diff --git a/bsp/pom.xml b/bsp/pom.xml
index 3a3073d..1fefce7 100644
--- a/bsp/pom.xml
+++ b/bsp/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating-SNAPSHOT</version>
+    <version>0.9.6-incubating</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/b5919225/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 03f4426..1391b03 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating-SNAPSHOT</version>
+    <version>0.9.6-incubating</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/b5919225/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index dbad12a..049d125 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating-SNAPSHOT</version>
+    <version>0.9.6-incubating</version>
   </parent>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/b5919225/flink/pom.xml
----------------------------------------------------------------------
diff --git a/flink/pom.xml b/flink/pom.xml
index 9243682..d42cba4 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating-SNAPSHOT</version>
+    <version>0.9.6-incubating</version>
   </parent>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/b5919225/gen/pom.xml
----------------------------------------------------------------------
diff --git a/gen/pom.xml b/gen/pom.xml
index 438fe3e..cadf38f 100644
--- a/gen/pom.xml
+++ b/gen/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating-SNAPSHOT</version>
+    <version>0.9.6-incubating</version>
   </parent>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/b5919225/mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/mapreduce/pom.xml b/mapreduce/pom.xml
index 448bf67..b44b406 100644
--- a/mapreduce/pom.xml
+++ b/mapreduce/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating-SNAPSHOT</version>
+    <version>0.9.6-incubating</version>
   </parent>
   
   <dependencies>

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

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/b5919225/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index e36b49e..0500117 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>mrql-parent</artifactId>
-    <version>0.9.6-incubating-SNAPSHOT</version>
+    <version>0.9.6-incubating</version>
   </parent>
   
   <dependencies>