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/10/08 02:29:56 UTC

git commit: [maven-release-plugin] prepare release MRQL-0.9.0-incubating-RC4

Updated Branches:
  refs/heads/master 7ccd187ec -> 89fad65a9


[maven-release-plugin] prepare release MRQL-0.9.0-incubating-RC4


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

Branch: refs/heads/master
Commit: 89fad65a95268f050f71f76a4105e764576da2d1
Parents: 7ccd187
Author: fegaras <fe...@cse.uta.edu>
Authored: Mon Oct 7 19:29:54 2013 -0500
Committer: fegaras <fe...@cse.uta.edu>
Committed: Mon Oct 7 19:29:54 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/89fad65a/BSP/pom.xml
----------------------------------------------------------------------
diff --git a/BSP/pom.xml b/BSP/pom.xml
index 14d6680..dc4f44f 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.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/89fad65a/Gen/pom.xml
----------------------------------------------------------------------
diff --git a/Gen/pom.xml b/Gen/pom.xml
index 3a423e4..c2b67ad 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.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/89fad65a/MapReduce/pom.xml
----------------------------------------------------------------------
diff --git a/MapReduce/pom.xml b/MapReduce/pom.xml
index 0ae7d10..569886d 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.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/89fad65a/Spark/pom.xml
----------------------------------------------------------------------
diff --git a/Spark/pom.xml b/Spark/pom.xml
index ce1fa38..985e4f2 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.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/89fad65a/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index f3f70e5..cbbda0a 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.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/89fad65a/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index c0971ec..00adcfa 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.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/89fad65a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8e8f334..b2da82b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.apache.mrql</groupId>
   <artifactId>mrql-parent</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.9.0-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, and Spark</description>
@@ -40,7 +40,7 @@
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>13</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <properties>