diff options
author | Dan Timoney <dtimoney@att.com> | 2018-02-22 17:22:31 -0600 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-02-26 11:28:52 -0500 |
commit | 10b6a72f544dd1331e9dba53e77c61deaafbd19f (patch) | |
tree | 4fbbe1a3d24c35793ad61c3b26fe1b532bda2322 /dataChange/pom.xml | |
parent | 0b8794f5ef4c0d4bdd6fff4d8bb83bfebc6f8744 (diff) |
Nitrogen port: sli/northbound
Update sli/northbound to compile for ODL Nitrogen
Change-Id: Ib14fea5dd3922175bd183afb9f3c85edaa7a2f0c
Issue-ID: CCSDK-177
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dataChange/pom.xml')
-rwxr-xr-x | dataChange/pom.xml | 46 |
1 files changed, 10 insertions, 36 deletions
diff --git a/dataChange/pom.xml b/dataChange/pom.xml index f0bbf6eb3..cd1cd9683 100755 --- a/dataChange/pom.xml +++ b/dataChange/pom.xml @@ -1,52 +1,26 @@ <?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/maven-v4_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.sli.northbound</groupId> - <artifactId>ccsdk-sli-northbound</artifactId> - <version>0.2.0-SNAPSHOT</version> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>1.0.1-SNAPSHOT</version> + <relativePath/> </parent> - <packaging>pom</packaging> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>dataChange</artifactId> - <version>0.2.0-SNAPSHOT</version> - - <properties> - <feature-name>dataChange</feature-name> - </properties> - - <dependencyManagement> - - <dependencies> - <dependency> - <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>dataChange-features</artifactId> - <classifier>features</classifier> - <type>xml</type> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>dataChange-model</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>dataChange-provider</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> - + <version>0.2.1-SNAPSHOT</version> + <packaging>pom</packaging> - </dependencyManagement> + <name>ccsdk-sli-northbound :: dataChange</name> - <modules> + <modules> <module>model</module> <module>features</module> <module>provider</module> <module>installer</module> </modules> + </project> |