aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>