diff options
author | Chris Donley <christopher.donley@huawei.com> | 2018-04-10 23:52:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-10 23:52:00 +0000 |
commit | 60b0af415861ca71cf84738cf6d00cc0a6bfa673 (patch) | |
tree | 651cda022b2e6a183939fe041c7c60eac048ce87 | |
parent | 502a5764070e319fa8c799dc5b8580e3d040e968 (diff) | |
parent | afa53b12d11934a519ca1b58aae70f4ee4d0819a (diff) |
Merge "Update dependency to validation Snapshot"
-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> |