Address DCAEGEN2-926, postgresql to 42.2.5 37/72937/1
authorHaidar, Shadi (sh1986) <sh1986@att.com>
Fri, 16 Nov 2018 20:33:26 +0000 (15:33 -0500)
committerHaidar, Shadi (sh1986) <sh1986@att.com>
Fri, 16 Nov 2018 20:37:59 +0000 (15:37 -0500)
Issue-ID: DCAEGEN2-926
Change-Id: Ief33c761ed469146065aa3883df4197c203f7e8b
Signed-off-by: Haidar, Shadi (sh1986) <sh1986@att.com>
pom.xml
swagger_inventory.yaml
version.properties

diff --git a/pom.xml b/pom.xml
index 0a878ed..594a846 100644 (file)
--- 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>
index e1ca695..c06368d 100644 (file)
@@ -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:
index ed42494..2f59e59 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support\r
 major=3\r
 minor=1\r
-patch=0\r
+patch=1\r
 base_version=${major}.${minor}.${patch}\r
 # Release must be completed with git revision # in Jenkins\r
 \r