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

@ -45,7 +45,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.25.0</version>
<version>1.26.0-SNAPSHOT</version>
</parent>
<artifactId>page-object</artifactId>
<packaging>pom</packaging>

View File

@ -28,7 +28,7 @@
<parent>
<artifactId>page-object</artifactId>
<groupId>com.iluwatar</groupId>
<version>1.25.0</version>
<version>1.26.0-SNAPSHOT</version>
</parent>
<artifactId>sample-application</artifactId>
</project>

View File

@ -28,7 +28,7 @@
<parent>
<artifactId>page-object</artifactId>
<groupId>com.iluwatar</groupId>
<version>1.25.0</version>
<version>1.26.0-SNAPSHOT</version>
</parent>
<artifactId>test-automation</artifactId>
<dependencies>