Ryan Goulding | 03235aa | 2017-09-19 11:14:41 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 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> |
Dan Timoney | 7de29bf | 2020-11-25 08:29:23 -0500 | [diff] [blame^] | 6 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 7 | <artifactId>core-root</artifactId> |
| 8 | <version>1.2.0-SNAPSHOT</version> |
Ryan Goulding | 03235aa | 2017-09-19 11:14:41 -0400 | [diff] [blame] | 9 | </parent> |
| 10 | |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 11 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 12 | <artifactId>utils</artifactId> |
Dan Timoney | 8f2fcda | 2020-12-02 07:48:49 -0500 | [diff] [blame] | 13 | <version>1.2.0-SNAPSHOT</version> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 14 | <packaging>pom</packaging> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 15 | |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 16 | <name>ccsdk-sli-core :: utils</name> |
| 17 | <description>Utilities used across sli-core</description> |
| 18 | <organization> |
| 19 | <name>ONAP</name> |
Ryan Goulding | 03235aa | 2017-09-19 11:14:41 -0400 | [diff] [blame] | 20 | </organization> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 21 | |
| 22 | <modules> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 23 | <module>provider</module> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 24 | <module>installer</module> |
| 25 | </modules> |
Ryan Goulding | 03235aa | 2017-09-19 11:14:41 -0400 | [diff] [blame] | 26 | </project> |