diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-27 16:41:30 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-27 16:41:30 -0400 |
commit | 18c809d6bae7340825dc58871a871074fd02ce22 (patch) | |
tree | cd1e9f44e529381f5a547d93a7eb87248c31bacb /odlsli | |
parent | f87b020f40cee8a9fff78d46344976bea0d8e0f9 (diff) |
Prepare for release build0.3.0
Remove -STAGING from release version and remove SNAPSHOT dependencies
Change-Id: I2d10dea846bcdccf999ac34026a8c8b8677af4f1
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'odlsli')
-rw-r--r-- | odlsli/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml index 2fbe8c03..35514c23 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath /> </parent> |