diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-08 15:56:26 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-08 16:32:08 -0500 |
commit | ea65269f135a9196b0dfcc6195d6a9bd915f998c (patch) | |
tree | 4ccdd1ac009083955daa71ba5dccc0400f5aedd2 /odlsli/odlsli-ubuntu | |
parent | 9b0e1e45e155e91614c008ecfadc83dadb6706d9 (diff) |
Prepare for release build0.4.0
Prepare for release of early ODL-Oxygen based CCSDK Dublin
Change-Id: I8f725533def2c2bec8e37af86ee2657d125a50e0
Issue-ID: CCSDK-870
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlsli/odlsli-ubuntu')
-rw-r--r-- | odlsli/odlsli-ubuntu/pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml index ba6ad07d..fb5209f4 100644 --- a/odlsli/odlsli-ubuntu/pom.xml +++ b/odlsli/odlsli-ubuntu/pom.xml @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.0-SNAPSHOT</version> - <relativePath /> + <version>1.2.0</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |