From 725cbe04f3c4cf7dbba094aeca5068e285e7d8fe Mon Sep 17 00:00:00 2001 From: "Haidar, Shadi (sh1986)" Date: Fri, 16 Nov 2018 15:33:26 -0500 Subject: Address DCAEGEN2-926, postgresql to 42.2.5 Issue-ID: DCAEGEN2-926 Change-Id: Ief33c761ed469146065aa3883df4197c203f7e8b Signed-off-by: Haidar, Shadi (sh1986) --- pom.xml | 4 ++-- swagger_inventory.yaml | 2 +- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0a878ed..594a846 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform inventory-api - 3.1.0 + 3.1.1 dcaegen2-platform-inventory-api @@ -133,7 +133,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.postgresql postgresql - 9.4.1207 + 42.2.5 io.swagger diff --git a/swagger_inventory.yaml b/swagger_inventory.yaml index e1ca695..c06368d 100644 --- a/swagger_inventory.yaml +++ b/swagger_inventory.yaml @@ -17,7 +17,7 @@ # ECOMP is a trademark and service mark of AT&T Intellectual Property. swagger: '2.0' info: - version: "3.1.0" + version: "3.1.1" title: DCAE Inventory API description: | DCAE Inventory is a web service that provides the following: diff --git a/version.properties b/version.properties index ed42494..2f59e59 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- cgit 1.2.3-korg