diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-02 16:19:16 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-02 16:19:16 -0400 |
commit | 1b60dd1c62581b98b0ecce5526aa0ec07683f4a3 (patch) | |
tree | f6bb7530d91995faddfcc71e3443a38b7bd6c762 /client | |
parent | 6b1320519eb99e3d929a6780163a0ebbaeea14ed (diff) |
Roll to El Alto version
Roll to El Alto version (1.6.0-SNAPSHOT) on master branch
Change-Id: I737c9de6834e539b4a4871ae738f77f7ac6e3ed2
Issue-ID: SDNC-735
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 592f5d9..51ddfcc 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.5.1-SNAPSHOT</version> + <version>1.6.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.2.2</version> + <version>1.3.0-SNAPSHOT</version> </parent> <properties> |