[maven-release-plugin] prepare release MRQL-0.9.0-incubating
diff --git a/BSP/pom.xml b/BSP/pom.xml
index 1302c65..92e0da7 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-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   
   <dependencies>
diff --git a/Gen/pom.xml b/Gen/pom.xml
index e6236e5..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,8 +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>
diff --git a/MapReduce/pom.xml b/MapReduce/pom.xml
index c754f53..4e29da9 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-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   
   <dependencies>
diff --git a/Spark/pom.xml b/Spark/pom.xml
index 6ce04a2..7567418 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-SNAPSHOT</version>
+    <version>0.9.0-incubating</version>
   </parent>
   
   <dependencies>
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>
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>
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>