From 9c44170c4cd6a5c52c7b4531a8d9c6086e7705d1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 1 Jun 2023 13:21:37 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 2.0.2 --- 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 6391408..487cc37 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.poi quarkus-poi-parent - 999-SNAPSHOT + 2.0.2 quarkus-poi-deployment Quarkus POI - Deployment diff --git a/docs/pom.xml b/docs/pom.xml index 773a8dd..48aacdc 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.poi quarkus-poi-parent - 999-SNAPSHOT + 2.0.2 ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index fb8641d..91dfdcb 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.poi quarkus-poi-parent - 999-SNAPSHOT + 2.0.2 quarkus-poi-integration-tests Quarkus POI - Integration Tests diff --git a/pom.xml b/pom.xml index 7751607..b66c952 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.poi quarkus-poi-parent - 999-SNAPSHOT + 2.0.2 pom Quarkus POI - Parent @@ -76,4 +76,8 @@ + + + 2.0.2 + diff --git a/runtime/pom.xml b/runtime/pom.xml index 8bd5241..e202d28 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.poi quarkus-poi-parent - 999-SNAPSHOT + 2.0.2 quarkus-poi Quarkus POI - Runtime