From cc531f5b95406e0f154bec12216abc4ff1e22861 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 3 Feb 2016 16:13:59 +0100 Subject: Fix wrong repository specification Change-Id: I8efd61d8b4e885678b4de390e977fd4302cc3461 Signed-off-by: Robert Varga --- common/api-parent/pom.xml | 2 +- common/features-parent/pom.xml | 2 +- common/impl-parent/pom.xml | 2 +- common/it-parent/pom.xml | 2 +- common/karaf-parent/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 02e8fa457..24db461d9 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -67,7 +67,7 @@ fdio-snapshot - ${nexusproxy}/repositories/fd.io.dev/ + ${nexusproxy}/repositories/fd.io.snapshot/ diff --git a/common/features-parent/pom.xml b/common/features-parent/pom.xml index d11d0e901..7744ebc4b 100644 --- a/common/features-parent/pom.xml +++ b/common/features-parent/pom.xml @@ -67,7 +67,7 @@ fdio-snapshot - ${nexusproxy}/repositories/fd.io.dev/ + ${nexusproxy}/repositories/fd.io.snapshot/ diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index f7eca59ef..c5b95f089 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -71,7 +71,7 @@ fdio-snapshot - ${nexusproxy}/repositories/fd.io.dev/ + ${nexusproxy}/repositories/fd.io.snapshot/ diff --git a/common/it-parent/pom.xml b/common/it-parent/pom.xml index 3d756ffcf..142e73c09 100644 --- a/common/it-parent/pom.xml +++ b/common/it-parent/pom.xml @@ -69,7 +69,7 @@ fdio-snapshot - ${nexusproxy}/repositories/fd.io.dev/ + ${nexusproxy}/repositories/fd.io.snapshot/ diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml index 3cdfc91dd..ac7bb8296 100644 --- a/common/karaf-parent/pom.xml +++ b/common/karaf-parent/pom.xml @@ -67,7 +67,7 @@ fdio-snapshot - ${nexusproxy}/repositories/fd.io.dev/ + ${nexusproxy}/repositories/fd.io.snapshot/ diff --git a/pom.xml b/pom.xml index 58ed81ab6..90548778f 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ fdio-snapshot - ${nexusproxy}/repositories/fd.io.dev/ + ${nexusproxy}/repositories/fd.io.snapshot/ -- cgit 1.2.3-korg