Skip to content

Commit

Permalink
bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-toepfer committed Jun 13, 2024
1 parent 2117a4a commit 34e5099
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion benchmark/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.8.1</version>
<version>0.8.2</version>
</parent>

<artifactId>json-rpc-benchmark</artifactId>
Expand Down
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.8.1</version>
<version>0.8.2</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.8.1</version>
<version>0.8.2</version>
</parent>

<artifactId>json-rpc-extension-openrpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/micrometer/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.extension</groupId>
<artifactId>json-rpc-extension</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</parent>

<artifactId>json-rpc-extension-micrometer</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.extension</groupId>
<artifactId>json-rpc-extension</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</parent>

<artifactId>json-rpc-extension-openrpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/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.8.1</version>
<version>0.8.2</version>
</parent>

<groupId>io.github.sebastian-toepfer.json.rpc.extension</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jmeter/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.8.1</version>
<version>0.8.2</version>
</parent>

<artifactId>json-rpc-jmeter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

Expand Down Expand Up @@ -46,7 +46,7 @@
</scm>

<properties>
<project.build.outputTimestamp>2024-06-07T16:22:53Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-13T16:23:14Z</project.build.outputTimestamp>

<maven.compiler.source>17</maven.compiler.source>

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.8.1</version>
<version>0.8.2</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.8.1</version>
<version>0.8.2</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.8.1</version>
<version>0.8.2</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.8.1</version>
<version>0.8.2</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.8.1</version>
<version>0.8.2</version>
</parent>

<artifactId>json-rpc-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sample/quarkus/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.8.1</version>
<version>0.8.2</version>
</parent>

<artifactId>json-rpc-sample-quarkus</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.8.1</version>
<version>0.8.2</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.8.1</version>
<version>0.8.2</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.8.1</version>
<version>0.8.2</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.8.1</version>
<version>0.8.2</version>
</parent>

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

0 comments on commit 34e5099

Please sign in to comment.