diff options
author | 2019-08-20 13:22:52 -0400 | |
---|---|---|
committer | 2019-08-20 13:22:52 -0400 | |
commit | ce11323c5e43b90535efdd83162d25fde4d7d02a (patch) | |
tree | 407434fe4228a63af3cfe8425f7bf1d3dd89c332 /client | |
parent | ec0068ee213d4908f3a6dedb38700dcc091f88da (diff) |
Updates for Neon
Update to use Neon version of CCSDK parent poms
Change-Id: I5853a21ce03e09dd942d4d5c40669d0781a63621
Issue-ID: SDNC-850
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'client')
-rw-r--r-- | client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/pom.xml b/client/pom.xml index 3ac8330..4a13fb3 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -6,7 +6,7 @@ <packaging>jar</packaging> <groupId>org.onap.sdnc.apps</groupId> <artifactId>client</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <name>ONAP :: ${project.groupId} :: ${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.2</version> + <version>1.4.0-SNAPSHOT</version> </parent> <properties> |