Fixed versions

git-svn-id: https://hyracks.googlecode.com/svn/trunk/hyracks@62 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-examples/pom.xml b/hyracks-examples/pom.xml
index 14e9a97..54ab6ff 100644
--- a/hyracks-examples/pom.xml
+++ b/hyracks-examples/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>edu.uci.ics.hyracks</groupId>
   <artifactId>hyracks-examples</artifactId>
-  <version>0.0.1</version>
+  <version>0.1.0</version>
   <packaging>pom</packaging>
 
   <modules>
diff --git a/hyracks-examples/tpch-example/pom.xml b/hyracks-examples/tpch-example/pom.xml
index 08c283e..a87d893 100644
--- a/hyracks-examples/tpch-example/pom.xml
+++ b/hyracks-examples/tpch-example/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>edu.uci.ics.hyracks.examples</groupId>
   <artifactId>tpch-example</artifactId>
-  <version>0.0.1</version>
+  <version>0.1.0</version>
   <packaging>pom</packaging>
 
   <modules>
diff --git a/hyracks-examples/tpch-example/tpchapp/pom.xml b/hyracks-examples/tpch-example/tpchapp/pom.xml
index 9ad9724..2031b75 100644
--- a/hyracks-examples/tpch-example/tpchapp/pom.xml
+++ b/hyracks-examples/tpch-example/tpchapp/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>edu.uci.ics.hyracks.examples.tpch</groupId>
   <artifactId>tpchapp</artifactId>
-  <version>0.0.1</version>
+  <version>0.1.0</version>
 
   <build>
     <plugins>
@@ -45,7 +45,7 @@
   	<dependency>
   		<groupId>edu.uci.ics.hyracks.examples.tpch</groupId>
   		<artifactId>tpchhelper</artifactId>
-  		<version>0.0.1</version>
+  		<version>0.1.0</version>
   		<scope>compile</scope>
   	</dependency>
   </dependencies>
diff --git a/hyracks-examples/tpch-example/tpchclient/pom.xml b/hyracks-examples/tpch-example/tpchclient/pom.xml
index 648bdcf..a2fd7d6 100644
--- a/hyracks-examples/tpch-example/tpchclient/pom.xml
+++ b/hyracks-examples/tpch-example/tpchclient/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>edu.uci.ics.hyracks.examples.tpch</groupId>
   <artifactId>tpchclient</artifactId>
-  <version>0.0.1</version>
+  <version>0.1.0</version>
   <dependencies>
   	<dependency>
   		<groupId>edu.uci.ics.hyracks</groupId>
@@ -13,7 +13,7 @@
   	<dependency>
   		<groupId>edu.uci.ics.hyracks.examples.tpch</groupId>
   		<artifactId>tpchhelper</artifactId>
-  		<version>0.0.1</version>
+  		<version>0.1.0</version>
   		<type>jar</type>
   		<scope>compile</scope>
   	</dependency>
diff --git a/hyracks-examples/tpch-example/tpchhelper/pom.xml b/hyracks-examples/tpch-example/tpchhelper/pom.xml
index 14b9ec7..094ec85 100644
--- a/hyracks-examples/tpch-example/tpchhelper/pom.xml
+++ b/hyracks-examples/tpch-example/tpchhelper/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>edu.uci.ics.hyracks.examples.tpch</groupId>
   <artifactId>tpchhelper</artifactId>
-  <version>0.0.1</version>
+  <version>0.1.0</version>
   <dependencies>
   	<dependency>
   		<groupId>edu.uci.ics.hyracks</groupId>
diff --git a/hyracks-server/pom.xml b/hyracks-server/pom.xml
index abcaeb0..aff2f03 100644
--- a/hyracks-server/pom.xml
+++ b/hyracks-server/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>edu.uci.ics.hyracks</groupId>
   <artifactId>hyracks-server</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.1.0</version>
   <build>
     <plugins>
       <plugin>
diff --git a/pom.xml b/pom.xml
index fe4a4cd..736e654 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>edu.uci.ics.hyracks</groupId>
   <artifactId>hyracks</artifactId>
-  <version>0.0.1</version>
+  <version>0.1.0</version>
   <packaging>pom</packaging>
 
   <modules>