diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-06-21 16:50:50 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-06-21 16:51:04 -0700 |
commit | 9f5645f924f4f071a7149875fb20a5b8fa1b0df5 (patch) | |
tree | e39f52ad536e13c1ac5b6feb5fbb832d1060572f | |
parent | 4f21d5be4ba2db2b726ab932b2df19d39eae02f1 (diff) |
Rename openecomp properties to onap
Change-Id: I27ef7b6d2d32dd25cca493f46419fbe08d54b946
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | version/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/version/pom.xml b/version/pom.xml index f09b33e..4484637 100644 --- a/version/pom.xml +++ b/version/pom.xml @@ -1,6 +1,6 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2016 Huawei Technologies Co., Ltd. + Copyright (c) 2016-2017 Huawei Technologies Co., Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -27,16 +27,16 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <openecomp.nexus.url>https://nexus.onap.org</openecomp.nexus.url> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> <distributionManagement> <repository> <id>onap-releases</id> - <url>${openecomp.nexus.url}/content/repositories/releases</url> + <url>${onap.nexus.url}/content/repositories/releases</url> </repository> <snapshotRepository> <id>onap-snapshots</id> - <url>${openecomp.nexus.url}/content/repositories/snapshots</url> + <url>${onap.nexus.url}/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> </project> |