diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-02 12:49:28 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-02 12:49:28 -0400 |
commit | 521aefc0c7ccff21b03e43a475966b7fdf1d176e (patch) | |
tree | e91a01d7af1648bd4c42c3f4019a040b701cb9f4 /generic-resource-api/client | |
parent | be23b22f275e9d9933c5b4f845436e3d39a70768 (diff) |
Roll to next snapshot version
Roll to snapshot version 1.4.1-SNAPSHOT
Change-Id: I4a0376fef44e1bc6b41672841c90dbe62dd91d9e
Issue-ID: SDNC-471
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'generic-resource-api/client')
-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 d3fbcd45..c9b60b64 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -8,7 +8,7 @@ <packaging>jar</packaging> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-client</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <name>sdnc-northbound :: generic-resource-api:: ${project.artifactId}</name> <url>http://wiki.onap.org</url> @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>client-parent</artifactId> - <version>1.1.0</version> + <version>1.1.1-SNAPSHOT</version> </parent> <dependencies> |