diff options
-rw-r--r-- | aai-traversal/bundleconfig-local/etc/appprops/titan-cached.properties | 1 | ||||
-rw-r--r-- | aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties | 1 | ||||
-rw-r--r-- | pom.xml | 2 |
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 @@ -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> |