Updated all pom.xml versions to 0.8.0-SNAPSHOT
diff --git a/asterix-transactions/pom.xml b/asterix-transactions/pom.xml
index 3268e3d..9693677 100644
--- a/asterix-transactions/pom.xml
+++ b/asterix-transactions/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<artifactId>asterix</artifactId>
 		<groupId>edu.uci.ics.asterix</groupId>
-		<version>0.0.6-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>asterix-transactions</artifactId>
 
@@ -57,7 +57,7 @@
                 <dependency>
                         <groupId>edu.uci.ics.asterix</groupId>
                         <artifactId>asterix-common</artifactId>
-                        <version>0.0.6-SNAPSHOT</version>
+                        <version>0.8.0-SNAPSHOT</version>
                         <type>jar</type>
                         <scope>compile</scope>
                 </dependency>