diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-19 14:51:21 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-07-19 14:51:39 -0400 |
commit | f0a3e33902ba76e649f09b7ce0521045d773219d (patch) | |
tree | 2125830b51cc4355ca5bd0706ef46db0a648cbe3 /packages | |
parent | c0b019187866fe832ba614ceaca1f764952c9ff2 (diff) |
Use docker registry properties in policy-api
Issue-ID: POLICY-3374
Change-Id: Icd91864ec2959f7be024a575a72f262da4db8357
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/policy-api-docker/pom.xml | 2 |
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> |