aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-07-19 14:51:21 -0400
committerJim Hahn <jrh3@att.com>2021-07-19 14:51:39 -0400
commitf0a3e33902ba76e649f09b7ce0521045d773219d (patch)
tree2125830b51cc4355ca5bd0706ef46db0a648cbe3
parentc0b019187866fe832ba614ceaca1f764952c9ff2 (diff)
Use docker registry properties in policy-api
Issue-ID: POLICY-3374 Change-Id: Icd91864ec2959f7be024a575a72f262da4db8357 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--packages/policy-api-docker/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml
index 251e84d4..1d500b21 100644
--- a/packages/policy-api-docker/pom.xml
+++ b/packages/policy-api-docker/pom.xml
@@ -42,8 +42,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>