From c76eb17f87617534a9d52764ad676214153f3cf9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 12 Apr 2023 17:40:16 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 3.0.0 --- deployment/pom.xml | 2 +- docs/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 6 +++++- runtime/pom.xml | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index f9345f0..8116498 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.jgit quarkus-jgit-parent - 999-SNAPSHOT + 3.0.0 quarkus-jgit-deployment Quarkus - JGit - Deployment diff --git a/docs/pom.xml b/docs/pom.xml index d09f0e1..f6a33c6 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.jgit quarkus-jgit-parent - 999-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 2b8ee36..b3763a4 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.jgit quarkus-jgit-parent - 999-SNAPSHOT + 3.0.0 quarkus-jgit-integration-tests Quarkus - JGit - Integration Tests diff --git a/pom.xml b/pom.xml index 7c423e2..0f5ee5e 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.jgit quarkus-jgit-parent - 999-SNAPSHOT + 3.0.0 pom Quarkus - JGit - Parent @@ -74,4 +74,8 @@ + + + 3.0.0 + diff --git a/runtime/pom.xml b/runtime/pom.xml index adcdae8..b6ed42d 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.jgit quarkus-jgit-parent - 999-SNAPSHOT + 3.0.0 quarkus-jgit Quarkus - JGit - Runtime