diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-07 17:00:38 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-07 17:00:38 -0400 |
commit | 72b01e2208d2d7010d93825eac8270168bce8475 (patch) | |
tree | f0113c796ae85d5026c18bf9eadd283ffa53e00b /vnfapi/provider | |
parent | f7b14a217b6afd0ee536f8b0c052b5d4c1a61f5e (diff) |
Roll version to recreate artifacts
Roll version to 1.6.1-SNAPSHOT to recreate El Alto early drop artifacts
Change-Id: I16b8739911d9167885c4cddf2690c740fc94f34d
Issue-ID: SDNC-827
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'vnfapi/provider')
-rw-r--r-- | vnfapi/provider/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml index 1e164a87..f007e742 100644 --- a/vnfapi/provider/pom.xml +++ b/vnfapi/provider/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnfapi-provider</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: vnfapi :: ${project.artifactId}</name> |