diff options
-rwxr-xr-x | datarouter-node/pom.xml | 2 | ||||
-rwxr-xr-x | datarouter-prov/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 9f5de17e..e3298e71 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -432,7 +432,7 @@ <version>1.6.7</version>
<extensions>true</extensions>
<configuration>
- <nexusUrl>${onap.nexus.dockerregistry.daily}</nexusUrl>
+ <nexusUrl>${onap.nexus.url}</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 2107e9c0..f2a5fddd 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -501,7 +501,7 @@ <version>1.6.7</version>
<extensions>true</extensions>
<configuration>
- <nexusUrl>${onap.nexus.dockerregistry.daily}</nexusUrl>
+ <nexusUrl>${onap.nexus.url}</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>
|