diff options
author | Adam Wudzinski <adam.wudzinski@nokia.com> | 2020-09-24 10:30:58 +0200 |
---|---|---|
committer | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-09-25 05:49:24 +0000 |
commit | 59c181781e97af765b4c0c0a221eb300f1ddfb8b (patch) | |
tree | 6d8e63b4ab3b1acc7563920fffb9a0ec66cc67ed /deployment | |
parent | 6767596c5b15b75a3f1ae43e169aa88e0de56c3a (diff) |
Release validation 1.2.13
Add new field called "warnings" to oclip json response. All ignored errors are now reported as warnings.
- https://jira.onap.org/browse/VNFSDK-596
Fixed rule R130206 CMS and certificate searching and validation mechanism
- https://jira.onap.org/browse/VNFSDK-595
Issue-ID: VNFSDK-596
Signed-off-by: adam.wudzinski@nokia.com <adam.wudzinski@nokia.com>
Change-Id: Ic235ed14976576586fe8512eeaa8d9253e4609cb
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml index 7e2acab..be7c332 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.2.13-SNAPSHOT</version> + <version>1.2.14-SNAPSHOT</version> </parent> <artifactId>csarvalidation-deployment</artifactId> |