blob: 9f57f2fae487c136e7f63b6e24f9d84e0982b2fc [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 Timoney971d4c02023-02-28 07:42:25 -05008 <version>1.5.1-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>
Michael Dürre408cd422023-01-12 12:18:31 +010019 <module>java17</module>
Michael Dürre4ddb1e92020-06-29 09:59:57 +020020 </modules>
Timoney, Dan (dt5972)b1ac7252018-12-14 13:00:43 -050021</project>