Took care of Sattam's comments from our code review.

git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_indexes@522 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-storage-am-invertedindex/pom.xml b/hyracks-storage-am-invertedindex/pom.xml
index 15d13dc..34f1135 100644
--- a/hyracks-storage-am-invertedindex/pom.xml
+++ b/hyracks-storage-am-invertedindex/pom.xml
@@ -59,13 +59,13 @@
   		<type>jar</type>
   		<scope>compile</scope>
   	</dependency>  	
-        <dependency>
-                <groupId>edu.uci.ics.fuzzyjoin</groupId>
-                <artifactId>fuzzyjoin-core</artifactId>
-                <version>0.0.3-SNAPSHOT</version>
-                <type>jar</type>
-                <scope>compile</scope>
-        </dependency>
+    <dependency>
+        <groupId>edu.uci.ics.fuzzyjoin</groupId>
+        <artifactId>fuzzyjoin-core</artifactId>
+        <version>0.0.3</version>
+        <type>jar</type>
+        <scope>compile</scope>
+    </dependency>
   	<dependency>
   		<groupId>junit</groupId>
   		<artifactId>junit</artifactId>