From 92611f550d49db759f6b5cdc98ca75274c446c61 Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Thu, 17 Dec 2020 13:47:36 +0100 Subject: Upgrade SDC-distribution-client to 1.4.2 and add Changelog to project Issue-ID: SDC-3400 Signed-off-by: Edyta Krukowska Change-Id: I628eecb24eb70a1515f5a77e6d910498b705d3d2 --- Changelog.md | 12 ++++++++++++ pom.xml | 2 +- sdc-distribution-ci/pom.xml | 2 +- sdc-distribution-client/pom.xml | 2 +- version.properties | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..055b21b --- /dev/null +++ b/Changelog.md @@ -0,0 +1,12 @@ +# Change Log +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.4.2] - 17/12/2020 + - [SDC-3400](https://jira.onap.org/browse/SDC-3400) - Upgrade SDC Distribution Client code to use Java 11 + Upgrade libraries to the newest versions + Upgrade Junit to 5 + Remove old CI project + Create new integration tests for client inicialization \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2f208df..03f3a9a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.sdc.sdc-distribution-client sdc-main-distribution-client - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT pom sdc-sdc-distribution-client diff --git a/sdc-distribution-ci/pom.xml b/sdc-distribution-ci/pom.xml index fb5c2f1..b1dfa86 100644 --- a/sdc-distribution-ci/pom.xml +++ b/sdc-distribution-ci/pom.xml @@ -6,7 +6,7 @@ org.onap.sdc.sdc-distribution-client sdc-main-distribution-client - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT sdc-distribution-ci diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml index 42443e1..a7f8bf9 100644 --- a/sdc-distribution-client/pom.xml +++ b/sdc-distribution-client/pom.xml @@ -15,7 +15,7 @@ org.onap.sdc.sdc-distribution-client sdc-main-distribution-client - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT sdc-distribution-client diff --git a/version.properties b/version.properties index a169fce..0d94dfd 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=4 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg