From 332cc2ae83efd25784897040568c862fac2b6e6d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 22 Aug 2024 07:44:55 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 0.0.5 --- deployment/pom.xml | 2 +- docs/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 4 ++-- runtime/pom.xml | 2 +- sample/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index 08902cc..5de26e3 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.json-rpc quarkus-json-rpc-parent - 999-SNAPSHOT + 0.0.5 quarkus-json-rpc-deployment Quarkus Json Rpc - Deployment diff --git a/docs/pom.xml b/docs/pom.xml index 26c47f7..5700afa 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.json-rpc quarkus-json-rpc-parent - 999-SNAPSHOT + 0.0.5 ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index a78c403..6e4e295 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.json-rpc quarkus-json-rpc-parent - 999-SNAPSHOT + 0.0.5 quarkus-json-rpc-integration-tests Quarkus Json Rpc - Integration Tests diff --git a/pom.xml b/pom.xml index 57a6534..7ab1888 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ io.quarkiverse.json-rpc quarkus-json-rpc-parent - 999-SNAPSHOT + 0.0.5 pom Quarkus Json Rpc - Parent @@ -24,7 +24,7 @@ scm:git:git@github.com:quarkiverse/quarkus-json-rpc.git scm:git:git@github.com:quarkiverse/quarkus-json-rpc.git https://github.com/quarkiverse/quarkus-json-rpc - HEAD + 0.0.5 diff --git a/runtime/pom.xml b/runtime/pom.xml index ff98cd3..779fe40 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.json-rpc quarkus-json-rpc-parent - 999-SNAPSHOT + 0.0.5 quarkus-json-rpc Quarkus Json Rpc - Runtime diff --git a/sample/pom.xml b/sample/pom.xml index 8c65b0e..d7f3aaf 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.json-rpc quarkus-json-rpc-parent - 999-SNAPSHOT + 0.0.5 quarkus-json-rpc-sample Quarkus Json Rpc - Sample