From e190b0b67803241ad3a94a6c6396fc47a94e7fac Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 21 Feb 2024 13:41:30 +0100 Subject: Enhance SchemaGenerator to also generate indices for relationships - generate edge indexes when they not already exist - reindex existing indexes when they are not in status ENABLED - try to recover indexes that are in INSTALLED state - bump version to 1.13.5 Issue-ID: AAI-3782 Change-Id: I127e0f83b17485d7a6721206ade92cd50c89a51b Signed-off-by: Fiete Ostkamp --- aai-common-docker/aai-common-images/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aai-common-docker/aai-common-images') diff --git a/aai-common-docker/aai-common-images/pom.xml b/aai-common-docker/aai-common-images/pom.xml index 4cb93653..e15c6f2e 100644 --- a/aai-common-docker/aai-common-images/pom.xml +++ b/aai-common-docker/aai-common-images/pom.xml @@ -25,11 +25,11 @@ org.onap.aai.aai-common aai-common-docker - 1.13.4-SNAPSHOT + 1.13.5-SNAPSHOT aai-common-images - 1.13.4-SNAPSHOT + 1.13.5-SNAPSHOT pom aai-aai-common-images Contains dockerfiles for aai-common images (alpine and ubuntu based). -- cgit 1.2.3-korg