aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaidar, Shadi (sh1986) <sh1986@att.com>2018-11-16 15:33:26 -0500
committerHaidar, Shadi (sh1986) <sh1986@att.com>2018-11-16 15:37:59 -0500
commit725cbe04f3c4cf7dbba094aeca5068e285e7d8fe (patch)
treed5d3e0c4d2e2df93fe88a8985ebb5e315d8bbaf4
parentedb7b340c2f055af88e1ff9a4c7dfc0d51ac9b77 (diff)
Address DCAEGEN2-926, postgresql to 42.2.5
Issue-ID: DCAEGEN2-926 Change-Id: Ief33c761ed469146065aa3883df4197c203f7e8b Signed-off-by: Haidar, Shadi (sh1986) <sh1986@att.com>
-rw-r--r--pom.xml4
-rw-r--r--swagger_inventory.yaml2
-rw-r--r--version.properties2
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.
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>inventory-api</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
<name>dcaegen2-platform-inventory-api</name>
<!--internal <version>3.0.0</version>-->
@@ -133,7 +133,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.4.1207</version>
+ <version>42.2.5</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
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