From 9dc7824623819cab9c65b264ece49ffbe4e200ff Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 31 Mar 2015 19:18:54 +0200 Subject: [PATCH] Fix merge job not working As it turns out while moving out the parent pom contents I failed to mention parent in the aggregator, which meant that the reactor was not properly resolved locally. Change-Id: Iffd390020cae2c9b0e2f8106edb856c5745b4550 Signed-off-by: Robert Varga --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 1caa77a495..bc489e7f9c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ artifacts + parent openflowplugin-api openflowplugin openflowplugin-impl -- 2.36.6