From: Michal Rehak Date: Wed, 23 Oct 2013 16:08:14 +0000 (+0200) Subject: moved maven property nexusproxy X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~578 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=aa3119971f4523d7c54890ee436a6070f612c4f3;ds=inline moved maven property nexusproxy now nexusproxy resides in pom where it is used in commons.parent it was renamed to nexusdeploy to avoid misusage Change-Id: I4485820797a0be6e91bae30b517950dc5bcef46b Signed-off-by: Michal Rehak --- diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 525d685bee..0356f4fd32 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -23,10 +23,11 @@ - 1.7 1.7 + + http://nexus.opendaylight.org/content 1.0-alpha-2 https://sonar.opendaylight.org/ diff --git a/opendaylight/commons/parent/pom.xml b/opendaylight/commons/parent/pom.xml index c90caf68de..e4d8cac80d 100644 --- a/opendaylight/commons/parent/pom.xml +++ b/opendaylight/commons/parent/pom.xml @@ -16,7 +16,7 @@ - http://nexus.opendaylight.org/content + http://nexus.opendaylight.org/content dav:http://nexus.opendaylight.org/content/sites/site 2.3.2 @@ -33,12 +33,12 @@ opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ + ${nexusdeploy}/repositories/opendaylight.release/ opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ + ${nexusdeploy}/repositories/opendaylight.snapshot/