Set version number for next development iteration

This commit is contained in:
Ilkka Seppala
2015-12-02 23:26:07 +02:00
parent f018d13c39
commit e709a196bd
69 changed files with 72 additions and 72 deletions

View File

@ -3,7 +3,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>double-checked-locking</artifactId>
<dependencies>