diff options
Diffstat (limited to 'authz-service')
-rw-r--r-- | authz-service/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/authz-service/pom.xml b/authz-service/pom.xml index ec11fb2c..a62f152d 100644 --- a/authz-service/pom.xml +++ b/authz-service/pom.xml @@ -55,7 +55,7 @@ <project.swmVersion>1</project.swmVersion>
<project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
<dockerLocation>${basedir}/target/</dockerLocation>
- <docker.registry>zlp11313.vci.att.com:5100</docker.registry>
+ <docker.registry>nexus3.onap.org</docker.registry>
<distFilesRootDirPath>opt/app/aaf/${project.artifactId}/${project.version}</distFilesRootDirPath>
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
@@ -391,7 +391,6 @@ <nexusUrl>${nexusproxy}</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
- <skipNexusStagingDeployMojo>${skip.staging.artifacts}</skipNexusStagingDeployMojo>
</configuration>
</plugin>
<plugin>
|