Add name to the top level pom for traversal 21/10921/2
authorVenkata Harish K Kajur <vk250x@att.com>
Thu, 7 Sep 2017 20:56:26 +0000 (16:56 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Fri, 8 Sep 2017 13:19:09 +0000 (09:19 -0400)
Issue-ID: AAI-271

Change-Id: I082bd5ae43aa352785815b5bea30bff708b1cfa4
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-traversal/bundleconfig-local/etc/appprops/titan-cached.properties
aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties
pom.xml

index 0a3403f..abaec9e 100644 (file)
@@ -1,6 +1,5 @@
 query.fast-property=true
 # the following parameters are not reloaded automatically and require a manual bounce
-#storage.backend=inmemory
 storage.backend=inmemory
 storage.hostname=localhost
 
index 989f3be..30d8b0a 100644 (file)
@@ -1,6 +1,5 @@
 query.fast-property=true
 # the following parameters are not reloaded automatically and require a manual bounce
-#storage.backend=inmemory
 storage.backend=inmemory
 storage.hostname=localhost
 
diff --git a/pom.xml b/pom.xml
index 504b1b6..b1e7fc8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     <groupId>org.onap.aai.traversal</groupId>
     <artifactId>traversal</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <name>traversal</name>
+    <name>AAI - traversal</name>
     <packaging>pom</packaging>
     <modules>
         <module>aai-traversal</module>