[maven-release-plugin] prepare release asterix-0.0.5
diff --git a/asterix-common/pom.xml b/asterix-common/pom.xml
index bb2b97f..1d9ba32 100644
--- a/asterix-common/pom.xml
+++ b/asterix-common/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>asterix</artifactId>
 		<groupId>edu.uci.ics.asterix</groupId>
-		<version>0.0.5-SNAPSHOT</version>
+		<version>0.0.5</version>
 	</parent>
 	<artifactId>asterix-common</artifactId>
 	<build>
@@ -33,7 +33,7 @@
 		<dependency>
 			<groupId>edu.uci.ics.asterix</groupId>
 			<artifactId>asterix-transactions</artifactId>
-			<version>0.0.5-SNAPSHOT</version>
+			<version>0.0.5</version>
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>