blob: 7c949a4ee4f79bacf7b8e6924fdea6efe55c3d4f [file] [log] [blame]
Dan Timoneye50df7d2017-08-10 16:59:02 -04001<?xml version="1.0" encoding="UTF-8"?>
Dan Timoney912f98b2018-02-27 14:10:22 -05002<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/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
Dan Timoneye50df7d2017-08-10 16:59:02 -04004
5 <parent>
6 <groupId>org.onap.ccsdk.distribution</groupId>
7 <artifactId>distribution-root</artifactId>
Dan Timoney486bd172021-03-22 13:52:45 -04008 <version>1.2.0-SNAPSHOT</version>
Dan Timoneye50df7d2017-08-10 16:59:02 -04009 </parent>
10
Dan Timoneye50df7d2017-08-10 16:59:02 -040011 <artifactId>distribution-opendaylight</artifactId>
Dan Timoney912f98b2018-02-27 14:10:22 -050012 <packaging>pom</packaging>
Dan Timoneye50df7d2017-08-10 16:59:02 -040013
Dan Timoney912f98b2018-02-27 14:10:22 -050014 <name>ccsdk-distribution :: opendaylight</name>
Dan Timoneye50df7d2017-08-10 16:59:02 -040015 <description>Creates OpenDaylight container</description>
16
Dan Timoneyf5937352018-02-08 15:20:51 -050017 <modules>
Singal, Kapil (ks220y)94a7c372021-06-09 12:14:54 -040018 <module>silicon</module>
Dan Timoneyf5937352018-02-08 15:20:51 -050019 </modules>
Dan Timoneye50df7d2017-08-10 16:59:02 -040020</project>