diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-01 14:26:23 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-01 14:26:23 -0400 |
commit | 6b1320519eb99e3d929a6780163a0ebbaeea14ed (patch) | |
tree | ff5ee8c606bd5a7e0c75ca608550d9f14f064373 /client | |
parent | 273c1c6817247bd3e87f865e3d80f548d84138ff (diff) |
Fix versions1.5.1
Versions were set inconsistently in sdnc/apps - entire repo needs
to have the same version number.
Change-Id: I69cf0dd73cfaf2762f5fce7d0e9ff43fffd14709
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'client')
-rw-r--r-- | client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pom.xml b/client/pom.xml index 996e046..592f5d9 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.4.1-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> <url>http://wiki.onap.org</url> |