aboutsummaryrefslogtreecommitdiffstats
path: root/cps-application/pom.xml
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2021-06-30 08:38:51 +0100
committerToineSiebelink <toine.siebelink@est.tech>2021-06-30 09:09:19 +0100
commita401e7264b37ed9cbc75795d2196fcb4fe21a121 (patch)
tree4d8c76c630dd47ce16a6f6d3f5c7c4f8facc1ee8 /cps-application/pom.xml
parentfd47cc2008a514269f79eb58a84cc0039e0a153d (diff)
Replaced nexusproxy property with onap.nexus.url
Also removed redefined redefined nexusproxy and distribution Management from poms Update ReadMe accordingly Issue-ID: CPS-435 Change-Id: I02831e737587a1a16e9743773f2840c209d1fffd Signed-off-by: mkerrigan <michael.kerrigan@est.tech> Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Diffstat (limited to 'cps-application/pom.xml')
-rwxr-xr-xcps-application/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml
index 8c7966625..2ae488375 100755
--- a/cps-application/pom.xml
+++ b/cps-application/pom.xml
@@ -38,7 +38,7 @@
<jib-maven-plugin.version>2.8.0</jib-maven-plugin.version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<minimum-coverage>0.7</minimum-coverage>
- <base.image>${docker.repository.pull}onap/integration-java11:8.0.0</base.image>
+ <base.image>${docker.pull.registry}/onap/integration-java11:8.0.0</base.image>
<image.tag>${project.version}-${maven.build.timestamp}</image.tag>
</properties>
@@ -127,7 +127,7 @@
<tags>
<tag>latest</tag>
</tags>
- <image>${docker.repository.push}onap/${image.name}:${image.tag}</image>
+ <image>${docker.push.registry}/onap/${image.name}:${image.tag}</image>
</to>
</configuration>
<executions>