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