blob: d2fe753af72db95b8e15e840805360f8debc68fc [file] [log] [blame]
Ryan Goulding03235aa2017-09-19 11:14:41 -04001<?xml version="1.0" encoding="UTF-8"?>
Dan Timoney131cb462018-02-01 16:57:00 -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>
4
5 <parent>
Dan Timoney7de29bf2020-11-25 08:29:23 -05006 <groupId>org.onap.ccsdk.sli.core</groupId>
7 <artifactId>core-root</artifactId>
8 <version>1.2.0-SNAPSHOT</version>
Ryan Goulding03235aa2017-09-19 11:14:41 -04009 </parent>
10
Dan Timoney131cb462018-02-01 16:57:00 -050011 <groupId>org.onap.ccsdk.sli.core</groupId>
12 <artifactId>utils</artifactId>
Dan Timoney8f2fcda2020-12-02 07:48:49 -050013 <version>1.2.0-SNAPSHOT</version>
Dan Timoney131cb462018-02-01 16:57:00 -050014 <packaging>pom</packaging>
Dan Timoney37d64682017-09-21 16:07:02 -040015
Dan Timoney131cb462018-02-01 16:57:00 -050016 <name>ccsdk-sli-core :: utils</name>
17 <description>Utilities used across sli-core</description>
18 <organization>
19 <name>ONAP</name>
Ryan Goulding03235aa2017-09-19 11:14:41 -040020 </organization>
Dan Timoney131cb462018-02-01 16:57:00 -050021
22 <modules>
Dan Timoney37d64682017-09-21 16:07:02 -040023 <module>provider</module>
Dan Timoney37d64682017-09-21 16:07:02 -040024 <module>installer</module>
25 </modules>
Ryan Goulding03235aa2017-09-19 11:14:41 -040026</project>