Skip to content

Commit e3b6ae1

Browse files
committed
Update for next development version
1 parent 74fbddd commit e3b6ae1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pogen4selenium-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.toolisticon.pogen4selenium</groupId>
1111
<artifactId>pogen4selenium</artifactId>
12-
<version>0.12.0</version>
12+
<version>0.12.1-SNAPSHOT</version>
1313
</parent>
1414

1515
<name>pogen4selenium-api</name>

pogen4selenium-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.toolisticon.pogen4selenium</groupId>
1111
<artifactId>pogen4selenium</artifactId>
12-
<version>0.12.0</version>
12+
<version>0.12.1-SNAPSHOT</version>
1313
</parent>
1414

1515
<name>pogen4selenium-example</name>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.toolisticon.pogen4selenium</groupId>
3535
<artifactId>pogen4selenium-api</artifactId>
36-
<version>0.12.0</version>
36+
<version>0.12.1-SNAPSHOT</version>
3737
</dependency>
3838

3939
<dependency>

pogen4selenium-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.toolisticon.pogen4selenium</groupId>
1111
<artifactId>pogen4selenium</artifactId>
12-
<version>0.12.0</version>
12+
<version>0.12.1-SNAPSHOT</version>
1313
</parent>
1414

1515
<name>pogen4selenium-processor</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.toolisticon.pogen4selenium</groupId>
55
<artifactId>pogen4selenium</artifactId>
6-
<version>0.12.0</version>
6+
<version>0.12.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>pogen4selenium</name>
99
<description>Please refer to https://github.com/toolisticon/pogen4selenium</description>

0 commit comments

Comments
 (0)