added relative paths to pom in mutex/semaphore

This commit is contained in:
gwildor28 2016-04-14 17:33:52 +01:00
parent ca8be7c43e
commit 685d093cff
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>