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/15 21:41:30 UTC

[1/2] git commit: prepare for staging 0.9.0

Updated Branches:
  refs/heads/master 46cda9eae -> 6a70ed55b


prepare for staging 0.9.0


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

Branch: refs/heads/master
Commit: 4fd781114ceb044a90a8850189f5276988faecaa
Parents: 46cda9e
Author: fegaras <fe...@cse.uta.edu>
Authored: Sun Sep 15 14:27:36 2013 -0500
Committer: fegaras <fe...@cse.uta.edu>
Committed: Sun Sep 15 14:27:36 2013 -0500

----------------------------------------------------------------------
 RELEASE_NOTES | 1 +
 pom.xml       | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/4fd78111/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index ba3e177..3ccb2ec 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -27,3 +27,4 @@ Tasks
 [MRQL-14] Add the "-SNAPSHOT" suffix
 [MRQL-15] Setup svnpubsub for the MRQL dist directory
 [MRQL-16] correct source files. ASF licenses, and POMs for release
+[MRQL-18]: correct NOTICE, DISCLAIMER, xdoc

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/4fd78111/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8b8530d..0041dd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,8 +15,7 @@
    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>
 
   <groupId>org.apache.mrql</groupId>


[2/2] git commit: [maven-release-plugin] prepare release MRQL-0.9.0-incubating-SNAPSHOT

Posted by fe...@apache.org.
[maven-release-plugin] prepare release MRQL-0.9.0-incubating-SNAPSHOT


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

Branch: refs/heads/master
Commit: 6a70ed55b660b0cc5ccf24224f517ad545556477
Parents: 4fd7811
Author: fegaras <fe...@cse.uta.edu>
Authored: Sun Sep 15 14:40:12 2013 -0500
Committer: fegaras <fe...@cse.uta.edu>
Committed: Sun Sep 15 14:40:12 2013 -0500

----------------------------------------------------------------------
 BSP/pom.xml       | 86 +++++++++++++++++++++-----------------------------
 Gen/pom.xml       | 12 +++----
 MapReduce/pom.xml | 84 ++++++++++++++++++++----------------------------
 Spark/pom.xml     | 72 ++++++++++++++++++------------------------
 binaries/pom.xml  |  2 +-
 pom.xml           |  2 +-
 source/pom.xml    |  2 +-
 7 files changed, 108 insertions(+), 152 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/6a70ed55/BSP/pom.xml
----------------------------------------------------------------------
diff --git a/BSP/pom.xml b/BSP/pom.xml
index 317d3c0..92e0da7 100644
--- a/BSP/pom.xml
+++ b/BSP/pom.xml
@@ -15,8 +15,7 @@
    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>
 
   <groupId>org.apache.mrql</groupId>
@@ -30,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   
   <dependencies>
@@ -128,37 +127,29 @@
 	    </goals>
 	    <configuration>
               <target>
-		<property name="compile_classpath" refid="maven.compile.classpath"/>
-		<fileset id="gen.path" dir="../src/main/java/core" includes="*.gen"/>
-		<pathconvert pathsep=" " property="gen.files" refid="gen.path"/>
-		<java classname="org.apache.mrql.gen.Main"
-		      classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
-		  <arg line="${gen.files}"/>
-		  <arg line="-o"/>
-		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql"/>
+		<property name="compile_classpath" refid="maven.compile.classpath" />
+		<fileset id="gen.path" dir="../src/main/java/core" includes="*.gen" />
+		<pathconvert pathsep=" " property="gen.files" refid="gen.path" />
+		<java classname="org.apache.mrql.gen.Main" classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
+		  <arg line="${gen.files}" />
+		  <arg line="-o" />
+		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql" />
 		</java>
-		<fileset id="mr.gen.path" dir="../src/main/java/BSP" includes="*.gen"/>
-		<pathconvert pathsep=" " property="mr.gen.files" refid="mr.gen.path"/>
-		<java classname="org.apache.mrql.gen.Main"
-		      classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
-		  <arg line="${mr.gen.files}"/>
-		  <arg line="-o"/>
-		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql"/>
+		<fileset id="mr.gen.path" dir="../src/main/java/BSP" includes="*.gen" />
+		<pathconvert pathsep=" " property="mr.gen.files" refid="mr.gen.path" />
+		<java classname="org.apache.mrql.gen.Main" classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
+		  <arg line="${mr.gen.files}" />
+		  <arg line="-o" />
+		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql" />
 		</java>
-		<java classname="org.apache.mrql.gen.Main"
-		      classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
-		  <arg file="../src/main/java/core/mrql.cgen"/>
-		  <arg line="-o"/>
-		  <arg file="${project.build.directory}/generated-sources/mrql.cup"/>
+		<java classname="org.apache.mrql.gen.Main" classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
+		  <arg file="../src/main/java/core/mrql.cgen" />
+		  <arg line="-o" />
+		  <arg file="${project.build.directory}/generated-sources/mrql.cup" />
 		</java>
-                <taskdef name="cup" classname="java_cup.anttask.CUPTask"
-			 classpathref="maven.compile.classpath"/>
-                <cup srcfile="${project.build.directory}/generated-sources/mrql.cup"
-		     destdir="${project.build.directory}/generated-sources"
-		     nosummary="true" parser="MRQLParser"/>
-                <cup srcfile="src/main/java/core/JSON.cup"
-		     destdir="${project.build.directory}/generated-sources"
-		     nosummary="true" parser="JSONParser" symbols="jsym"/>
+                <taskdef name="cup" classname="java_cup.anttask.CUPTask" classpathref="maven.compile.classpath" />
+                <cup srcfile="${project.build.directory}/generated-sources/mrql.cup" destdir="${project.build.directory}/generated-sources" nosummary="true" parser="MRQLParser" />
+                <cup srcfile="src/main/java/core/JSON.cup" destdir="${project.build.directory}/generated-sources" nosummary="true" parser="JSONParser" symbols="jsym" />
 	      </target>
   	    </configuration>
 	  </execution>
@@ -169,26 +160,21 @@
 	      <goal>run</goal>
 	    </goals>
 	    <configuration>
-	      <target name="validate_hama"
-		      description="Validate all test queries on Hama">
-		<property name="runtime_classpath" refid="maven.runtime.classpath"/>
-		<echo message="Evaluating test queries in memory (BSP mode):"/>
-		<java classname="org.apache.mrql.Test"
-		      classpath="${runtime_classpath}"
-		      dir=".." fork="yes">
-		  <jvmarg line="-ms256m"/>
-		  <arg file="../tests/queries"/>
-		  <arg file="../tests/results/bsp-memory"/>
-		  <arg file="../tests/error_log.txt"/>
+	      <target name="validate_hama" description="Validate all test queries on Hama">
+		<property name="runtime_classpath" refid="maven.runtime.classpath" />
+		<echo message="Evaluating test queries in memory (BSP mode):" />
+		<java classname="org.apache.mrql.Test" classpath="${runtime_classpath}" dir=".." fork="yes">
+		  <jvmarg line="-ms256m" />
+		  <arg file="../tests/queries" />
+		  <arg file="../tests/results/bsp-memory" />
+		  <arg file="../tests/error_log.txt" />
 		</java>
-		<echo message="Evaluating test queries in Hama local mode:"/>
-		<java classname="org.apache.mrql.Test"
-		      classpath="../lib/mrql-bsp-${project.version}.jar:${runtime_classpath}"
-		      dir=".." fork="yes" error="/dev/null">
-		  <arg line="-local"/>
-		  <arg file="../tests/queries"/>
-		  <arg file="../tests/results/bsp"/>
-		  <arg file="../tests/error_log.txt"/>
+		<echo message="Evaluating test queries in Hama local mode:" />
+		<java classname="org.apache.mrql.Test" classpath="../lib/mrql-bsp-${project.version}.jar:${runtime_classpath}" dir=".." fork="yes" error="/dev/null">
+		  <arg line="-local" />
+		  <arg file="../tests/queries" />
+		  <arg file="../tests/results/bsp" />
+		  <arg file="../tests/error_log.txt" />
 		</java>
 	      </target>
   	    </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/6a70ed55/Gen/pom.xml
----------------------------------------------------------------------
diff --git a/Gen/pom.xml b/Gen/pom.xml
index 87b109b..2ca4809 100644
--- a/Gen/pom.xml
+++ b/Gen/pom.xml
@@ -15,8 +15,7 @@
    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>
 
   <groupId>org.apache.mrql</groupId>
@@ -30,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
 
   <build>
@@ -77,11 +76,8 @@
 	    </goals>
 	    <configuration>
               <target>
-                <taskdef name="cup" classname="java_cup.anttask.CUPTask"
-			 classpathref="maven.compile.classpath"/>
-                <cup srcfile="src/main/java/gen/gen.cup"
-		     destdir="${project.build.directory}/generated-sources/parsers"
-		     nosummary="true" parser="GenParser" symbols="GenSym"/>
+                <taskdef name="cup" classname="java_cup.anttask.CUPTask" classpathref="maven.compile.classpath" />
+                <cup srcfile="src/main/java/gen/gen.cup" destdir="${project.build.directory}/generated-sources/parsers" nosummary="true" parser="GenParser" symbols="GenSym" />
 	      </target>
   	    </configuration>
 	  </execution>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/6a70ed55/MapReduce/pom.xml
----------------------------------------------------------------------
diff --git a/MapReduce/pom.xml b/MapReduce/pom.xml
index e46fc5c..4e29da9 100644
--- a/MapReduce/pom.xml
+++ b/MapReduce/pom.xml
@@ -15,8 +15,7 @@
    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>
 
   <groupId>org.apache.mrql</groupId>
@@ -30,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   
   <dependencies>
@@ -131,37 +130,29 @@
 	    </goals>
 	    <configuration>
               <target>
-		<property name="compile_classpath" refid="maven.compile.classpath"/>
-		<fileset id="gen.path" dir="../src/main/java/core" includes="*.gen"/>
-		<pathconvert pathsep=" " property="gen.files" refid="gen.path"/>
-		<java classname="org.apache.mrql.gen.Main"
-		      classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
-		  <arg line="${gen.files}"/>
-		  <arg line="-o"/>
-		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql"/>
+		<property name="compile_classpath" refid="maven.compile.classpath" />
+		<fileset id="gen.path" dir="../src/main/java/core" includes="*.gen" />
+		<pathconvert pathsep=" " property="gen.files" refid="gen.path" />
+		<java classname="org.apache.mrql.gen.Main" classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
+		  <arg line="${gen.files}" />
+		  <arg line="-o" />
+		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql" />
 		</java>
-		<fileset id="mr.gen.path" dir="../src/main/java/MapReduce" includes="*.gen"/>
-		<pathconvert pathsep=" " property="mr.gen.files" refid="mr.gen.path"/>
-		<java classname="org.apache.mrql.gen.Main"
-		      classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
-		  <arg line="${mr.gen.files}"/>
-		  <arg line="-o"/>
-		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql"/>
+		<fileset id="mr.gen.path" dir="../src/main/java/MapReduce" includes="*.gen" />
+		<pathconvert pathsep=" " property="mr.gen.files" refid="mr.gen.path" />
+		<java classname="org.apache.mrql.gen.Main" classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
+		  <arg line="${mr.gen.files}" />
+		  <arg line="-o" />
+		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql" />
 		</java>
-		<java classname="org.apache.mrql.gen.Main"
-		      classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
-		  <arg file="../src/main/java/core/mrql.cgen"/>
-		  <arg line="-o"/>
-		  <arg file="${project.build.directory}/generated-sources/mrql.cup"/>
+		<java classname="org.apache.mrql.gen.Main" classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
+		  <arg file="../src/main/java/core/mrql.cgen" />
+		  <arg line="-o" />
+		  <arg file="${project.build.directory}/generated-sources/mrql.cup" />
 		</java>
-                <taskdef name="cup" classname="java_cup.anttask.CUPTask"
-			 classpathref="maven.compile.classpath"/>
-                <cup srcfile="${project.build.directory}/generated-sources/mrql.cup"
-		     destdir="${project.build.directory}/generated-sources"
-		     nosummary="true" parser="MRQLParser"/>
-                <cup srcfile="src/main/java/core/JSON.cup"
-		     destdir="${project.build.directory}/generated-sources"
-		     nosummary="true" parser="JSONParser" symbols="jsym"/>
+                <taskdef name="cup" classname="java_cup.anttask.CUPTask" classpathref="maven.compile.classpath" />
+                <cup srcfile="${project.build.directory}/generated-sources/mrql.cup" destdir="${project.build.directory}/generated-sources" nosummary="true" parser="MRQLParser" />
+                <cup srcfile="src/main/java/core/JSON.cup" destdir="${project.build.directory}/generated-sources" nosummary="true" parser="JSONParser" symbols="jsym" />
 	      </target>
 	    </configuration>
 	  </execution>
@@ -172,25 +163,20 @@
 	      <goal>run</goal>
 	    </goals>
 	    <configuration>
-	      <target name="validate_hadoop"
-		      description="Validate all test queries on Hadoop">
-		<property name="runtime_classpath" refid="maven.runtime.classpath"/>
-		<echo message="Evaluating test queries in memory (Map-Reduce mode):"/>
-		<java classname="org.apache.mrql.Test"
-		      classpath="${runtime_classpath}"
-		      dir=".." fork="yes">
-		  <arg file="../tests/queries"/>
-		  <arg file="../tests/results/mr-memory"/>
-		  <arg file="../tests/error_log.txt"/>
+	      <target name="validate_hadoop" description="Validate all test queries on Hadoop">
+		<property name="runtime_classpath" refid="maven.runtime.classpath" />
+		<echo message="Evaluating test queries in memory (Map-Reduce mode):" />
+		<java classname="org.apache.mrql.Test" classpath="${runtime_classpath}" dir=".." fork="yes">
+		  <arg file="../tests/queries" />
+		  <arg file="../tests/results/mr-memory" />
+		  <arg file="../tests/error_log.txt" />
 		</java>
-		<echo message="Evaluating test queries in Hadoop local mode:"/>
-		<java classname="org.apache.mrql.Test"
-		      classpath="../lib/mrql-mr-${project.version}.jar:${runtime_classpath}"
-		      dir=".." fork="yes" error="/dev/null">
-		  <arg line="-local"/>
-		  <arg file="../tests/queries"/>
-		  <arg file="../tests/results/hadoop"/>
-		  <arg file="../tests/error_log.txt"/>
+		<echo message="Evaluating test queries in Hadoop local mode:" />
+		<java classname="org.apache.mrql.Test" classpath="../lib/mrql-mr-${project.version}.jar:${runtime_classpath}" dir=".." fork="yes" error="/dev/null">
+		  <arg line="-local" />
+		  <arg file="../tests/queries" />
+		  <arg file="../tests/results/hadoop" />
+		  <arg file="../tests/error_log.txt" />
 		</java>
 	      </target>
   	    </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/6a70ed55/Spark/pom.xml
----------------------------------------------------------------------
diff --git a/Spark/pom.xml b/Spark/pom.xml
index f6a1310..7567418 100644
--- a/Spark/pom.xml
+++ b/Spark/pom.xml
@@ -15,8 +15,7 @@
    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>
 
   <groupId>org.apache.mrql</groupId>
@@ -30,7 +29,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   
   <dependencies>
@@ -128,37 +127,29 @@
 	    </goals>
 	    <configuration>
               <target>
-		<property name="compile_classpath" refid="maven.compile.classpath"/>
-		<fileset id="gen.path" dir="../src/main/java/core" includes="*.gen"/>
-		<pathconvert pathsep=" " property="gen.files" refid="gen.path"/>
-		<java classname="org.apache.mrql.gen.Main"
-		      classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
-		  <arg line="${gen.files}"/>
-		  <arg line="-o"/>
-		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql"/>
+		<property name="compile_classpath" refid="maven.compile.classpath" />
+		<fileset id="gen.path" dir="../src/main/java/core" includes="*.gen" />
+		<pathconvert pathsep=" " property="gen.files" refid="gen.path" />
+		<java classname="org.apache.mrql.gen.Main" classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
+		  <arg line="${gen.files}" />
+		  <arg line="-o" />
+		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql" />
 		</java>
-		<fileset id="mr.gen.path" dir="../src/main/java/spark" includes="*.gen"/>
-		<pathconvert pathsep=" " property="mr.gen.files" refid="mr.gen.path"/>
-		<java classname="org.apache.mrql.gen.Main"
-		      classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
-		  <arg line="${mr.gen.files}"/>
-		  <arg line="-o"/>
-		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql"/>
+		<fileset id="mr.gen.path" dir="../src/main/java/spark" includes="*.gen" />
+		<pathconvert pathsep=" " property="mr.gen.files" refid="mr.gen.path" />
+		<java classname="org.apache.mrql.gen.Main" classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
+		  <arg line="${mr.gen.files}" />
+		  <arg line="-o" />
+		  <arg file="${project.build.directory}/generated-sources/org/apache/mrql" />
 		</java>
-		<java classname="org.apache.mrql.gen.Main"
-		      classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
-		  <arg file="../src/main/java/core/mrql.cgen"/>
-		  <arg line="-o"/>
-		  <arg file="${project.build.directory}/generated-sources/mrql.cup"/>
+		<java classname="org.apache.mrql.gen.Main" classpath="../lib/gen-${project.version}.jar:${compile_classpath}">
+		  <arg file="../src/main/java/core/mrql.cgen" />
+		  <arg line="-o" />
+		  <arg file="${project.build.directory}/generated-sources/mrql.cup" />
 		</java>
-                <taskdef name="cup" classname="java_cup.anttask.CUPTask"
-			 classpathref="maven.compile.classpath"/>
-                <cup srcfile="${project.build.directory}/generated-sources/mrql.cup"
-		     destdir="${project.build.directory}/generated-sources"
-		     nosummary="true" parser="MRQLParser"/>
-                <cup srcfile="src/main/java/core/JSON.cup"
-		     destdir="${project.build.directory}/generated-sources"
-		     nosummary="true" parser="JSONParser" symbols="jsym"/>
+                <taskdef name="cup" classname="java_cup.anttask.CUPTask" classpathref="maven.compile.classpath" />
+                <cup srcfile="${project.build.directory}/generated-sources/mrql.cup" destdir="${project.build.directory}/generated-sources" nosummary="true" parser="MRQLParser" />
+                <cup srcfile="src/main/java/core/JSON.cup" destdir="${project.build.directory}/generated-sources" nosummary="true" parser="JSONParser" symbols="jsym" />
 	      </target>
   	    </configuration>
 	  </execution>
@@ -169,17 +160,14 @@
 	      <goal>run</goal>
 	    </goals>
 	    <configuration>
-	      <target name="validate_spark"
-		      description="Validate all test queries on Spark">
-		<property name="runtime_classpath" refid="maven.runtime.classpath"/>
-		<echo message="Evaluating test queries in Spark local mode:"/>
-		<java classname="org.apache.mrql.Test"
-		      classpath="../lib/mrql-spark-${project.version}.jar:${runtime_classpath}"
-		      dir=".." fork="yes" error="/dev/null">
-		  <arg line="-local"/>
-		  <arg file="../tests/queries"/>
-		  <arg file="../tests/results/spark"/>
-		  <arg file="../tests/error_log.txt"/>
+	      <target name="validate_spark" description="Validate all test queries on Spark">
+		<property name="runtime_classpath" refid="maven.runtime.classpath" />
+		<echo message="Evaluating test queries in Spark local mode:" />
+		<java classname="org.apache.mrql.Test" classpath="../lib/mrql-spark-${project.version}.jar:${runtime_classpath}" dir=".." fork="yes" error="/dev/null">
+		  <arg line="-local" />
+		  <arg file="../tests/queries" />
+		  <arg file="../tests/results/spark" />
+		  <arg file="../tests/error_log.txt" />
 		</java>
 	      </target>
   	    </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/6a70ed55/binaries/pom.xml
----------------------------------------------------------------------
diff --git a/binaries/pom.xml b/binaries/pom.xml
index fb5f97a..d628909 100644
--- a/binaries/pom.xml
+++ b/binaries/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</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/6a70ed55/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0041dd3..09d49a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.apache.mrql</groupId>
   <artifactId>MRQL</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.9.0-incubating</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/6a70ed55/source/pom.xml
----------------------------------------------------------------------
diff --git a/source/pom.xml b/source/pom.xml
index f39b470..522d007 100644
--- a/source/pom.xml
+++ b/source/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mrql</groupId>
     <artifactId>MRQL</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
 
   <build>