diff options
author | Thugutla Sailakshmi <tsaila10@in.ibm.com> | 2019-08-05 19:44:53 +0530 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-09 09:58:05 -0400 |
commit | c5302e63a7cfffa1fdf7f435d559a49688747a84 (patch) | |
tree | 708b45b6a8132cb34eefab127c6a68e53ddf4b35 /pom.xml | |
parent | be718ade10ffe698739ae724d50628e559d28805 (diff) |
CCSDK-1556 -Move this constructor to comply with Java Code Conventions
Move this constructor to comply with Java Code Conventions
Issue-ID: CCSDK-1556
Change-Id: I6b6c75c07cccdd4b18027f6c4ab3badf9c273c97
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -110,7 +110,7 @@ <organization> <name>ONAP</name> </organization> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.2-SNAPSHOT</version> </project> |