From b139087602d3b3720185f7153a9ae26402f34764 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 2 Feb 2016 17:36:27 +0100 Subject: Add distributionManagement We have deploy failures, this should fix them. Change-Id: I2505ab3d9bfadc6fbc9ce4305c164aaf7bbbc0f4 Signed-off-by: Robert Varga --- common/karaf-parent/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'common/karaf-parent') diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml index 253dc361b..3cdfc91dd 100644 --- a/common/karaf-parent/pom.xml +++ b/common/karaf-parent/pom.xml @@ -20,6 +20,11 @@ 1.6.0-SNAPSHOT + + + http://nexus.fd.io/content + + 4.0.0 io.fd.honeycomb.common karaf-parent @@ -54,4 +59,15 @@ + + + + fdio-release + ${nexusproxy}/repositories/fd.io.release/ + + + fdio-snapshot + ${nexusproxy}/repositories/fd.io.dev/ + + -- cgit 1.2.3-korg