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/api-parent/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'common/api-parent/pom.xml') diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 76c2aafe7..02e8fa457 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -21,6 +21,10 @@ + + http://nexus.fd.io/content + + 4.0.0 io.fd.honeycomb.common api-parent @@ -55,4 +59,15 @@ + + + + fdio-release + ${nexusproxy}/repositories/fd.io.release/ + + + fdio-snapshot + ${nexusproxy}/repositories/fd.io.dev/ + + -- cgit 1.2.3-korg