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