[maven-release-plugin] prepare release fullstack-0.2.15
diff --git a/hyracks/hyracks-api/pom.xml b/hyracks/hyracks-api/pom.xml
index 7d7e67a..5d8afc6 100644
--- a/hyracks/hyracks-api/pom.xml
+++ b/hyracks/hyracks-api/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>edu.uci.ics.hyracks</groupId>
     <artifactId>hyracks</artifactId>
-    <version>0.2.15-SNAPSHOT</version>
+    <version>0.2.15</version>
   </parent>
 
   <licenses>
@@ -70,7 +70,7 @@
   	<dependency>
   		<groupId>edu.uci.ics.hyracks</groupId>
   		<artifactId>hyracks-ipc</artifactId>
-  		<version>0.2.15-SNAPSHOT</version>
+  		<version>0.2.15</version>
   	</dependency>
   	<dependency>
   		<groupId>org.apache.commons</groupId>