blob: 89d3fc28b9a83552d96f3802ab1e5c0d6159b56b [file] [log] [blame]
Dan Timoney471dafa2017-08-21 14:44:05 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -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 Timoney471dafa2017-08-21 14:44:05 -04004
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -05005 <parent>
6 <groupId>org.onap.ccsdk.distribution</groupId>
7 <artifactId>distribution-root</artifactId>
Timoney, Dan (dt5972)e7cfae52019-01-03 15:14:58 -05008 <version>0.4.1-SNAPSHOT</version>
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -05009 </parent>
Dan Timoney471dafa2017-08-21 14:44:05 -040010
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -050011 <artifactId>distribution-odlsli</artifactId>
Timoney, Dan (dt5972)e7cfae52019-01-03 15:14:58 -050012 <version>0.4.1-SNAPSHOT</version>
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -050013 <packaging>pom</packaging>
Dan Timoney912f98b2018-02-27 14:10:22 -050014
Timoney, Dan (dt5972)e7cfae52019-01-03 15:14:58 -050015 <name>ccsdk-distribution :: odlsli</name>
16 <description>Creates ODLSLI containers</description>
Dan Timoney471dafa2017-08-21 14:44:05 -040017
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -050018 <modules>
19 <module>odlsli-ubuntu</module>
20 <module>odlsli-alpine</module>
21 </modules>
Dan Timoney471dafa2017-08-21 14:44:05 -040022</project>