diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-05-17 13:23:11 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-05-17 17:29:43 +0000 |
commit | e6a669cf9a2649aab72f071111ac0df2b37d774b (patch) | |
tree | a8ef7e81a8cc48e322f353b5d21d8a5b2f4e1ead /odlparent/binding-parent/pom.xml | |
parent | 8ca858a52583cffc656ee8c01365e6a4654c757f (diff) |
Refactoring onap nexus url's and related section
Issue-ID: CCSDK-3298
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I8798f0cfa7b0042628f508ca851a42d76a5f7b21
Diffstat (limited to 'odlparent/binding-parent/pom.xml')
-rw-r--r-- | odlparent/binding-parent/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index 7da4b8bf..5dc96956 100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -55,7 +55,6 @@ <!-- properties from oparent --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <!-- sitePath may be overridden in the inheriting POM if desired --> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> @@ -66,6 +65,7 @@ <!-- end of properties from oparent --> <!-- ONAP repositories --> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <onap.nexus.host>nexus.onap.org</onap.nexus.host> <onap.nexus.port>443</onap.nexus.port> <onap.nexus.protocol>https</onap.nexus.protocol> @@ -301,8 +301,8 @@ <enabled>true</enabled> </snapshots> </repository> - </repositories> + <pluginRepositories> <pluginRepository> <id>onap-public</id> @@ -363,7 +363,6 @@ <name>JCenter Repository</name> <url>http://jcenter.bintray.com</url> </pluginRepository> - <pluginRepository> <id>Restlet</id> <name>Restlet Repository</name> |