From 997b267c8c1bccc7820bf885b19e1bc57bf556ba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Apr 2023 14:47:37 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 1.0.2 --- deployment/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 6 +++++- runtime/pom.xml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index 14df40b..93c6689 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.shardingsphere quarkus-shardingsphere-jdbc-parent - 1.x-999-SNAPSHOT + 1.0.2 quarkus-shardingsphere-jdbc-deployment Quarkus - Shardingsphere Jdbc - Deployment diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index dde1479..32b01e5 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.shardingsphere quarkus-shardingsphere-jdbc-parent - 1.x-999-SNAPSHOT + 1.0.2 quarkus-shardingsphere-jdbc-integration-tests Quarkus - Shardingsphere Jdbc - Integration Tests diff --git a/pom.xml b/pom.xml index cc49ab8..8f160ea 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.shardingsphere quarkus-shardingsphere-jdbc-parent - 1.x-999-SNAPSHOT + 1.0.2 pom Quarkus - Shardingsphere Jdbc - Parent @@ -81,4 +81,8 @@ + + + 1.0.2 + diff --git a/runtime/pom.xml b/runtime/pom.xml index 50b3062..6038707 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.shardingsphere quarkus-shardingsphere-jdbc-parent - 1.x-999-SNAPSHOT + 1.0.2 quarkus-shardingsphere-jdbc Quarkus - Shardingsphere Jdbc - Runtime