Merge branch 'release-0.8.7'
Change-Id: Iadb5074d0e0d7fb2a2d4103aa405e9fc91f443c5
diff --git a/asterix-transactions/pom.xml b/asterix-transactions/pom.xml
index 8f9244c..b8673bb 100644
--- a/asterix-transactions/pom.xml
+++ b/asterix-transactions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>asterix</artifactId>
<groupId>org.apache.asterix</groupId>
- <version>0.8.7-SNAPSHOT</version>
+ <version>0.8.8-SNAPSHOT</version>
</parent>
<artifactId>asterix-transactions</artifactId>
@@ -39,7 +39,7 @@
<plugin>
<groupId>org.apache.asterix</groupId>
<artifactId>record-manager-generator-maven-plugin</artifactId>
- <version>0.8.7-SNAPSHOT</version>
+ <version>0.8.8-SNAPSHOT</version>
<configuration>
<debug>false</debug>
<inputFiles>
@@ -102,7 +102,7 @@
<dependency>
<groupId>org.apache.asterix</groupId>
<artifactId>asterix-common</artifactId>
- <version>0.8.7-SNAPSHOT</version>
+ <version>0.8.8-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>