diff --git a/demo/app1/pom.xml b/demo/app1/pom.xml index fa08cec..4b1d185 100644 --- a/demo/app1/pom.xml +++ b/demo/app1/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.dapr quarkus-dapr-demo-parent - 1.0.1-SNAPSHOT + 1.0.1 quarkus-dapr-demo-app1 Quarkus - Dapr - Demo - App1 diff --git a/demo/app2/pom.xml b/demo/app2/pom.xml index b5bd70e..4681136 100644 --- a/demo/app2/pom.xml +++ b/demo/app2/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.dapr quarkus-dapr-demo-parent - 1.0.1-SNAPSHOT + 1.0.1 quarkus-dapr-demo-app2 Quarkus - Dapr - Demo - App2 diff --git a/demo/pom.xml b/demo/pom.xml index 7073e6d..0960727 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -4,10 +4,10 @@ io.quarkiverse.dapr quarkus-dapr-parent - 1.0.1-SNAPSHOT + 1.0.1 quarkus-dapr-demo-parent - 1.0.1-SNAPSHOT + 1.0.1 pom Quarkus - Dapr - Demo diff --git a/deployment/pom.xml b/deployment/pom.xml index ade6ebb..d194f1c 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.dapr quarkus-dapr-parent - 1.0.1-SNAPSHOT + 1.0.1 quarkus-dapr-deployment Quarkus - Dapr - Deployment diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index a0dcc76..5db37b3 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.dapr quarkus-dapr-parent - 1.0.1-SNAPSHOT + 1.0.1 quarkus-dapr-integration-tests Quarkus - Dapr - Integration Tests diff --git a/pom.xml b/pom.xml index c40a930..657a5cb 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.dapr quarkus-dapr-parent - 1.0.1-SNAPSHOT + 1.0.1 pom Quarkus - Dapr - Parent @@ -85,4 +85,8 @@ + + + 1.0.1 + diff --git a/runtime/pom.xml b/runtime/pom.xml index 435853b..7a3dabe 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.dapr quarkus-dapr-parent - 1.0.1-SNAPSHOT + 1.0.1 quarkus-dapr Quarkus - Dapr - Runtime