Skip to content

Commit da67914

Browse files
committed
bump up version
1 parent 8b75638 commit da67914

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

examples/backward-compatible/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>1.0-SNAPSHOT</version>
99

1010
<properties>
11-
<playtest.version>0.0.4</playtest.version>
11+
<playtest.version>0.0.5</playtest.version>
1212
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
1313
<java.version>21</java.version>
1414
<kotlin.version>2.0.20</kotlin.version>

examples/simple-api-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Simple API Test</name>
1010

1111
<properties>
12-
<playtest.version>0.0.4</playtest.version>
12+
<playtest.version>0.0.5</playtest.version>
1313
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
1414
<java.version>21</java.version>
1515
<kotlin.version>2.0.20</kotlin.version>

playtest-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>playtest2</artifactId>
77
<groupId>com.uzabase.playtest2</groupId>
8-
<version>0.0.4</version>
8+
<version>0.0.5</version>
99
</parent>
1010

1111
<artifactId>playtest-core</artifactId>
12-
<version>0.0.4</version>
12+
<version>0.0.5</version>
1313

1414
<name>Playtest Core</name>
1515

playtest-http/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>playtest2</artifactId>
77
<groupId>com.uzabase.playtest2</groupId>
8-
<version>0.0.4</version>
8+
<version>0.0.5</version>
99
</parent>
1010

1111
<artifactId>playtest-http</artifactId>
12-
<version>0.0.4</version>
12+
<version>0.0.5</version>
1313

1414
<name>Playtest HTTP</name>
1515

playtest-jdbc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>playtest2</artifactId>
77
<groupId>com.uzabase.playtest2</groupId>
8-
<version>0.0.4</version>
8+
<version>0.0.5</version>
99
</parent>
1010

1111
<artifactId>playtest-jdbc</artifactId>
12-
<version>0.0.4</version>
12+
<version>0.0.5</version>
1313

1414
<name>Playtest JDBC</name>
1515

playtest-wiremock/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>playtest2</artifactId>
77
<groupId>com.uzabase.playtest2</groupId>
8-
<version>0.0.4</version>
8+
<version>0.0.5</version>
99
</parent>
1010

1111
<artifactId>playtest-wiremock</artifactId>
12-
<version>0.0.4</version>
12+
<version>0.0.5</version>
1313

1414
<name>Playtest WireMock</name>
1515

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.uzabase.playtest2</groupId>
44
<artifactId>playtest2</artifactId>
5-
<version>0.0.4</version>
5+
<version>0.0.5</version>
66
<name>Playtest2</name>
77
<description>Next generation of Playtest</description>
88
<url>https://github.com/uzabase/playtest2</url>

0 commit comments

Comments
 (0)