updated version to fix pom

This commit is contained in:
gwildor28 2016-04-14 17:44:18 +01:00
parent 685d093cff
commit e821abdb1b
2 changed files with 2 additions and 4 deletions

View File

@ -29,8 +29,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>mutex</artifactId>
<dependencies>

View File

@ -29,8 +29,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>semaphore</artifactId>
<dependencies>