aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-20 11:46:26 -0400
committerDan Timoney <dtimoney@att.com>2017-10-20 11:46:26 -0400
commit93bb9d70960c1eba2659e05f323531a1859a6c15 (patch)
tree4110c0b231c57794c1ed4e4871d42e01e90c83f3 /platform-logic/pom.xml
parente5434a77ea0d75a44622f5ee881674bda1abc309 (diff)
Fix tunnelxconn DGs
Tunnelxconn DGs had cut/paste errors (referred to security-zone incorrectly). Also, restapi templates were missing. Change-Id: Ib7aad71796301632e9269aa9e3e5e5fd266d7a94 Issue-ID: SDNC-139 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 76c06d99c067aa7be038e496753caee30ee01d0b
Diffstat (limited to 'platform-logic/pom.xml')
-rw-r--r--platform-logic/pom.xml53
1 files changed, 27 insertions, 26 deletions
diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml
index 46931c24..198f24ab 100644
--- a/platform-logic/pom.xml
+++ b/platform-logic/pom.xml
@@ -1,36 +1,37 @@
<?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.onap.sdnc.oam</groupId>
- <artifactId>sdnc-oam</artifactId>
- <version>1.2.0-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.onap.sdnc.oam</groupId>
- <artifactId>platform-logic</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <modelVersion>4.0.0</modelVersion>
+ <packaging>pom</packaging>
+ <groupId>org.onap.sdnc.oam</groupId>
+ <artifactId>platform-logic</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
- <name>Platform Logic </name>
- <description>Contains platform-level service logic</description>
+ <name>Platform Logic </name>
+ <description>Contains platform-level service logic</description>
- <properties>
- <application.name>platform-logic</application.name>
+ <properties>
+ <application.name>platform-logic</application.name>
- <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
- <build.number>${maven.build.timestamp}</build.number>
- </properties>
+ <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
+ <build.number>${maven.build.timestamp}</build.number>
+ </properties>
- <modules>
+ <modules>
<module>setup</module>
- <module>generic-resource-api</module>
- <module>vnfapi</module>
- <module>installer</module>
- </modules>
- <organization>
- <name>openECOMP</name>
- </organization>
+ <module>generic-resource-api</module>
+ <module>vnfapi</module>
+ <module>restapi-templates</module>
+ <module>installer</module>
+ </modules>
+ <organization>
+ <name>ONAP</name>
+ </organization>
</project>