From becd50f3debf6b147615517642ae9a40887d4b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 28 Sep 2023 01:03:51 +0800 Subject: [PATCH] Bump the version to 3.1.0 #147 --- pom.xml | 2 +- resteasy-spring-bom/pom.xml | 2 +- resteasy-spring-feature-pack/common/pom.xml | 2 +- resteasy-spring-feature-pack/galleon-feature-pack/pom.xml | 2 +- .../galleon-preview-feature-pack/pom.xml | 2 +- resteasy-spring-feature-pack/pom.xml | 2 +- resteasy-spring-test-bom/pom.xml | 2 +- resteasy-spring-web/pom.xml | 2 +- resteasy-spring/pom.xml | 2 +- resteasy-undertow-spring/pom.xml | 2 +- testsuite/integration-tests-spring-web/deployment/pom.xml | 2 +- testsuite/integration-tests-spring-web/pom.xml | 2 +- testsuite/integration-tests-spring/deployment/pom.xml | 2 +- testsuite/integration-tests-spring/inmodule/pom.xml | 2 +- testsuite/integration-tests-spring/pom.xml | 2 +- testsuite/integration-tests-spring/unit/pom.xml | 2 +- testsuite/pom.xml | 2 +- testsuite/shared/pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 308589d..c019b64 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.jboss.resteasy.spring resteasy-spring-parent - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT pom diff --git a/resteasy-spring-bom/pom.xml b/resteasy-spring-bom/pom.xml index a01448e..222a2c9 100644 --- a/resteasy-spring-bom/pom.xml +++ b/resteasy-spring-bom/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy.spring resteasy-spring-parent - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/resteasy-spring-feature-pack/common/pom.xml b/resteasy-spring-feature-pack/common/pom.xml index 8117f33..fe26e03 100644 --- a/resteasy-spring-feature-pack/common/pom.xml +++ b/resteasy-spring-feature-pack/common/pom.xml @@ -24,7 +24,7 @@ org.jboss.resteasy.spring resteasy-spring-feature-pack - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT 4.0.0 diff --git a/resteasy-spring-feature-pack/galleon-feature-pack/pom.xml b/resteasy-spring-feature-pack/galleon-feature-pack/pom.xml index 2b84bb3..cc51968 100644 --- a/resteasy-spring-feature-pack/galleon-feature-pack/pom.xml +++ b/resteasy-spring-feature-pack/galleon-feature-pack/pom.xml @@ -24,7 +24,7 @@ org.jboss.resteasy.spring resteasy-spring-feature-pack - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT 4.0.0 diff --git a/resteasy-spring-feature-pack/galleon-preview-feature-pack/pom.xml b/resteasy-spring-feature-pack/galleon-preview-feature-pack/pom.xml index 508815b..680325a 100644 --- a/resteasy-spring-feature-pack/galleon-preview-feature-pack/pom.xml +++ b/resteasy-spring-feature-pack/galleon-preview-feature-pack/pom.xml @@ -24,7 +24,7 @@ org.jboss.resteasy.spring resteasy-spring-feature-pack - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT 4.0.0 diff --git a/resteasy-spring-feature-pack/pom.xml b/resteasy-spring-feature-pack/pom.xml index 8bf2012..101ed4b 100644 --- a/resteasy-spring-feature-pack/pom.xml +++ b/resteasy-spring-feature-pack/pom.xml @@ -24,7 +24,7 @@ org.jboss.resteasy.spring resteasy-spring-parent - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/resteasy-spring-test-bom/pom.xml b/resteasy-spring-test-bom/pom.xml index 18f6158..3d33352 100644 --- a/resteasy-spring-test-bom/pom.xml +++ b/resteasy-spring-test-bom/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy.spring resteasy-spring-parent - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/resteasy-spring-web/pom.xml b/resteasy-spring-web/pom.xml index 107c72e..f249583 100644 --- a/resteasy-spring-web/pom.xml +++ b/resteasy-spring-web/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy.spring resteasy-spring-parent - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml diff --git a/resteasy-spring/pom.xml b/resteasy-spring/pom.xml index 7800a35..3893727 100644 --- a/resteasy-spring/pom.xml +++ b/resteasy-spring/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy.spring resteasy-spring-parent - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml diff --git a/resteasy-undertow-spring/pom.xml b/resteasy-undertow-spring/pom.xml index 3e82105..276ebc7 100755 --- a/resteasy-undertow-spring/pom.xml +++ b/resteasy-undertow-spring/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy.spring resteasy-spring-parent - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/testsuite/integration-tests-spring-web/deployment/pom.xml b/testsuite/integration-tests-spring-web/deployment/pom.xml index 602be85..1cf5429 100644 --- a/testsuite/integration-tests-spring-web/deployment/pom.xml +++ b/testsuite/integration-tests-spring-web/deployment/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy.spring resteasy-integration-tests-spring-web - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring-web/pom.xml b/testsuite/integration-tests-spring-web/pom.xml index 6ca4d77..1c4d785 100644 --- a/testsuite/integration-tests-spring-web/pom.xml +++ b/testsuite/integration-tests-spring-web/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy.spring resteasy-spring-testsuite - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring/deployment/pom.xml b/testsuite/integration-tests-spring/deployment/pom.xml index e6e3035..2944de5 100644 --- a/testsuite/integration-tests-spring/deployment/pom.xml +++ b/testsuite/integration-tests-spring/deployment/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy.spring resteasy-integration-tests-spring - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring/inmodule/pom.xml b/testsuite/integration-tests-spring/inmodule/pom.xml index 9b186a2..af90ae0 100644 --- a/testsuite/integration-tests-spring/inmodule/pom.xml +++ b/testsuite/integration-tests-spring/inmodule/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy.spring resteasy-integration-tests-spring - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring/pom.xml b/testsuite/integration-tests-spring/pom.xml index bd5fe8d..5be0491 100644 --- a/testsuite/integration-tests-spring/pom.xml +++ b/testsuite/integration-tests-spring/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy.spring resteasy-spring-testsuite - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring/unit/pom.xml b/testsuite/integration-tests-spring/unit/pom.xml index e6c10ec..bfe3dbf 100644 --- a/testsuite/integration-tests-spring/unit/pom.xml +++ b/testsuite/integration-tests-spring/unit/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy.spring resteasy-integration-tests-spring - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml diff --git a/testsuite/pom.xml b/testsuite/pom.xml index a2d7813..84de7ce 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy.spring resteasy-spring-parent - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/testsuite/shared/pom.xml b/testsuite/shared/pom.xml index aa4a39e..5282dc6 100644 --- a/testsuite/shared/pom.xml +++ b/testsuite/shared/pom.xml @@ -5,7 +5,7 @@ resteasy-spring-testsuite org.jboss.resteasy.spring - 3.0.5-SNAPSHOT + 3.1.0-SNAPSHOT 4.0.0