Skip to content

Commit 685d093

Browse files
committed
added relative paths to pom in mutex/semaphore
1 parent ca8be7c commit 685d093

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mutex/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<groupId>com.iluwatar</groupId>
3131
<artifactId>java-design-patterns</artifactId>
3232
<version>1.11.0-SNAPSHOT</version>
33+
<relativePath>../pom.xml</relativePath>
3334
</parent>
3435
<artifactId>mutex</artifactId>
3536
<dependencies>

semaphore/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<groupId>com.iluwatar</groupId>
3131
<artifactId>java-design-patterns</artifactId>
3232
<version>1.11.0-SNAPSHOT</version>
33+
<relativePath>../pom.xml</relativePath>
3334
</parent>
3435
<artifactId>semaphore</artifactId>
3536
<dependencies>

0 commit comments

Comments
 (0)