From 7ac0f8f63e1cc364d8e81ee0edec01f85f4871d2 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 11 Jun 2025 10:46:47 +0200 Subject: [PATCH] Bump snapshot version to 1.15.7-SNAPSHOT Issue-ID: AAI-4177 Change-Id: Ib4b5795e9db3ce6ae711f73408255fbdc4d7f034 Signed-off-by: Fiete Ostkamp --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 88680cf..d506387 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.15.6-SNAPSHOT + 1.15.7-SNAPSHOT diff --git a/version.properties b/version.properties index 4cc770c..937e5b9 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=15 -patch_version=6 +patch_version=7 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6