diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-15 15:18:54 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-15 15:18:54 -0400 |
commit | 1027b0c07b488bb5f4542bd38501f9a99da5c2cf (patch) | |
tree | 5f1150cb798fc6e17707850caeb29d0e100b8907 /asdcApi/installer/pom.xml | |
parent | 41df62392ed3d1775c29b7cc1feb161108026c39 (diff) |
Port sli/northbound to Carbon
Updated sli/northbound repo to compile against OpenDaylight Carbon SR1 release
Change-Id: I6aec68cf436e11f5fd5b7094eb5616536bead44f
Issue-ID: CCSDK-25
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'asdcApi/installer/pom.xml')
-rwxr-xr-x | asdcApi/installer/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/asdcApi/installer/pom.xml b/asdcApi/installer/pom.xml index b4f32934a..32f505053 100755 --- a/asdcApi/installer/pom.xml +++ b/asdcApi/installer/pom.xml @@ -1,11 +1,10 @@ <?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> <artifactId>asdcApi</artifactId> <groupId>org.onap.ccsdk.sli.northbound</groupId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <artifactId>asdcApi-installer</artifactId> <name>asdcApi - Karaf Installer</name> |