Update Datafile version to 1.5.1 87/116587/2 1.5.1
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>
Tue, 5 Jan 2021 13:40:29 +0000 (14:40 +0100)
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>
Tue, 5 Jan 2021 14:04:54 +0000 (14:04 +0000)
Issue-ID: DCAEGEN2-2527

Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I271b521521cfd38c0da05ae65d52550908021540

Changelog.md
datafile-app-server/pom.xml
pom.xml
version.properties

index d61577d..7fe3275 100644 (file)
@@ -4,4 +4,12 @@ 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.5.0] - 15/12/2020      
\ No newline at end of file
+## [1.5.1] - 04/01/2020 
+### Added
+- HTTP support for DFC
+- test related to HTTP support
+### Changed
+- interfaces and Scheme class moved from ftp package to common package
+- ftp clients and tests refactoring taking this into account "common package"
+## [1.5.0] - 15/12/2020      
index 950a3b9..fec9e19 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.onap.dcaegen2.collectors</groupId>
     <artifactId>datafile</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.onap.dcaegen2.collectors.datafile</groupId>
diff --git a/pom.xml b/pom.xml
index 8fb4443..4336cc8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.onap.dcaegen2.collectors</groupId>
   <artifactId>datafile</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.1-SNAPSHOT</version>
 
   <name>dcaegen2-collectors.datafile</name>
   <description>datafile collector</description>
index 3749e87..d7bbc36 100644 (file)
@@ -1,6 +1,6 @@
 major=1\r
 minor=5\r
-patch=0\r
+patch=1\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r