blob: 08d50d33d5868faf7c7258d3aeb3e7154ce3441b [file] [log] [blame]
J. F. Lucas15bf6c62017-08-23 16:46:13 +00001<?xml version="1.0" encoding="UTF-8"?>
Gary Wu4d8bd2d2018-08-24 15:18:07 -07002<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/maven-v4_0_0.xsd">
J. F. Lucas15bf6c62017-08-23 16:46:13 +00003
4 <modelVersion>4.0.0</modelVersion>
5 <packaging>pom</packaging>
6 <groupId>org.onap.ccsdk.utils</groupId>
7 <artifactId>utils</artifactId>
Jessica Wagantall13bb4e32017-11-17 00:00:05 -08008 <version>1.1.1-SNAPSHOT</version>
J. F. Lucas15bf6c62017-08-23 16:46:13 +00009
Jessica Wagantalla59a8f62017-09-08 15:07:46 -070010 <name>ccsdk-utils</name>
J. F. Lucas15bf6c62017-08-23 16:46:13 +000011 <description>CCSDK Utilities</description>
12
Dan Timoneyd62a8872017-09-14 14:12:16 -040013 <!-- Add oparent parent -->
14 <parent>
15 <groupId>org.onap.oparent</groupId>
16 <artifactId>oparent</artifactId>
Gary Wu4d8bd2d2018-08-24 15:18:07 -070017 <version>1.2.0</version>
Dan Timoneyd62a8872017-09-14 14:12:16 -040018 </parent>
J. F. Lucas15bf6c62017-08-23 16:46:13 +000019</project>