aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-09-07 16:56:26 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-09-08 09:19:09 -0400
commit295711b186ed0362807829202422047bb5d73815 (patch)
tree5413bdf8b1de4fa55b4cea4273392ccc2b0dd2d1
parente96bde2aaf8a134ce07660c024fc5699e4bdc872 (diff)
Add name to the top level pom for traversal
Issue-ID: AAI-271 Change-Id: I082bd5ae43aa352785815b5bea30bff708b1cfa4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r--aai-traversal/bundleconfig-local/etc/appprops/titan-cached.properties1
-rw-r--r--aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties1
-rw-r--r--pom.xml2
3 files changed, 1 insertions, 3 deletions
diff --git a/aai-traversal/bundleconfig-local/etc/appprops/titan-cached.properties b/aai-traversal/bundleconfig-local/etc/appprops/titan-cached.properties
index 0a3403f..abaec9e 100644
--- a/aai-traversal/bundleconfig-local/etc/appprops/titan-cached.properties
+++ b/aai-traversal/bundleconfig-local/etc/appprops/titan-cached.properties
@@ -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/aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties b/aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties
index 989f3be..30d8b0a 100644
--- a/aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties
+++ b/aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties
@@ -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
--- 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>