J. F. Lucas | 15bf6c6 | 2017-08-23 16:46:13 +0000 | [diff] [blame] | 1 | <?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 Wagantall | 13bb4e3 | 2017-11-17 00:00:05 -0800 | [diff] [blame^] | 9 | <version>1.1.1-SNAPSHOT</version> |
J. F. Lucas | 15bf6c6 | 2017-08-23 16:46:13 +0000 | [diff] [blame] | 10 | |
Jessica Wagantall | a59a8f6 | 2017-09-08 15:07:46 -0700 | [diff] [blame] | 11 | <name>ccsdk-utils</name> |
J. F. Lucas | 15bf6c6 | 2017-08-23 16:46:13 +0000 | [diff] [blame] | 12 | <description>CCSDK Utilities</description> |
| 13 | |
Dan Timoney | d62a887 | 2017-09-14 14:12:16 -0400 | [diff] [blame] | 14 | <!-- 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. Lucas | 15bf6c6 | 2017-08-23 16:46:13 +0000 | [diff] [blame] | 20 | </project> |