From a9a68135eac81e9d96f7a6498699f57622531169 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Wed, 11 Mar 2020 00:23:58 -0400 Subject: [PATCH] Tweak README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86a1e79..abd938b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ #gCube Dependency Walker Pipeline Given a Jenkins project P: - navigate the maven modules built by P - - return the list of projects that have modules depend on each maven module in P + - return the list of projects that have modules depending on each maven module in P Given a maven module's coordinates: - - return the list of Jenkins projects that have modules depend on the input maven module + - return the list of Jenkins projects that have modules depending on the input maven module ## Requirements