From 685d093cff803609c25d35e58bf663c55262c2fa Mon Sep 17 00:00:00 2001 From: gwildor28 Date: Thu, 14 Apr 2016 17:33:52 +0100 Subject: [PATCH] added relative paths to pom in mutex/semaphore --- mutex/pom.xml | 1 + semaphore/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/mutex/pom.xml b/mutex/pom.xml index 07c2d793c..6e418c1d1 100644 --- a/mutex/pom.xml +++ b/mutex/pom.xml @@ -30,6 +30,7 @@ com.iluwatar java-design-patterns 1.11.0-SNAPSHOT + ../pom.xml mutex diff --git a/semaphore/pom.xml b/semaphore/pom.xml index 14b551a1a..2d0bfb907 100644 --- a/semaphore/pom.xml +++ b/semaphore/pom.xml @@ -30,6 +30,7 @@ com.iluwatar java-design-patterns 1.11.0-SNAPSHOT + ../pom.xml semaphore