diff options
author | Dan Timoney <dtimoney@att.com> | 2017-06-05 16:16:27 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-06-05 16:16:27 -0400 |
commit | 994192aaa6478a5ca89ba6cde8134326d5901f48 (patch) | |
tree | feff151f6dac5b6f977483179fc0bd0f5c80242b /asdcApi/provider | |
parent | 04cfaf48ddd04c1bac89c613ac402d7fb212a434 (diff) |
[SDNC-14] Roll northbound to version 1.1.2
Roll northbound to use version 1.1.2 of rootpom, to ensure latest version is being used
Change-Id: I44f45531212bf4bb7eb3bffdc25f34bd1ad8e592
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'asdcApi/provider')
-rwxr-xr-x | asdcApi/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdcApi/provider/pom.xml b/asdcApi/provider/pom.xml index ac5c0e7c..6a6c34dc 100755 --- a/asdcApi/provider/pom.xml +++ b/asdcApi/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>asdcApi</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <artifactId>asdcApi-provider</artifactId> <packaging>bundle</packaging> |