diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-13 14:37:48 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-13 14:37:48 -0400 |
commit | 991db2d87c7ac4035782b800c4046e53d0e58993 (patch) | |
tree | f5c557e43ef7decd5eec6edbecfa858551290dc0 /generic-resource-api/client/pom.xml | |
parent | 8f480910e06c0bd1005ba92cc3364be36b1e64dd (diff) |
Roll version
Roll version to 1.7.2-SNAPSHOT
Change-Id: I32f8fc88c90f23cf5e3ea4aadee8e037f1ed6197
Issue-ID: SDNC-905
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 38db62a4..6b4db655 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.7.1-SNAPSHOT</version> + <version>1.7.2-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.4.1-SNAPSHOT</version> + <version>1.4.2</version> </parent> <dependencies> |