diff options
author | J. F. Lucas <jflucas@research.att.com> | 2017-08-23 16:46:13 +0000 |
---|---|---|
committer | Marcus Williams <marcus.williams@intel.com> | 2017-08-29 19:36:40 +0000 |
commit | 15bf6c62563a21b223d078c31305525b9f51b0cd (patch) | |
tree | 3dd2543c38eaf6ed7879841d0a377812ac1e3ca8 /pom.xml | |
parent | f642e091a79b01c85394cf10fff3635183756e1f (diff) |
installation seed code
Change-Id: Id81c9ab1890bbf3cf1d90806062fbb3860abec97
Issue-Id: CCSDK-45
Signed-off-by: J. F. Lucas <jflucas@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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"> + + <modelVersion>4.0.0</modelVersion> + <packaging>pom</packaging> + <groupId>org.onap.ccsdk.utils</groupId> + <artifactId>utils</artifactId> + <version>1.0.0-SNAPSHOT</version> + + <name>Utilities</name> + <description>CCSDK Utilities</description> + +</project> |