diff options
author | Renu Kumari <renu.kumari@bell.ca> | 2021-05-17 07:16:48 -0400 |
---|---|---|
committer | Renu Kumari <renu.kumari@bell.ca> | 2021-05-17 18:10:21 -0400 |
commit | bd35b4d03a474ce425040cc4656c7b94a87ef399 (patch) | |
tree | 1b7b230b218b538ffced9004d001fead6bd2c31c /cps-application/pom.xml | |
parent | 1baf48d05be1cd32e22c065ebfec218da100d1f2 (diff) |
nexus registry is parmateterized
Issue-ID: CPS-311
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I158387f54b1a9d3d60e6d97cc3336391745af3c0
Diffstat (limited to 'cps-application/pom.xml')
-rwxr-xr-x | cps-application/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 64921f633b..8c79666252 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -35,11 +35,11 @@ <properties> <app>org.onap.cps.Application</app> - <image.version>${project.version}</image.version> <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> - <nexus.repository>nexus3.onap.org:10003/onap/</nexus.repository> + <base.image>${docker.repository.pull}onap/integration-java11:8.0.0</base.image> + <image.tag>${project.version}-${maven.build.timestamp}</image.tag> </properties> <dependencies> @@ -127,7 +127,7 @@ <tags> <tag>latest</tag> </tags> - <image>${nexus.repository}${image.name}:${image.version}-${maven.build.timestamp}</image> + <image>${docker.repository.push}onap/${image.name}:${image.tag}</image> </to> </configuration> <executions> |