From 1f79d441e1f6f40eefcb02771afa78f74e2f4c27 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Aug 2022 07:20:20 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 1.0.2 --- demo/app1/pom.xml | 2 +- demo/app2/pom.xml | 2 +- demo/pom.xml | 4 ++-- deployment/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 6 +++++- runtime/pom.xml | 2 +- 7 files changed, 12 insertions(+), 8 deletions(-) diff --git a/demo/app1/pom.xml b/demo/app1/pom.xml index 54ec4ef..b4f83de 100644 --- a/demo/app1/pom.xml +++ b/demo/app1/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.dapr quarkus-dapr-demo-parent - 1.0.2-SNAPSHOT + 1.0.2 quarkus-dapr-demo-app1 Quarkus - Dapr - Demo - App1 diff --git a/demo/app2/pom.xml b/demo/app2/pom.xml index 217b9f3..594feac 100644 --- a/demo/app2/pom.xml +++ b/demo/app2/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.dapr quarkus-dapr-demo-parent - 1.0.2-SNAPSHOT + 1.0.2 quarkus-dapr-demo-app2 Quarkus - Dapr - Demo - App2 diff --git a/demo/pom.xml b/demo/pom.xml index c70d10c..c432a04 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -4,10 +4,10 @@ io.quarkiverse.dapr quarkus-dapr-parent - 1.0.2-SNAPSHOT + 1.0.2 quarkus-dapr-demo-parent - 1.0.2-SNAPSHOT + 1.0.2 pom Quarkus - Dapr - Demo diff --git a/deployment/pom.xml b/deployment/pom.xml index ad542e7..1365708 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.dapr quarkus-dapr-parent - 1.0.2-SNAPSHOT + 1.0.2 quarkus-dapr-deployment Quarkus - Dapr - Deployment diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 88368d7..86cc8c5 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.dapr quarkus-dapr-parent - 1.0.2-SNAPSHOT + 1.0.2 quarkus-dapr-integration-tests Quarkus - Dapr - Integration Tests diff --git a/pom.xml b/pom.xml index 267602a..1276b96 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.dapr quarkus-dapr-parent - 1.0.2-SNAPSHOT + 1.0.2 pom Quarkus - Dapr - Parent @@ -85,4 +85,8 @@ + + + 1.0.2 + diff --git a/runtime/pom.xml b/runtime/pom.xml index 8fe82f5..6fe4497 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.dapr quarkus-dapr-parent - 1.0.2-SNAPSHOT + 1.0.2 quarkus-dapr Quarkus - Dapr - Runtime