From d41d978f319934fe8fd53054cea55544e772738a Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 15:34:34 -0400 Subject: Upversion resources in elalto Issue-ID: AAI-2579 Change-Id: I095b30009627f8754ede5513acf713628079a193 Signed-off-by: Jimmy Forsyth --- aai-resources/pom.xml | 6 +++--- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index f1b5779..5fd4698 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,17 +25,17 @@ 4.0.0 org.onap.aai.resources aai-resources - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.aai.resources resources - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT 1.8 org.onap.aai.ResourcesApp - 1.5.0 + 1.5.1 1.5.3 1.5.3 1.0.2 diff --git a/pom.xml b/pom.xml index f8400c4..278db50 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index b11eaff..4814eb2 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=5 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg