diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-14 12:01:11 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-14 12:01:11 -0400 |
commit | 0320e9c271f8534ce867bd4c36ab1883e55cf6e6 (patch) | |
tree | 0c863146b1d6abf87206d32852b852b338fd04be /template-node/installer/pom.xml | |
parent | cbfe76ee4ebe01b5b6f6f98e9ae907a63e8f1a3d (diff) |
Prepare for release 0.4.1
Prepare to create release version 0.4.1 by using released version
of parent pom
Change-Id: I72b174efd82ab09b64e2c4c52225304f8174e07a
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'template-node/installer/pom.xml')
-rw-r--r-- | template-node/installer/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/template-node/installer/pom.xml b/template-node/installer/pom.xml index d8cdd69b..f0071478 100644 --- a/template-node/installer/pom.xml +++ b/template-node/installer/pom.xml @@ -1,13 +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.1-SNAPSHOT</version> + <version>1.2.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |