From e8d95f2d2d0f82f84b8235e73a95f45e2b34c90d Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 15:36:28 -0400 Subject: Upversion resources in master Issue-ID: AAI-2579 Change-Id: I420fddcc6efb1027663fa41e1bce21856b2b7c2f 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 ccca0ca..b09a6c7 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.6.0-SNAPSHOT org.onap.aai.resources resources - 1.5.0-SNAPSHOT + 1.6.0-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..3426874 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index b11eaff..704dc53 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=5 +minor_version=6 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg