diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-12 15:12:32 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-12 15:12:32 -0400 |
commit | df200d2e8a26683b2b2fe526c667eec281277543 (patch) | |
tree | 2aeae4d2e2d2fc43f54738d72a49f8402b079e4f /odlsli | |
parent | de6cf8dc2d69042fc97adea252835d804d80483d (diff) |
Prepare for RC0 release3.0.0-ONAP0.3.1
Update to prepare for RC0 release build: remove -STAGING tag from
release version and use released parent poms.
Change-Id: I8737380807de0cb582d9a7a1fe99ca74b1c767b5
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@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 32c64b57..d2e2f9e7 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.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath /> </parent> |