[maven-release-plugin] prepare release asterix-0.8.0
diff --git a/asterix-tools/pom.xml b/asterix-tools/pom.xml
index c245294..26c1be2 100644
--- a/asterix-tools/pom.xml
+++ b/asterix-tools/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>asterix</artifactId>
<groupId>edu.uci.ics.asterix</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
</parent>
<artifactId>asterix-tools</artifactId>
@@ -138,13 +138,13 @@
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-aql</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-algebra</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>