Upgrade SDC-distribution-client to 1.4.2 and add Changelog to project 49/116449/1
authorEdyta Krukowska <edyta.krukowska@nokia.com>
Thu, 17 Dec 2020 12:47:36 +0000 (13:47 +0100)
committerEdyta Krukowska <edyta.krukowska@nokia.com>
Thu, 17 Dec 2020 12:47:36 +0000 (13:47 +0100)
Issue-ID: SDC-3400
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I628eecb24eb70a1515f5a77e6d910498b705d3d2

Changelog.md [new file with mode: 0644]
pom.xml
sdc-distribution-ci/pom.xml
sdc-distribution-client/pom.xml
version.properties

diff --git a/Changelog.md b/Changelog.md
new file mode 100644 (file)
index 0000000..055b21b
--- /dev/null
@@ -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 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
 
index fb5c2f1..b1dfa86 100644 (file)
@@ -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>
index 42443e1..a7f8bf9 100644 (file)
@@ -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>
index a169fce..0d94dfd 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}