From 22172d5ae4a4553a48fbc581e2f63c7bb4e8eeb9 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Mon, 22 Oct 2018 20:13:20 +0000 Subject: [PATCH] Use latest AAF version NOTE: new dbcapi built with new AAF too Change-Id: Iec765006411fd1b1e7f4165a64d6b5d9aca7af0a Signed-off-by: dglFromAtt Issue-ID: DMAAP-855 --- pom.xml | 6 +++--- version.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a75ef55..56126b7 100644 --- a/pom.xml +++ b/pom.xml @@ -289,7 +289,7 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.2-SNAPSHOT + 2.1.5-SNAPSHOT full @@ -330,7 +330,7 @@ org.onap.dmaap.dbcapi dbcapi - 1.0.16-SNAPSHOT + 1.0.17-SNAPSHOT @@ -365,7 +365,7 @@ UTF-8 9.3.8.RC0 0.0.1 - 1.0.23 + 1.0.24 0.7.7.201606060606 3.2 diff --git a/version.properties b/version.properties index 798fa67..371d393 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=23 +patch=24 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6