From 794497a6f9c247cb016c776d4b4d7f805db5dadc Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 8 Mar 2022 10:01:33 +0000 Subject: Repalce PolicyDevelopment with PolicyAPI in docs The architecture documentation refers to PolicyDevelopment rather than PolicyAPI, this commit corrects the documentation. Also the draw.io xml files are removed because draw.io can open the svg files directly. Issue-ID: POLICY-3866 Change-Id: I8b9c04ffb248a260b69b2c956191e8b1c6482e55 Signed-off-by: liamfallon --- integration/src/release_scripts/getReleaseData.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration') diff --git a/integration/src/release_scripts/getReleaseData.sh b/integration/src/release_scripts/getReleaseData.sh index 4afd1bd9..ff0df042 100755 --- a/integration/src/release_scripts/getReleaseData.sh +++ b/integration/src/release_scripts/getReleaseData.sh @@ -140,7 +140,7 @@ update_repos() { get_tags() { echo "Repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images" - echo "repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images" > "$release_data_file" + echo "Repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images" > "$release_data_file" for repo in "${pf_repos[@]}" do latest_snapshot_tag=$(mvn -f "$repo_location/$repo" clean | \ -- cgit 1.2.3-korg