Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 31, 2023
1 parent a195651 commit f1905db
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion boundary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-boundary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-openrpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-extension-openrpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<name>JSON RPC</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sample/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc-sample</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-sample-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sample/json-rpc-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc-sample</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-sample-json-rpc-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sample/payara/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc-sample</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-sample-payara</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sample/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc-sample</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-sample-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-integration-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-spring-integration-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-integration-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-spring-integration-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json.rpc</groupId>
<artifactId>json-rpc</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>json-rpc-tck</artifactId>
Expand Down

0 comments on commit f1905db

Please sign in to comment.