Change to release ccsdk version
Change from 1.2.1-SNAPSHOT to 1.2.1 release version
since the ccsdk odlsli container is running release
version now.
Change-Id: I1c18b7f4a9031efff5a9542d0384cef168455ec6
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: CCSDK-1156
diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml
index bc4e293..2394ebf 100644
--- a/odlparent-lite/pom.xml
+++ b/odlparent-lite/pom.xml
@@ -31,7 +31,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>