From c402fc8151ffce60f99a0f3f6aee115df70f4989 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 12 Apr 2023 18:32:55 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 2.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 e4e6f52..8631a96 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.tika quarkus-tika-parent - 999-SNAPSHOT + 2.0.0 quarkus-tika-deployment Quarkus - Tika - Deployment diff --git a/docs/pom.xml b/docs/pom.xml index b88156a..7180a40 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.tika quarkus-tika-parent - 999-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4b8ccab..00a73ab 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.tika quarkus-tika-parent - 999-SNAPSHOT + 2.0.0 quarkus-tika-integration-tests Quarkus - Tika - Integration Tests diff --git a/pom.xml b/pom.xml index 3cdc635..b7de5fa 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.tika quarkus-tika-parent - 999-SNAPSHOT + 2.0.0 pom Quarkus - Tika - Parent @@ -168,4 +168,8 @@ + + + 2.0.0 + diff --git a/runtime/pom.xml b/runtime/pom.xml index 860c0ea..d961752 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.tika quarkus-tika-parent - 999-SNAPSHOT + 2.0.0 quarkus-tika Quarkus - Tika - Runtime