From: rohit.cloud Date: Thu, 16 May 2024 07:10:11 +0000 (+0530) Subject: [DCAEGEN2] Validation of OpenAPI files in externalrepo fails X-Git-Tag: 1.9.5~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=62a9b755ff9d9693c94b11d9dd0c3d12a1cc7569;p=dcaegen2%2Fservices%2Fsdk.git [DCAEGEN2] Validation of OpenAPI files in externalrepo fails Uplifted the version of openapi4j to 1.0.4 Issue-ID: DCAEGEN2-3411 Change-Id: I845d89dea54291323256fe0f6a2f88423e859200 Signed-off-by: rohit.cloud --- diff --git a/Changelog.md b/Changelog.md index d68406c3..5c3d8503 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.9.5] - 2024/05/16 +#### Added + - [DCAEGEN2-3411] - Validation of OpenAPI files in externalrepo fails + ## [1.9.4] - 2023/02/23 #### Added - [DCAEGEN2-3364] - To use kafka API instead of DMAAP API in dmaap-client diff --git a/pom.xml b/pom.xml index 7a11907d..0f9001be 100644 --- a/pom.xml +++ b/pom.xml @@ -4,6 +4,7 @@ Copyright (c) 2022 Nokia. All rights reserved. Copyright (C) 2022 AT&T Intellectual Property. All rights reserved. Copyright (c) 2023 Deutsche Telekom AG. All rights reserved. +Copyright (c) 2024 Deutsche Telekom AG. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy @@ -92,12 +93,12 @@ language governing permissions and limitations under the License. 1.15.1 2.7.2 1.17.2 - 1.0.3 + 1.0.4 5.11.2 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - 1.9.4-SNAPSHOT + 1.9.5-SNAPSHOT diff --git a/version.properties b/version.properties index b7127ded..5d56f0d6 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=9 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT