[maven-release-plugin] prepare release fullstack-0.2.2
git-svn-id: https://hyracks.googlecode.com/svn/trunk/fullstack@2381 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks/hyracks-cli/pom.xml b/hyracks/hyracks-cli/pom.xml
index eaa69b5..d1648c5 100644
--- a/hyracks/hyracks-cli/pom.xml
+++ b/hyracks/hyracks-cli/pom.xml
@@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-cli</artifactId>
- <version>0.2.2-SNAPSHOT</version>
+ <version>0.2.2</version>
<name>hyracks-cli</name>
<parent>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks</artifactId>
- <version>0.2.2-SNAPSHOT</version>
+ <version>0.2.2</version>
</parent>
<build>
@@ -90,7 +90,7 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-api</artifactId>
- <version>0.2.2-SNAPSHOT</version>
+ <version>0.2.2</version>
<scope>compile</scope>
</dependency>
</dependencies>