You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2017/01/17 00:48:43 UTC

[3/5] asterixdb git commit: Move AsterixDB to stable Hyracks version

Move AsterixDB to stable Hyracks version


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/cb83ca27
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/cb83ca27
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/cb83ca27

Branch: refs/heads/release-0.8.9
Commit: cb83ca274c97afadde630f36c65ba3ae8430c485
Parents: 9aa1583
Author: Ian Maxon <im...@apache.org>
Authored: Mon Jan 16 15:00:31 2017 -0800
Committer: Ian Maxon <im...@apache.org>
Committed: Mon Jan 16 15:00:31 2017 -0800

----------------------------------------------------------------------
 asterixdb/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/cb83ca27/asterixdb/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index dfc4f7b..7ecad51 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -64,8 +64,8 @@
     <cluster.extest.excludes>**/ClusterExecutionIT.java</cluster.extest.excludes>
 
     <!-- Versions under dependencymanagement or used in many projects via properties -->
-    <algebricks.version>0.2.18-SNAPSHOT</algebricks.version>
-    <hyracks.version>0.2.18-SNAPSHOT</hyracks.version>
+    <algebricks.version>0.2.18</algebricks.version>
+    <hyracks.version>0.2.18</hyracks.version>
     <hadoop.version>2.2.0</hadoop.version>
     <jetty.version>9.3.11.v20160721</jetty.version>
     <jacoco.version>0.7.6.201602180812</jacoco.version>