diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-12-16 09:07:05 +0100 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-12-16 09:08:11 +0100 |
commit | c51c2c50894913cb14d1e65228dfc9d79b8929be (patch) | |
tree | 41b666c99a931f7271b06e88e8ec6029808934da | |
parent | 8727de26783eb496703bb82280ddad0e328964cb (diff) |
Release version 1.2.16
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I605d8a2ea9345c4df55bf4a1a18fdbcb6e66ac1c
Issue-ID: VNFSDK-715
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | releases/1.2.16-maven.yaml | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index c08f264..2697b1d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -116,3 +116,5 @@ All notable changes to this project will be documented in this file. ## Added - Possibility to add certificate and signature per artifact in manifest file. - https://jira.onap.org/browse/VNFSDK-714 +- Possibility to validate PM_Dictionary using CLI operation + - https://jira.onap.org/browse/VNFSDK-715 diff --git a/releases/1.2.16-maven.yaml b/releases/1.2.16-maven.yaml new file mode 100644 index 0000000..f3ecc11 --- /dev/null +++ b/releases/1.2.16-maven.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: maven +version: '1.2.16' +project: 'vnfsdk-validation' +log_dir: 'vnfsdk-validation-maven-stage-master/546' |