diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-07-21 11:35:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-21 11:35:25 +0000 |
commit | fdb749f777927106cd01510374bc13487a40fe90 (patch) | |
tree | c93d38e3f242ff98ecaa608bcfc930910e9b785d /packages | |
parent | b59b14d47b590ff94b7c98348c1617990d03c86f (diff) | |
parent | e2143166a7fb1c31d140bea3ce3e8215530c0aff (diff) |
Merge "Use docker registry properties in distribution"
Diffstat (limited to 'packages')
-rw-r--r-- | packages/policy-distribution-docker/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index 5fab82ae..8f3e52a4 100644 --- a/packages/policy-distribution-docker/pom.xml +++ b/packages/policy-distribution-docker/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -42,8 +43,6 @@ <docker.skip>false</docker.skip> <docker.skip.build>false</docker.skip.build> <docker.skip.push>false</docker.skip.push> - <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry> - <docker.push.registry>nexus3.onap.org:10003</docker.push.registry> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> </properties> |