diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-04 13:18:12 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-04 13:18:12 -0400 |
commit | 107ddefe35773fedc5e98a6fcbfb8cac62904fb7 (patch) | |
tree | a48f7f5302bf3e9dafbfc10ef49fc4cfbe32f7e0 | |
parent | 6e964c7bc9f159c145bfa2ae2578592a8c60a71b (diff) |
pom javadoc
Change-Id: I8f55babc04527d618085e38744bdd2c7b0c8fa65
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.docker</groupId> @@ -9,7 +9,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + <nexusproxy>https://nexus.onap.org</nexusproxy></properties> |