diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-04 13:17:56 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-04 13:17:56 -0400 |
commit | 6a2d3f07b0e55ea17adc143ff5aa1649c773b9f2 (patch) | |
tree | 8803afe05a8d7c7aa055552c75f2cb0280e1038d | |
parent | 19712d0f63db308633467fef2a5e46186b90879a (diff) |
pom javadoc
Change-Id: Ib6e8f06b2e1c79e7eae2a05fc1a345ba67daa98e
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -<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"> +<?xml version="1.0"?> +<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"> <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.ncomp.cdap</groupId> @@ -9,7 +9,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + <nexusproxy>https://nexus.onap.org</nexusproxy></properties> |