aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/adaptors/pom.xml
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-09-11 11:13:56 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2018-09-11 15:59:30 -0400
commitea45fbffab1f36271def9443fd32cdbd75839f7e (patch)
tree642aef45a23abf28025c7828552e986d8126164f /blueprints-processor/adaptors/pom.xml
parent0a300470a8f92141ee34302fd17f8c7fa09cccdf (diff)
Update parent pom to conform to CCSDK structure
Change-Id: Ie99cd61cc83dff14b2e1a1a1014411342031e27f Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'blueprints-processor/adaptors/pom.xml')
-rw-r--r--blueprints-processor/adaptors/pom.xml38
1 files changed, 21 insertions, 17 deletions
diff --git a/blueprints-processor/adaptors/pom.xml b/blueprints-processor/adaptors/pom.xml
index 481f48c47..53b6c3ff2 100644
--- a/blueprints-processor/adaptors/pom.xml
+++ b/blueprints-processor/adaptors/pom.xml
@@ -17,21 +17,25 @@
-->
<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">
- <parent>
- <groupId>org.onap.ccsdk.config</groupId>
- <artifactId>blueprints-processor</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
- <artifactId>blueprints-processor-adaptors</artifactId>
- <name>Blueprints Processor Adaptors - POM</name>
- <url>http://wiki.sdn.labs.att.com</url>
- <description>Blueprints Processor Adaptors - POM</description>
- <modules>
- <module>data-adaptor-provider</module>
- <module>rest-adaptor-provider</module>
- </modules>
+ 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">
+
+ <parent>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.onap.ccsdk.config</groupId>
+ <version>0.3.0-SNAPSHOT</version>
+ <modelVersion>4.0.0</modelVersion>
+ <packaging>pom</packaging>
+ <artifactId>blueprints-processor-adaptors</artifactId>
+ <name>Blueprints Processor Adaptors - POM</name>
+ <url>http://wiki.sdn.labs.att.com</url>
+ <description>Blueprints Processor Adaptors - POM</description>
+ <modules>
+ <module>data-adaptor-provider</module>
+ <module>rest-adaptor-provider</module>
+ </modules>
</project>