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 /dependencies/pom.xml | |
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 'dependencies/pom.xml')
-rwxr-xr-x | dependencies/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index cd85558c..6e41e26c 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -1,12 +1,11 @@ <?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> + <version>1.2.0</version> <relativePath/> </parent> |