Set version for the next development iteration

This commit is contained in:
Ilkka Seppälä
2021-11-11 21:49:55 +02:00
parent 925755fa35
commit 2674cb9523
157 changed files with 162 additions and 162 deletions

View File

@ -32,11 +32,11 @@
<parent>
<artifactId>java-design-patterns</artifactId>
<groupId>com.iluwatar</groupId>
<version>1.25.0</version>
<version>1.26.0-SNAPSHOT</version>
</parent>
<groupId>com.iluwatar</groupId>
<artifactId>model-view-viewmodel</artifactId>
<version>1.25.0</version>
<version>1.26.0-SNAPSHOT</version>
<properties>
<zk.version>9.0.0</zk.version>
<guava.version>19.0</guava.version>