Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayato-p committed Oct 30, 2024
1 parent 8b75638 commit da67914
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/backward-compatible/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0-SNAPSHOT</version>

<properties>
<playtest.version>0.0.4</playtest.version>
<playtest.version>0.0.5</playtest.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<java.version>21</java.version>
<kotlin.version>2.0.20</kotlin.version>
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Simple API Test</name>

<properties>
<playtest.version>0.0.4</playtest.version>
<playtest.version>0.0.5</playtest.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<java.version>21</java.version>
<kotlin.version>2.0.20</kotlin.version>
Expand Down
4 changes: 2 additions & 2 deletions playtest-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>playtest2</artifactId>
<groupId>com.uzabase.playtest2</groupId>
<version>0.0.4</version>
<version>0.0.5</version>
</parent>

<artifactId>playtest-core</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>

<name>Playtest Core</name>

Expand Down
4 changes: 2 additions & 2 deletions playtest-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>playtest2</artifactId>
<groupId>com.uzabase.playtest2</groupId>
<version>0.0.4</version>
<version>0.0.5</version>
</parent>

<artifactId>playtest-http</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>

<name>Playtest HTTP</name>

Expand Down
4 changes: 2 additions & 2 deletions playtest-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>playtest2</artifactId>
<groupId>com.uzabase.playtest2</groupId>
<version>0.0.4</version>
<version>0.0.5</version>
</parent>

<artifactId>playtest-jdbc</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>

<name>Playtest JDBC</name>

Expand Down
4 changes: 2 additions & 2 deletions playtest-wiremock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>playtest2</artifactId>
<groupId>com.uzabase.playtest2</groupId>
<version>0.0.4</version>
<version>0.0.5</version>
</parent>

<artifactId>playtest-wiremock</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>

<name>Playtest WireMock</name>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.uzabase.playtest2</groupId>
<artifactId>playtest2</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<name>Playtest2</name>
<description>Next generation of Playtest</description>
<url>https://github.com/uzabase/playtest2</url>
Expand Down

0 comments on commit da67914

Please sign in to comment.