diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-04-10 11:37:40 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2018-04-10 20:33:30 +0000 |
commit | afa53b12d11934a519ca1b58aae70f4ee4d0819a (patch) | |
tree | 2171adc87a979188092f727dc896ebe944fe6d53 /deployment | |
parent | fcb4e980f76116edb2ec6a656a99d510c70c1c94 (diff) |
Update dependency to validation Snapshot
Change-Id: Ie3b27b2a6cb78dac139fbefcf2d7cef59f179355
Issue-ID: VNFSDK-233
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
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 7f0869d..d43d975 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.1</version> </parent> <artifactId>csarvalidation-deployment</artifactId> |