diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-14 11:33:05 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-14 11:33:05 -0400 |
commit | fc013e3622d743a3f559cb2ce20311c83e7e8112 (patch) | |
tree | bb48d62c89b2cc4c2f54b52c3a6bed52ed49f509 /lcm/pom.xml | |
parent | d91b57fd11c55a93ff0f55bb35aa4071eb7c0b61 (diff) |
Prepare for release 0.4.1
Prepare to create release version 0.4.1 by using released version
of parent pom
Change-Id: I9a3c60350913ed816b6db411df0009f4b755e072
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'lcm/pom.xml')
-rwxr-xr-x | lcm/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/pom.xml b/lcm/pom.xml index 4e9f1033..42b9002b 100755 --- a/lcm/pom.xml +++ b/lcm/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath/> </parent> |