[maven-release-plugin] prepare release asterix-0.8.0
diff --git a/asterix-events/pom.xml b/asterix-events/pom.xml
index 5b37021..8e09b69 100644
--- a/asterix-events/pom.xml
+++ b/asterix-events/pom.xml
@@ -17,11 +17,11 @@
<parent>
<artifactId>asterix</artifactId>
<groupId>edu.uci.ics.asterix</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
</parent>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-events</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -183,7 +183,7 @@
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-common</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>