From 01603572577081ab8ba27ccd53b431cad3c048df Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 6 Sep 2024 07:46:17 +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 ee3ea7c..a9da9b4 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.chappie quarkus-chappie-parent - 999-SNAPSHOT + 0.0.5 quarkus-chappie-deployment Quarkus Chappie - Deployment diff --git a/docs/pom.xml b/docs/pom.xml index 3a942dc..9e0fea8 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.chappie quarkus-chappie-parent - 999-SNAPSHOT + 0.0.5 ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 651cc23..3ab9e06 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.chappie quarkus-chappie-parent - 999-SNAPSHOT + 0.0.5 quarkus-chappie-integration-tests Quarkus Chappie - Integration Tests diff --git a/pom.xml b/pom.xml index a848b25..d181085 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ io.quarkiverse.chappie quarkus-chappie-parent - 999-SNAPSHOT + 0.0.5 pom Quarkus Chappie - Parent @@ -24,7 +24,7 @@ scm:git:git@github.com:quarkiverse/quarkus-chappie.git scm:git:git@github.com:quarkiverse/quarkus-chappie.git https://github.com/quarkiverse/quarkus-chappie - HEAD + 0.0.5 diff --git a/runtime/pom.xml b/runtime/pom.xml index 0990bda..3452a2a 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.chappie quarkus-chappie-parent - 999-SNAPSHOT + 0.0.5 quarkus-chappie Quarkus Chappie - Runtime diff --git a/sample/pom.xml b/sample/pom.xml index cd0eb60..7468e58 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.chappie quarkus-chappie-parent - 999-SNAPSHOT + 0.0.5 quarkus-chappie-sample Quarkus Chappie - Sample