Set version number for milestone 1.24.0

This commit is contained in:
Ilkka Seppälä
2021-04-05 14:56:36 +03:00
parent 965d38f139
commit 1222f12b99
151 changed files with 156 additions and 156 deletions

View File

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