diff options
author | Manor, Yanir (ym903w) <ym903w@intl.att.com> | 2018-09-26 09:11:11 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-26 10:24:11 +0000 |
commit | 9bd0f8c320ba549f1400aee91fb452a3e6d85c34 (patch) | |
tree | e5f64baf645da8493f6e91d572186fd555f18cde /dcaedt_validator/checker/pom.xml | |
parent | 083ee56fa85a9217dc8bdffe98764d33c5851016 (diff) |
upgrade dace-d be pom version
upgrade dace-d be pom version
Change-Id: I0332926c1eb5d4f185b256fd4553b39200f73150
Issue-ID: DCAEGEN2-840
Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
Diffstat (limited to 'dcaedt_validator/checker/pom.xml')
-rw-r--r-- | dcaedt_validator/checker/pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dcaedt_validator/checker/pom.xml b/dcaedt_validator/checker/pom.xml index 9c639e0..2639b43 100644 --- a/dcaedt_validator/checker/pom.xml +++ b/dcaedt_validator/checker/pom.xml @@ -1,11 +1,10 @@ -<project - xmlns="http://maven.apache.org/POM/4.0.0" +<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.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Validator</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>DCAE-DT-Validator-Checker</artifactId> <packaging>jar</packaging> @@ -89,9 +88,9 @@ </goals> <configuration> <!--<archive>--> - <!--<manifest>--> - <!--<mainClass>org.onap.sdc.dcae.checker.Checker</mainClass>--> - <!--</manifest>--> + <!--<manifest>--> + <!--<mainClass>org.onap.sdc.dcae.checker.Checker</mainClass>--> + <!--</manifest>--> <!--</archive>--> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> |