diff options
-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' |