Skip to content

Commit e821abd

Browse files
committed
updated version to fix pom
1 parent 685d093 commit e821abd

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

mutex/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
<parent>
3030
<groupId>com.iluwatar</groupId>
3131
<artifactId>java-design-patterns</artifactId>
32-
<version>1.11.0-SNAPSHOT</version>
33-
<relativePath>../pom.xml</relativePath>
32+
<version>1.12.0-SNAPSHOT</version>
3433
</parent>
3534
<artifactId>mutex</artifactId>
3635
<dependencies>

semaphore/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
<parent>
3030
<groupId>com.iluwatar</groupId>
3131
<artifactId>java-design-patterns</artifactId>
32-
<version>1.11.0-SNAPSHOT</version>
33-
<relativePath>../pom.xml</relativePath>
32+
<version>1.12.0-SNAPSHOT</version>
3433
</parent>
3534
<artifactId>semaphore</artifactId>
3635
<dependencies>

0 commit comments

Comments
 (0)