blob: 58cdc50ac88ee8d79fc7927e9a392064a5eacf40 [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 Timoney5de81962021-01-26 13:15:47 -05006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
Dan Timoneye93adc22021-02-22 14:11:46 -05008 <version>2.1.1</version>
Dan Timoney5de81962021-01-26 13:15:47 -05009 <relativePath/>
Ryan Goulding03235aa2017-09-19 11:14:41 -040010 </parent>
11
Dan Timoney131cb462018-02-01 16:57:00 -050012 <groupId>org.onap.ccsdk.sli.core</groupId>
13 <artifactId>utils</artifactId>
Dan Timoney3f3e6892021-02-23 11:37:18 -050014 <version>1.2.1-SNAPSHOT</version>
Dan Timoney131cb462018-02-01 16:57:00 -050015 <packaging>pom</packaging>
Dan Timoney37d64682017-09-21 16:07:02 -040016
Dan Timoney131cb462018-02-01 16:57:00 -050017 <name>ccsdk-sli-core :: utils</name>
18 <description>Utilities used across sli-core</description>
19 <organization>
20 <name>ONAP</name>
Ryan Goulding03235aa2017-09-19 11:14:41 -040021 </organization>
Dan Timoney131cb462018-02-01 16:57:00 -050022
23 <modules>
Dan Timoney37d64682017-09-21 16:07:02 -040024 <module>provider</module>
Dan Timoney37d64682017-09-21 16:07:02 -040025 <module>installer</module>
26 </modules>
Ryan Goulding03235aa2017-09-19 11:14:41 -040027</project>