summaryrefslogtreecommitdiffstats
path: root/asdcApi/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'asdcApi/pom.xml')
-rwxr-xr-xasdcApi/pom.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml
index e35119cd9..cf811281c 100755
--- a/asdcApi/pom.xml
+++ b/asdcApi/pom.xml
@@ -5,26 +5,24 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.2</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
<artifactId>asdcApi</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ccsdk-sli-northbound :: asdcApi</name>
- <properties>
- <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
- </properties>
-
<modules>
<module>model</module>
<module>provider</module>
<module>installer</module>
</modules>
-
+ <properties>
+ <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
+ </properties>
</project>