added relative paths to pom in mutex/semaphore
This commit is contained in:
parent
ca8be7c43e
commit
685d093cff
@ -30,6 +30,7 @@
|
|||||||
<groupId>com.iluwatar</groupId>
|
<groupId>com.iluwatar</groupId>
|
||||||
<artifactId>java-design-patterns</artifactId>
|
<artifactId>java-design-patterns</artifactId>
|
||||||
<version>1.11.0-SNAPSHOT</version>
|
<version>1.11.0-SNAPSHOT</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>mutex</artifactId>
|
<artifactId>mutex</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
<groupId>com.iluwatar</groupId>
|
<groupId>com.iluwatar</groupId>
|
||||||
<artifactId>java-design-patterns</artifactId>
|
<artifactId>java-design-patterns</artifactId>
|
||||||
<version>1.11.0-SNAPSHOT</version>
|
<version>1.11.0-SNAPSHOT</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>semaphore</artifactId>
|
<artifactId>semaphore</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user