aboutsummaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
Diffstat (limited to 'cps-parent')
-rwxr-xr-xcps-parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index 06d6364b7..3552c28c9 100755
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -37,11 +37,11 @@
<properties>
<app>org.onap.cps.Application</app>
- <base.image>nexus3.onap.org:10001/onap/integration-java11:8.0.0</base.image>
<java.version>11</java.version>
<minimum-coverage>0.9</minimum-coverage>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <nexus.public.repo>nexus3.onap.org:10001/library/</nexus.public.repo>
+ <docker.repository.push>nexus3.onap.org:10003/</docker.repository.push>
+ <docker.repository.pull>nexus3.onap.org:10001/</docker.repository.pull>
<oparent.version>3.1.0</oparent.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
@@ -325,7 +325,7 @@
see https://www.testcontainers.org/features/configuration/#disabling-ryuk
-->
<TESTCONTAINERS_RYUK_DISABLED>true</TESTCONTAINERS_RYUK_DISABLED>
- <TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>${nexus.public.repo}</TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>
+ <TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>${docker.repository.pull}library/</TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>
</environmentVariables>
</configuration>
</plugin>