Fix POM versions

Fixed versions in pom.xmls and added empty relativePath
tag to parents.

Change-Id: Ie7be2d4d3d05e769f6e02f35a3a8e9f928bc62cf
Issue-ID: CCSDK-176
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
diff --git a/aai-service/pom.xml b/aai-service/pom.xml
index 80a53a5..f874ab6 100755
--- a/aai-service/pom.xml
+++ b/aai-service/pom.xml
@@ -6,14 +6,15 @@
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
         <version>1.0.1-SNAPSHOT</version>
+        <relativePath />
     </parent>
 
     <groupId>org.onap.ccsdk.sli.adaptors</groupId>
     <artifactId>aai-service</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>AAI Interface Service</name>
+    <name>ccsdk-sli-adaptors :: aai-service</name>
     <description>The AAI Interface service exposes an interface to AAI as an OSGi service</description>
 
     <modules>