diff options
author | Michael Lando <ml636r@att.com> | 2017-03-15 20:38:00 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-03-15 20:39:01 +0200 |
commit | ebd7c8f455731873409448627580989cb9db9245 (patch) | |
tree | 9d0fede0d079592a1683638c3e7737fff7ead458 /catalog-fe | |
parent | 38440b83f47aa3a461fd11955cf4c4ffd4505c65 (diff) |
update pom version + change version file
Change-Id: Ib4b84e473c7d38d1f30f8d94332a3f8ceaee8226
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-fe')
-rw-r--r-- | catalog-fe/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 248fad7700..3518779952 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-main</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> @@ -327,7 +327,7 @@ <dependency> <groupId>org.openecomp.ecompsdkos</groupId> <artifactId>ecompFW</artifactId> - <version>1.0.0</version> + <version>${ecomp.version}</version> <scope>compile</scope> <exclusions> <exclusion> |