diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-30 15:06:29 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-30 15:06:29 -0400 |
commit | b2ce85f8a244c87b6c858a77bcc9c939cb58c59a (patch) | |
tree | 7f168f2369291e2639909e840a129c31f04df43e /generic-resource-api/client/pom.xml | |
parent | 8a99fda83c0dd211dd753542d8167d60f235c2ac (diff) |
Update master for El Alto versioning
Update version in master branch to El Alto version scheme (1.6.0-SNAPSHOT)
Change-Id: Iaecc14b953068ce8c006f473adaf1f61ab756712
Issue-ID: SDNC-735
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 85c42d06..8e33a976 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.5.1-SNAPSHOT</version> + <version>1.6.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.2.2</version> + <version>1.3.0-SNAPSHOT</version> </parent> <dependencies> |