Fixed asterix to depend on the latest hyracks release
git-svn-id: https://asterixdb.googlecode.com/svn/trunk@26 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix/asterix-algebra/pom.xml b/asterix/asterix-algebra/pom.xml
index ea844f9..b60dc3b 100644
--- a/asterix/asterix-algebra/pom.xml
+++ b/asterix/asterix-algebra/pom.xml
@@ -61,7 +61,7 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-algebricks-compiler</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/asterix/asterix-app/pom.xml b/asterix/asterix-app/pom.xml
index f434f9e..6b5b39d 100644
--- a/asterix/asterix-app/pom.xml
+++ b/asterix/asterix-app/pom.xml
@@ -124,19 +124,19 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-control-cc</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-control-nc</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-algebricks-compiler</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/asterix/asterix-common/pom.xml b/asterix/asterix-common/pom.xml
index 61fc454..a34460c 100644
--- a/asterix/asterix-common/pom.xml
+++ b/asterix/asterix-common/pom.xml
@@ -26,19 +26,19 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-algebricks-compiler</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-dataflow-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/asterix/asterix-dist/pom.xml b/asterix/asterix-dist/pom.xml
index 2ac2ed9..df445e0 100644
--- a/asterix/asterix-dist/pom.xml
+++ b/asterix/asterix-dist/pom.xml
@@ -32,14 +32,14 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-server</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<type>zip</type>
<classifier>binary-assembly</classifier>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-cli</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<type>zip</type>
<classifier>binary-assembly</classifier>
</dependency>
diff --git a/asterix/asterix-external-data/pom.xml b/asterix/asterix-external-data/pom.xml
index 67e89af..9473ce9 100644
--- a/asterix/asterix-external-data/pom.xml
+++ b/asterix/asterix-external-data/pom.xml
@@ -87,13 +87,13 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-control-cc</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-control-nc</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/asterix/asterix-hyracks-glue/pom.xml b/asterix/asterix-hyracks-glue/pom.xml
index 723052c..eb5cb62 100644
--- a/asterix/asterix-hyracks-glue/pom.xml
+++ b/asterix/asterix-hyracks-glue/pom.xml
@@ -34,25 +34,25 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-api</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-dataflow-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -64,7 +64,7 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-btree</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/asterix/asterix-metadata/pom.xml b/asterix/asterix-metadata/pom.xml
index 25a8d7c..a93fe2e 100644
--- a/asterix/asterix-metadata/pom.xml
+++ b/asterix/asterix-metadata/pom.xml
@@ -45,25 +45,25 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-invertedindex</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-rtree</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-dataflow-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/asterix/asterix-om/pom.xml b/asterix/asterix-om/pom.xml
index 8b0dba2..a3626b7 100644
--- a/asterix/asterix-om/pom.xml
+++ b/asterix/asterix-om/pom.xml
@@ -33,7 +33,7 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-invertedindex</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -45,25 +45,25 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-algebricks-compiler</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-dataflow-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-rtree</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/asterix/asterix-runtime/pom.xml b/asterix/asterix-runtime/pom.xml
index 390c1fe..e3b246a 100644
--- a/asterix/asterix-runtime/pom.xml
+++ b/asterix/asterix-runtime/pom.xml
@@ -56,37 +56,37 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-btree</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-api</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-dataflow-common</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>