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