From 5ffa7da0d64771c9d06b99f1319abd5f3a92475a Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Mon, 12 Aug 2019 15:27:55 -0400 Subject: The release yaml needs to be within the releases folder. Issue-ID: LOG-1099 Signed-off-by: Prudence Au Change-Id: I5a819c4b7c727bce95040d93c85408aa1639d63f --- 1.5.0.yaml | 5 ----- releases/1.5.0.yaml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 1.5.0.yaml create mode 100644 releases/1.5.0.yaml diff --git a/1.5.0.yaml b/1.5.0.yaml deleted file mode 100644 index 95ed505..0000000 --- a/1.5.0.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -distribution_type: 'maven' -version: '1.5.0' -project: 'pomba-audit-common' -log_dir: 'logging-analytics-pomba-pomba-audit-common-maven-stage-master/102/' diff --git a/releases/1.5.0.yaml b/releases/1.5.0.yaml new file mode 100644 index 0000000..95ed505 --- /dev/null +++ b/releases/1.5.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '1.5.0' +project: 'pomba-audit-common' +log_dir: 'logging-analytics-pomba-pomba-audit-common-maven-stage-master/102/' -- cgit 1.2.3-korg