From d620e92d456ce8fb9a48d689c852a2b1c035feca Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Mon, 9 Dec 2019 11:49:27 +0000 Subject: [PATCH] Prevent versions from being treated as numbers: 1.10 != 1.1 --- eclipse.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eclipse.yaml b/eclipse.yaml index cff56c1..072c731 100644 --- a/eclipse.yaml +++ b/eclipse.yaml @@ -12,13 +12,13 @@ data: - MIT dependencies: - buildrequires: - tycho: [1.4] - eclipse: [latest] - platform: [-f28,-f29] + tycho: ["1.4"] + eclipse: ["latest"] + platform: ["-f28", "-f29"] requires: - ant: [1.10] - maven: [3.5] - platform: [-f28,-f29] + ant: ["1.10"] + maven: ["3.5"] + platform: ["-f28", "-f29"] profiles: everything: rpms: