diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/deliveries/pom.xml | 4 | ||||
-rw-r--r-- | packages/docker/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/deliveries/pom.xml b/packages/deliveries/pom.xml index d3332ec385..61236ed5fc 100644 --- a/packages/deliveries/pom.xml +++ b/packages/deliveries/pom.xml @@ -16,7 +16,7 @@ <description>This project is responsible of the final packages</description> <organization> <name>OPENECOMP - MSO</name> - <url>http://www.openecomp.org/</url> + <url>http://www.onap.org/</url> </organization> @@ -76,4 +76,4 @@ </plugins> </build> -</project>
\ No newline at end of file +</project> diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml index c31a775290..274a00d0b0 100644 --- a/packages/docker/pom.xml +++ b/packages/docker/pom.xml @@ -19,7 +19,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- If the maven profile "docker" is specified the parameter -Dmso.git.url=<MsoGitRepo> must be provided - i.e: mvn clean install -P docker -Dmso.git.url=https://gerrit.openecomp.org/r--> + i.e: mvn clean install -P docker -Dmso.git.url=https://gerrit.onap.org/r--> <mso.git.url>${env.GIT_NO_PROJECT}</mso.git.url> </properties> |