blob: 093328be96ea344be118ca1ebe344de11e48eb54 [file] [log] [blame]
J. F. Lucas15bf6c62017-08-23 16:46:13 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5 <modelVersion>4.0.0</modelVersion>
6 <packaging>pom</packaging>
7 <groupId>org.onap.ccsdk.utils</groupId>
8 <artifactId>utils</artifactId>
Jessica Wagantall13bb4e32017-11-17 00:00:05 -08009 <version>1.1.1-SNAPSHOT</version>
J. F. Lucas15bf6c62017-08-23 16:46:13 +000010
Jessica Wagantalla59a8f62017-09-08 15:07:46 -070011 <name>ccsdk-utils</name>
J. F. Lucas15bf6c62017-08-23 16:46:13 +000012 <description>CCSDK Utilities</description>
13
Dan Timoneyd62a8872017-09-14 14:12:16 -040014 <!-- Add oparent parent -->
15 <parent>
16 <groupId>org.onap.oparent</groupId>
17 <artifactId>oparent</artifactId>
18 <version>1.0.0-SNAPSHOT</version>
19 </parent>
J. F. Lucas15bf6c62017-08-23 16:46:13 +000020</project>