[maven-release-plugin] prepare release asterix-0.8.0
diff --git a/asterix-aql/pom.xml b/asterix-aql/pom.xml
index a448ed4..2a0b03a 100644
--- a/asterix-aql/pom.xml
+++ b/asterix-aql/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-aql</artifactId>
<build>
@@ -118,19 +118,19 @@
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-common</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-om</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-metadata</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>