diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | swagger_inventory.yaml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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
|