From fdbec3ac26db9c233c2a3847ff043ee9ce75573e Mon Sep 17 00:00:00 2001 From: gaurav bhatnagar Date: Sun, 2 Jun 2019 12:28:47 +0530 Subject: [PATCH] Dropping deprecated spring.version and using spring.freamwork.version as ref --- spring-boot-project/spring-boot-dependencies/pom.xml | 4 +--- spring-boot-project/spring-boot-docs/pom.xml | 4 ++-- .../spring-boot-loader/src/it/executable-dir/pom.xml | 2 +- .../spring-boot-loader/src/it/executable-jar/pom.xml | 2 +- .../spring-boot-loader/src/it/executable-props-lib/pom.xml | 2 +- .../spring-boot-loader/src/it/executable-props/pom.xml | 2 +- .../spring-boot-loader/src/it/executable-war/pom.xml | 2 +- .../src/it/build-info-additional-properties/pom.xml | 2 +- .../src/it/build-info-custom-file/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/build-info/pom.xml | 2 +- .../src/it/jar-attach-disabled/pom.xml | 2 +- .../src/it/jar-classifier-main-attach-disabled/pom.xml | 2 +- .../src/it/jar-classifier-main/pom.xml | 2 +- .../src/it/jar-classifier-source-attach-disabled/pom.xml | 2 +- .../src/it/jar-classifier-source/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/jar-create-dir/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/jar-custom-dir/pom.xml | 2 +- .../src/it/jar-custom-launcher/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/jar-executable/pom.xml | 2 +- .../src/it/jar-lib-name-conflict/acme-lib/pom.xml | 2 +- .../src/it/jar-non-executable/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/jar-pom/pom.xml | 2 +- .../src/it/jar-system-scope-default/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/jar-system-scope/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml | 2 +- .../src/it/jar-with-kotlin-module/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/jar-with-unpack/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/jar/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/prop/pom.xml | 2 +- .../src/it/run-use-test-classpath/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/war-reactor/war/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/war-with-unpack/pom.xml | 2 +- .../spring-boot-maven-plugin/src/it/war/pom.xml | 2 +- 35 files changed, 36 insertions(+), 38 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 62199c37bfdb..c1ce7aef5b08 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -178,13 +178,11 @@ 1.7.26 1.24 8.0.0 - - 5.2.0.BUILD-SNAPSHOT 2.2.0.M2 4.2.0.M2 2.0.5.RELEASE Moore-BUILD-SNAPSHOT - ${spring.version} + 5.2.0.BUILD-SNAPSHOT 1.0.0.BUILD-SNAPSHOT 5.2.0.M2 2.3.0.M2 diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml index 770844763d6a..b6fb1f62f63f 100644 --- a/spring-boot-project/spring-boot-docs/pom.xml +++ b/spring-boot-project/spring-boot-docs/pom.xml @@ -1444,8 +1444,8 @@ ${spring-security.version} ${spring-ws.version} ${github-tag} - ${spring.version} - ${spring.version} + ${spring-framework.version} + ${spring-framework.version} ${revision} ${project.basedir}/src/ ${project.basedir}/target/generated-resources diff --git a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml index 9ba3e0698354..62ccd436bd42 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml @@ -91,7 +91,7 @@ org.springframework spring-webmvc - @spring.version@ + @spring-framework.version@ diff --git a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml index a90203361873..7111e1f2178f 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml @@ -105,7 +105,7 @@ org.springframework spring-webmvc - @spring.version@ + @spring-framework.version@ diff --git a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props-lib/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props-lib/pom.xml index 05177800a7c7..c466d86f44d9 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props-lib/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props-lib/pom.xml @@ -108,7 +108,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ diff --git a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props/pom.xml index 14ccc653a7ac..3e2a75482ca1 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ diff --git a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml index 86119a22c130..af6d71231e52 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml @@ -84,7 +84,7 @@ org.springframework spring-webmvc - @spring.version@ + @spring-framework.version@ diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info-additional-properties/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info-additional-properties/pom.xml index 7bf1b592ddba..1b5cd9fcb9b4 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info-additional-properties/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info-additional-properties/pom.xml @@ -38,7 +38,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info-custom-file/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info-custom-file/pom.xml index dfe2f9923599..65bf4155f34f 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info-custom-file/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info-custom-file/pom.xml @@ -34,7 +34,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info/pom.xml index e0efa284a02e..1f83522c8f8e 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info/pom.xml @@ -31,7 +31,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-attach-disabled/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-attach-disabled/pom.xml index 757bae7af12c..5c8f7f2ef19e 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-attach-disabled/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-attach-disabled/pom.xml @@ -48,7 +48,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-main-attach-disabled/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-main-attach-disabled/pom.xml index 298479090ca9..ba65f7d5ece9 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-main-attach-disabled/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-main-attach-disabled/pom.xml @@ -46,7 +46,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-main/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-main/pom.xml index 0dfb2b5f023f..b754ff6d29d9 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-main/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-main/pom.xml @@ -45,7 +45,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-source-attach-disabled/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-source-attach-disabled/pom.xml index efc3ad68b887..33b21884ec9a 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-source-attach-disabled/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-source-attach-disabled/pom.xml @@ -55,7 +55,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-source/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-source/pom.xml index 0b67c77b15ce..a7b24d9cda77 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-source/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-source/pom.xml @@ -54,7 +54,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-create-dir/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-create-dir/pom.xml index 1c9bb0f31e3e..33e076fcfb32 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-create-dir/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-create-dir/pom.xml @@ -49,7 +49,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-custom-dir/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-custom-dir/pom.xml index 945bb8de7ddd..fa75c04236ae 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-custom-dir/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-custom-dir/pom.xml @@ -48,7 +48,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-custom-launcher/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-custom-launcher/pom.xml index 59fa7e2628ab..f91261e24565 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-custom-launcher/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-custom-launcher/pom.xml @@ -51,7 +51,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml index e7d414384b53..ba0c43d46315 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml @@ -50,7 +50,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml index 8acf2945aefc..19ae153fdfe8 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml @@ -45,7 +45,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-executable/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-executable/pom.xml index 3820b6dbe013..f0147318109b 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-executable/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-executable/pom.xml @@ -50,7 +50,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-lib-name-conflict/acme-lib/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-lib-name-conflict/acme-lib/pom.xml index ac52290acfa9..25d2c815b5fb 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-lib-name-conflict/acme-lib/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-lib-name-conflict/acme-lib/pom.xml @@ -14,7 +14,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-non-executable/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-non-executable/pom.xml index 7e67c9173772..587f8a8695af 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-non-executable/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-non-executable/pom.xml @@ -48,7 +48,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-pom/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-pom/pom.xml index 1bc96b543be4..bbf54cebee22 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-pom/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-pom/pom.xml @@ -29,7 +29,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-system-scope-default/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-system-scope-default/pom.xml index 45099618b5c1..15c4b16a57b3 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-system-scope-default/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-system-scope-default/pom.xml @@ -42,7 +42,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-system-scope/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-system-scope/pom.xml index 682aa6d872e4..22c2be938762 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-system-scope/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-system-scope/pom.xml @@ -45,7 +45,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml index 67670dc90843..11985a8b8ae9 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml @@ -45,7 +45,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-kotlin-module/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-kotlin-module/pom.xml index 5497ee8878f7..770402c9d6f2 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-kotlin-module/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-kotlin-module/pom.xml @@ -73,7 +73,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-unpack/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-unpack/pom.xml index c5fb706d1509..187269b2097c 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-unpack/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-unpack/pom.xml @@ -50,7 +50,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml index 190619ba2f94..bad6cf06cdfd 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml @@ -45,7 +45,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml index 4b74cc18afc1..572465bd44f1 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml @@ -45,7 +45,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/run-use-test-classpath/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/run-use-test-classpath/pom.xml index 60324f947df0..419080b62dbb 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/run-use-test-classpath/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/run-use-test-classpath/pom.xml @@ -34,7 +34,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ test diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war-reactor/war/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war-reactor/war/pom.xml index 72eb7a95b0c0..e05586ebfe26 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war-reactor/war/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war-reactor/war/pom.xml @@ -47,7 +47,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war-with-unpack/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war-with-unpack/pom.xml index 9fd2d181c91d..9238324238c5 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war-with-unpack/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war-with-unpack/pom.xml @@ -51,7 +51,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml index 94b91b30b3b9..4df0f826c51c 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml @@ -43,7 +43,7 @@ org.springframework spring-context - @spring.version@ + @spring-framework.version@ jakarta.servlet