diff options
author | Edyta Krukowska <edyta.krukowska@nokia.com> | 2020-12-17 13:47:36 +0100 |
---|---|---|
committer | Edyta Krukowska <edyta.krukowska@nokia.com> | 2020-12-17 13:47:36 +0100 |
commit | 92611f550d49db759f6b5cdc98ca75274c446c61 (patch) | |
tree | c054d737ff884bb834eaf03296285c0459d08170 | |
parent | 26c6238bd7e5a48363b86122b9b40f013ed29f1a (diff) |
Upgrade SDC-distribution-client to 1.4.2 and add Changelog to project
Issue-ID: SDC-3400
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I628eecb24eb70a1515f5a77e6d910498b705d3d2
-rw-r--r-- | Changelog.md | 12 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sdc-distribution-ci/pom.xml | 2 | ||||
-rw-r--r-- | sdc-distribution-client/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 16 insertions, 4 deletions
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 @@ -4,7 +4,7 @@ <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-main-distribution-client</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>pom</packaging> <name>sdc-sdc-distribution-client</name> 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 @@ <parent> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-main-distribution-client</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </parent> <artifactId>sdc-distribution-ci</artifactId> 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 @@ <parent> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-main-distribution-client</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </parent> <artifactId>sdc-distribution-client</artifactId> 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} |