blob: b8c196cff654778f7f3aa0a85b5d72cdfac5f832 [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>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
Dan Timoney368939e2020-09-09 14:21:38 -04008 <version>2.1.0-SNAPSHOT</version>
Dan Timoney131cb462018-02-01 16:57:00 -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 Timoney72e952a2020-11-25 13:50:31 -050014 <version>1.1.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>