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 /generic-resource-api/client/pom.xml | |
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 'generic-resource-api/client/pom.xml')
-rw-r--r-- | generic-resource-api/client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index 05997bd1..f38e6828 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -6,7 +6,7 @@ <packaging>jar</packaging> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-client</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <name>sdnc-northbound :: generic-resource-api:: ${project.artifactId}</name> <url>http://wiki.onap.org</url> @@ -15,7 +15,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>client-parent</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> </parent> <dependencies> |