From 753fb3325ceaba2eec43c098ada6a0d72a647bc6 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Mon, 1 Oct 2018 21:03:49 -0400 Subject: Release 1.3.1 of pomba-context-aggregator Change-Id: I1c7fbfb2b1f200c03ab56dfe29634a9c875248f6 Signed-off-by: Prudence Au Issue-ID: LOG-704 --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6df003c..532bc0a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.logging-analytics.pomba pomba-context-aggregator - 1.3.1-SNAPSHOT + 1.3.1 org.onap.oparent @@ -67,7 +67,7 @@ org.onap.logging-analytics.pomba pomba-audit-common - 1.3.1-SNAPSHOT + 1.3.1 com.google.code.gson diff --git a/version.properties b/version.properties index a254b21..fb21064 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg