From c9e7894c315b52d71ca7eddb520b4a19442e5433 Mon Sep 17 00:00:00 2001 From: Ikram Ikramullah Date: Mon, 19 Feb 2018 10:26:41 -0500 Subject: [PATCH] Correct Placement for version.properties Looks like jenkins parent jobs expect the verison.proeprties file to be one step higher than where it resides rihgt now. Fixed, this - hopefully next jenkins daily job will succeeed. Issue-ID: OPTFRA-124 Change-Id: I3444860123f347bbd532466f7ba7d509831b9af6 Signed-off-by: Ikram Ikramullah --- conductor/version.properties => version.properties | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename conductor/version.properties => version.properties (100%) diff --git a/conductor/version.properties b/version.properties similarity index 100% rename from conductor/version.properties rename to version.properties -- 2.16.6