aboutsummaryrefslogtreecommitdiffstats
path: root/installation/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-01 17:40:45 -0400
committerDan Timoney <dtimoney@att.com>2017-09-01 17:40:45 -0400
commit98ddb133dec262b727b93eab40f384b88fed864a (patch)
tree23cb613d1668a917efaacd9e706e92aff0b162f7 /installation/pom.xml
parentc085b94fff42885e0f97ee0521de6f401f39e030 (diff)
Build sdnc/oam from ccsdk
Update sdnc/oam to build from ccsdk. To get a clean build, it was necessary to also change openecomp references to onap. Change-Id: I90d939e77504cd58148889aff2a50f060e27f963 Issue-ID: SDNC-50 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: e391e1e3ca8ea5385bb1f77ed7c4c83935451575
Diffstat (limited to 'installation/pom.xml')
-rw-r--r--installation/pom.xml51
1 files changed, 25 insertions, 26 deletions
diff --git a/installation/pom.xml b/installation/pom.xml
index 4605633c..1d9f97e4 100644
--- a/installation/pom.xml
+++ b/installation/pom.xml
@@ -1,35 +1,34 @@
<?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">
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.openecomp.sdnc.oam</groupId>
- <artifactId>sdnc-oam</artifactId>
- <version>1.1.2-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.onap.sdnc.oam</groupId>
+ <artifactId>sdnc-oam</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ </parent>
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
- <groupId>org.openecomp.sdnc.oam</groupId>
- <artifactId>installation</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <modelVersion>4.0.0</modelVersion>
+ <packaging>pom</packaging>
+ <groupId>org.onap.sdnc.oam</groupId>
+ <artifactId>installation</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
- <name>Installation</name>
- <description>Installs SDN-C on local file system</description>
+ <name>Installation</name>
+ <description>Installs SDN-C on local file system</description>
- <properties>
- <application.name>installation</application.name>
+ <properties>
+ <application.name>installation</application.name>
- <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
- <build.number>${maven.build.timestamp}</build.number>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- </properties>
+ <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
+ <build.number>${maven.build.timestamp}</build.number>
+ <ccsdk.distribution.version>0.1.0-SNAPSHOT</ccsdk.distribution.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ </properties>
-<modules>
-<module>ubuntu</module>
-<module>sdnc</module>
-<module>admportal</module>
-<module>dgbuilder</module>
-</modules>
+ <modules>
+ <module>sdnc</module>
+ <module>admportal</module>
+ </modules>
</project>