From aa3119971f4523d7c54890ee436a6070f612c4f3 Mon Sep 17 00:00:00 2001 From: Michal Rehak Date: Wed, 23 Oct 2013 18:08:14 +0200 Subject: [PATCH] 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 --- opendaylight/commons/opendaylight/pom.xml | 3 ++- opendaylight/commons/parent/pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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/ -- 2.36.6