From 2425f8ac6936ba7d167d572dc82418db7c78c88b Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Tue, 14 Mar 2023 14:20:03 -0700 Subject: [PATCH] Prepare for 2.1.1.Final release Signed-off-by: James R. Perkins --- config/pom.xml | 2 +- context-propagation/pom.xml | 2 +- galleon-pack/common/pom.xml | 2 +- galleon-pack/galleon-feature-pack/pom.xml | 2 +- galleon-pack/galleon-preview-feature-pack/pom.xml | 2 +- galleon-pack/pom.xml | 2 +- pom.xml | 2 +- rest-client-base/pom.xml | 2 +- rest-client/pom.xml | 2 +- resteasy-microprofile-bom/pom.xml | 2 +- resteasy-microprofile-test-bom/pom.xml | 2 +- testsuite/integration-tests/pom.xml | 2 +- testsuite/microprofile-rest-client-tck/pom.xml | 2 +- testsuite/pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config/pom.xml b/config/pom.xml index d5e9eea..c077141 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ resteasy-microprofile-parent org.jboss.resteasy.microprofile - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0 diff --git a/context-propagation/pom.xml b/context-propagation/pom.xml index 8cce39f..89ed7da 100644 --- a/context-propagation/pom.xml +++ b/context-propagation/pom.xml @@ -24,7 +24,7 @@ org.jboss.resteasy.microprofile resteasy-microprofile-parent - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0 diff --git a/galleon-pack/common/pom.xml b/galleon-pack/common/pom.xml index fe2a64b..58c2eb2 100644 --- a/galleon-pack/common/pom.xml +++ b/galleon-pack/common/pom.xml @@ -25,7 +25,7 @@ org.jboss.resteasy.microprofile galleon-pack - 2.1.1.Final-SNAPSHOT + 2.1.1.Final galleon-feature-pack-common diff --git a/galleon-pack/galleon-feature-pack/pom.xml b/galleon-pack/galleon-feature-pack/pom.xml index f3dc852..7d49725 100644 --- a/galleon-pack/galleon-feature-pack/pom.xml +++ b/galleon-pack/galleon-feature-pack/pom.xml @@ -24,7 +24,7 @@ org.jboss.resteasy.microprofile galleon-pack - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0 diff --git a/galleon-pack/galleon-preview-feature-pack/pom.xml b/galleon-pack/galleon-preview-feature-pack/pom.xml index 90c5170..c90c716 100644 --- a/galleon-pack/galleon-preview-feature-pack/pom.xml +++ b/galleon-pack/galleon-preview-feature-pack/pom.xml @@ -24,7 +24,7 @@ org.jboss.resteasy.microprofile galleon-pack - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0 diff --git a/galleon-pack/pom.xml b/galleon-pack/pom.xml index 64d9cb8..625c8fc 100644 --- a/galleon-pack/pom.xml +++ b/galleon-pack/pom.xml @@ -25,7 +25,7 @@ org.jboss.resteasy.microprofile resteasy-microprofile-parent - 2.1.1.Final-SNAPSHOT + 2.1.1.Final galleon-pack diff --git a/pom.xml b/pom.xml index 8329f54..cd7c79d 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.jboss.resteasy.microprofile resteasy-microprofile-parent - 2.1.1.Final-SNAPSHOT + 2.1.1.Final pom https://jboss.org/resteasy diff --git a/rest-client-base/pom.xml b/rest-client-base/pom.xml index 873b136..202cc57 100644 --- a/rest-client-base/pom.xml +++ b/rest-client-base/pom.xml @@ -24,7 +24,7 @@ org.jboss.resteasy.microprofile resteasy-microprofile-parent - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0 diff --git a/rest-client/pom.xml b/rest-client/pom.xml index b689509..a767480 100644 --- a/rest-client/pom.xml +++ b/rest-client/pom.xml @@ -24,7 +24,7 @@ resteasy-microprofile-parent org.jboss.resteasy.microprofile - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0 diff --git a/resteasy-microprofile-bom/pom.xml b/resteasy-microprofile-bom/pom.xml index aa94e96..2891a4c 100644 --- a/resteasy-microprofile-bom/pom.xml +++ b/resteasy-microprofile-bom/pom.xml @@ -24,7 +24,7 @@ org.jboss.resteasy.microprofile resteasy-microprofile-parent - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0 diff --git a/resteasy-microprofile-test-bom/pom.xml b/resteasy-microprofile-test-bom/pom.xml index 8275393..9f9a9b5 100644 --- a/resteasy-microprofile-test-bom/pom.xml +++ b/resteasy-microprofile-test-bom/pom.xml @@ -24,7 +24,7 @@ org.jboss.resteasy.microprofile resteasy-microprofile-parent - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0 diff --git a/testsuite/integration-tests/pom.xml b/testsuite/integration-tests/pom.xml index 6a895ed..e11636a 100644 --- a/testsuite/integration-tests/pom.xml +++ b/testsuite/integration-tests/pom.xml @@ -24,7 +24,7 @@ testsuite org.jboss.resteasy.microprofile - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0 diff --git a/testsuite/microprofile-rest-client-tck/pom.xml b/testsuite/microprofile-rest-client-tck/pom.xml index 4f43f58..a484c49 100644 --- a/testsuite/microprofile-rest-client-tck/pom.xml +++ b/testsuite/microprofile-rest-client-tck/pom.xml @@ -24,7 +24,7 @@ testsuite org.jboss.resteasy.microprofile - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0 diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 7266e87..e0a5c39 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -24,7 +24,7 @@ resteasy-microprofile-parent org.jboss.resteasy.microprofile - 2.1.1.Final-SNAPSHOT + 2.1.1.Final 4.0.0