Add name to the top level pom
[aai/search-data-service.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 45008e7..27f52da 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,7 @@
     <groupId>org.openecomp.aai</groupId>
     <artifactId>search-data-service</artifactId>
     <version>1.1.0-SNAPSHOT</version>
+    <name>AAI - search-data-service</name>
 
     <properties>
         <module.ajsc.namespace.name>search-data-service</module.ajsc.namespace.name>
@@ -91,7 +92,8 @@
         <dependency>
           <groupId>org.openecomp.aai.logging-service</groupId>
           <artifactId>common-logging</artifactId>
-          <version>1.0.0-SNAPSHOT</version>
+         <!--<version>1.0.0-SNAPSHOT</version>-->
+          <version>1.0.0</version>
         </dependency>
 
         <!--  Jersey Test Framework. -->