diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-17 14:20:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-17 14:20:42 -0400 |
commit | da9e225fb39b7720c6092d19bb5c8dbe4d002539 (patch) | |
tree | 818640ddf8d33394da5a5d5e660f6889d9e17ed4 /generic-resource-api/client/pom.xml | |
parent | ba9bb0c81ec6e595fdf03dd4d18dca05b7503bf1 (diff) |
Roll to first Guilin snapshot
Roll to first Guilint snapshot version
Change-Id: I3137ae6c5407ed723056364674ad827072810cb8
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <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 b2f2bf75..60e21f39 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.8.0-SNAPSHOT</version> + <version>2.0.0-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.5.2</version> + <version>2.0.0-SNAPSHOT</version> </parent> <dependencies> |