aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog.md4
-rw-r--r--pom.xml5
-rw-r--r--releases/1.9.4.yaml5
-rw-r--r--releases/1.9.5.yaml5
-rw-r--r--version.properties2
5 files changed, 18 insertions, 3 deletions
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.
<testcontainers.version>1.15.1</testcontainers.version>
<spring.boot.version>2.7.2</spring.boot.version>
<system.rules.version>1.17.2</system.rules.version>
- <openapi4j.version>1.0.3</openapi4j.version>
+ <openapi4j.version>1.0.4</openapi4j.version>
<mockserver-client.version>5.11.2</mockserver-client.version>
<sonar.coverage.jacoco.xmlReportPaths>
${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
- <revision>1.9.4-SNAPSHOT</revision>
+ <revision>1.9.5-SNAPSHOT</revision>
</properties>
<modules>
diff --git a/releases/1.9.4.yaml b/releases/1.9.4.yaml
new file mode 100644
index 00000000..cdd35632
--- /dev/null
+++ b/releases/1.9.4.yaml
@@ -0,0 +1,5 @@
+distribution_type: 'maven'
+version: '1.9.4'
+project: 'dcaegen2-services-sdk'
+log_dir: 'dcaegen2-services-sdk-maven-stage-master/1410/'
+git_tag: '1.9.4'
diff --git a/releases/1.9.5.yaml b/releases/1.9.5.yaml
new file mode 100644
index 00000000..5281733d
--- /dev/null
+++ b/releases/1.9.5.yaml
@@ -0,0 +1,5 @@
+distribution_type: 'maven'
+version: '1.9.5'
+project: 'dcaegen2-services-sdk'
+log_dir: 'dcaegen2-services-sdk-maven-stage-master/1411/'
+git_tag: '1.9.5'
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