blob: 57a641d01e776c884bf7ac511a059e23f2a499ce [file] [log] [blame]
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -05001<?xml version="1.0" encoding="UTF-8"?>
2<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>
4
5 <parent>
6 <groupId>org.onap.ccsdk.distribution</groupId>
7 <artifactId>distribution-root</artifactId>
Dan Timoney8f4c6732021-09-21 13:27:00 -04008 <version>1.3.0-SNAPSHOT</version>
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -05009 </parent>
10
Michael Dürre4ddb1e92020-06-29 09:59:57 +020011 <artifactId>distribution-alpine-root</artifactId>
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -050012 <packaging>pom</packaging>
13
Singal, Kapil (ks220y)b6e7d962020-12-17 14:37:06 -050014 <name>ccsdk-distribution :: alpine</name>
Michael Dürre4ddb1e92020-06-29 09:59:57 +020015 <description>Creates OpenDaylight container</description>
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -050016
Michael Dürre4ddb1e92020-06-29 09:59:57 +020017 <modules>
Michael Dürre4ddb1e92020-06-29 09:59:57 +020018 <module>java11</module>
19 </modules>
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -050020</project>