diff options
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ [gerrit] -host=gerrit.openecomp.org +host=gerrit.onap.org port=29418 project=policy/drools-pdp.git @@ -45,7 +45,7 @@ <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath> <sonar.jacoco.itReportPath>/opt/app/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> </properties> <modules> |