diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-19 05:13:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-19 05:13:10 +0000 |
commit | f9a6c9f5c905c87bb60200ea913258cf05855593 (patch) | |
tree | e5e68b6a6e8506bd8d7ecb35ce55e44805acea33 /aria | |
parent | 9289666a1f35e8439ea52b0d86adf361ed437bbf (diff) | |
parent | 5f2f9a7a942025cf6471d1e24532c3ba08c362ce (diff) |
Merge "Pom had reference to dev nexus`"
Diffstat (limited to 'aria')
-rw-r--r-- | aria/aria-rest-server/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aria/aria-rest-server/pom.xml b/aria/aria-rest-server/pom.xml index d7e4a49311..87c8f3e888 100644 --- a/aria/aria-rest-server/pom.xml +++ b/aria/aria-rest-server/pom.xml @@ -38,8 +38,8 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <wheel.name>${project.artifactId}-${project.version}-py${python_version}-none-any.whl</wheel.name> <python.sourceDirectory>${project.basedir}/src/main/python/aria-rest</python.sourceDirectory> - <onap.nexus.pypiserver.baseurl>http://192.168.33.1:8081/repository/pypi-internal/</onap.nexus.pypiserver.baseurl> - <onap.nexus.pypiserver.serverid>ecomp-snapshots</onap.nexus.pypiserver.serverid> + <!-- <onap.nexus.pypiserver.baseurl>http://192.168.33.1:8081/repository/pypi-internal/</onap.nexus.pypiserver.baseurl> --> + <!--<onap.nexus.pypiserver.serverid>ecomp-snapshots</onap.nexus.pypiserver.serverid> --> </properties> <build> <plugins> |