From 886a0af36fcf7636e9ab77f304aeefe024c702c2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 28 Oct 2021 20:18:18 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 1.0.0 --- deployment/pom.xml | 5 ++--- integration-tests/pom.xml | 5 ++--- pom.xml | 9 ++++++--- runtime/pom.xml | 5 ++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index 0300ba0..2906101 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 io.quarkiverse.jackson-jq quarkus-jackson-jq-parent - 1.0.0-SNAPSHOT + 1.0.0 quarkus-jackson-jq-deployment Quarkus - Jackson Jq - Deployment diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 95e9c1c..72e0f1e 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 io.quarkiverse.jackson-jq quarkus-jackson-jq-parent - 1.0.0-SNAPSHOT + 1.0.0 quarkus-jackson-jq-integration-tests Quarkus - Jackson Jq - Integration Tests diff --git a/pom.xml b/pom.xml index d5bdb0e..ccefc64 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 io.quarkiverse @@ -9,7 +8,7 @@ io.quarkiverse.jackson-jq quarkus-jackson-jq-parent - 1.0.0-SNAPSHOT + 1.0.0 pom Quarkus - Jackson Jq - Parent @@ -66,4 +65,8 @@ + + + 1.0.0 + diff --git a/runtime/pom.xml b/runtime/pom.xml index ae49b92..92f6a42 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 io.quarkiverse.jackson-jq quarkus-jackson-jq-parent - 1.0.0-SNAPSHOT + 1.0.0 quarkus-jackson-jq Quarkus - Jackson Jq - Runtime