[maven-release-plugin] prepare release asterix-0.8.5
diff --git a/asterix-app/pom.xml b/asterix-app/pom.xml
index b405983..b856235 100644
--- a/asterix-app/pom.xml
+++ b/asterix-app/pom.xml
@@ -12,7 +12,7 @@
<parent>
<artifactId>asterix</artifactId>
<groupId>edu.uci.ics.asterix</groupId>
- <version>0.8.5-SNAPSHOT</version>
+ <version>0.8.5</version>
</parent>
<artifactId>asterix-app</artifactId>
@@ -118,48 +118,48 @@
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-algebra</artifactId>
- <version>0.8.5-SNAPSHOT</version>
+ <version>0.8.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-aql</artifactId>
- <version>0.8.5-SNAPSHOT</version>
+ <version>0.8.5</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-om</artifactId>
- <version>0.8.5-SNAPSHOT</version>
+ <version>0.8.5</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-metadata</artifactId>
- <version>0.8.5-SNAPSHOT</version>
+ <version>0.8.5</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-tools</artifactId>
- <version>0.8.5-SNAPSHOT</version>
+ <version>0.8.5</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-common</artifactId>
- <version>0.8.5-SNAPSHOT</version>
+ <version>0.8.5</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-common</artifactId>
- <version>0.8.5-SNAPSHOT</version>
+ <version>0.8.5</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -169,7 +169,7 @@
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-transactions</artifactId>
- <version>0.8.5-SNAPSHOT</version>
+ <version>0.8.5</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -202,7 +202,7 @@
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-test-framework</artifactId>
- <version>0.8.5-SNAPSHOT</version>
+ <version>0.8.5</version>
<scope>test</scope>
</dependency>
</dependencies>