summaryrefslogtreecommitdiffstats
path: root/installation/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'installation/pom.xml')
-rw-r--r--installation/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/installation/pom.xml b/installation/pom.xml
index 113a6088..ca4eb265 100644
--- a/installation/pom.xml
+++ b/installation/pom.xml
@@ -3,18 +3,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.onap.sdnc.oam</groupId>
- <artifactId>sdnc-oam</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
- <name>Installation</name>
+ <name>sdnc-oam :: installation</name>
<description>Installs SDN-C on local file system</description>
<properties>
@@ -22,7 +22,7 @@
<maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
<build.number>${maven.build.timestamp}</build.number>
- <ccsdk.distribution.version>v0.1.0</ccsdk.distribution.version>
+ <ccsdk.distribution.version>0.2.1-SNAPSHOT</ccsdk.distribution.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>