From e8c48e5da7c70f9cdba06dd6aa06c191eac6e39d Mon Sep 17 00:00:00 2001 From: Johan Haleby Date: Fri, 8 Dec 2023 11:17:03 +0100 Subject: [PATCH] [maven-release-plugin] prepare release rest-assured-5.4.0 --- dist/dist-json-path/pom.xml | 2 +- dist/dist-json-schema-validator/pom.xml | 2 +- dist/dist-kotlin-extensions/pom.xml | 2 +- dist/dist-rest-assured/pom.xml | 2 +- dist/dist-scala-support/pom.xml | 2 +- dist/dist-spring-mock-mvc/pom.xml | 2 +- dist/dist-spring-web-test-client/pom.xml | 2 +- dist/dist-xml-path/pom.xml | 2 +- dist/pom.xml | 2 +- examples/kotlin-example/pom.xml | 6 +++--- examples/pom.xml | 2 +- examples/rest-assured-itest-java-osgi/pom.xml | 2 +- examples/rest-assured-itest-java/pom.xml | 10 +++++----- examples/scala-example/pom.xml | 6 +++--- examples/scala-mock-mvc-example/pom.xml | 6 +++--- examples/scalatra-example/pom.xml | 2 +- examples/scalatra-webapp/pom.xml | 4 ++-- examples/spring-mvc-webapp/pom.xml | 4 ++-- json-path/pom.xml | 6 +++--- modules/json-schema-validator/pom.xml | 4 ++-- modules/kotlin-extensions/pom.xml | 6 +++--- modules/pom.xml | 2 +- modules/scala-support/pom.xml | 4 ++-- modules/spring-commons/pom.xml | 6 +++--- modules/spring-mock-mvc-kotlin-extensions/pom.xml | 6 +++--- modules/spring-mock-mvc/pom.xml | 8 ++++---- .../spring-web-test-client-kotlin-extensions/pom.xml | 6 +++--- modules/spring-web-test-client/pom.xml | 4 ++-- pom.xml | 2 +- rest-assured-all/pom.xml | 2 +- rest-assured-common/pom.xml | 4 ++-- rest-assured/pom.xml | 8 ++++---- xml-path/pom.xml | 4 ++-- 33 files changed, 66 insertions(+), 66 deletions(-) diff --git a/dist/dist-json-path/pom.xml b/dist/dist-json-path/pom.xml index b88853cdf..5d4dce2ef 100644 --- a/dist/dist-json-path/pom.xml +++ b/dist/dist-json-path/pom.xml @@ -19,7 +19,7 @@ dist io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/dist/dist-json-schema-validator/pom.xml b/dist/dist-json-schema-validator/pom.xml index 8899b6140..d7ce322bd 100644 --- a/dist/dist-json-schema-validator/pom.xml +++ b/dist/dist-json-schema-validator/pom.xml @@ -19,7 +19,7 @@ dist io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/dist/dist-kotlin-extensions/pom.xml b/dist/dist-kotlin-extensions/pom.xml index 689cf4abd..615806770 100644 --- a/dist/dist-kotlin-extensions/pom.xml +++ b/dist/dist-kotlin-extensions/pom.xml @@ -19,7 +19,7 @@ dist io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/dist/dist-rest-assured/pom.xml b/dist/dist-rest-assured/pom.xml index 7b3071222..31ae2592d 100644 --- a/dist/dist-rest-assured/pom.xml +++ b/dist/dist-rest-assured/pom.xml @@ -19,7 +19,7 @@ dist io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/dist/dist-scala-support/pom.xml b/dist/dist-scala-support/pom.xml index 3289b85b2..747096766 100644 --- a/dist/dist-scala-support/pom.xml +++ b/dist/dist-scala-support/pom.xml @@ -19,7 +19,7 @@ dist io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/dist/dist-spring-mock-mvc/pom.xml b/dist/dist-spring-mock-mvc/pom.xml index df84ce0d0..a2755d2d8 100644 --- a/dist/dist-spring-mock-mvc/pom.xml +++ b/dist/dist-spring-mock-mvc/pom.xml @@ -19,7 +19,7 @@ dist io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/dist/dist-spring-web-test-client/pom.xml b/dist/dist-spring-web-test-client/pom.xml index 8faaf1428..459076512 100644 --- a/dist/dist-spring-web-test-client/pom.xml +++ b/dist/dist-spring-web-test-client/pom.xml @@ -19,7 +19,7 @@ dist io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/dist/dist-xml-path/pom.xml b/dist/dist-xml-path/pom.xml index 6109fde55..739e0edcc 100644 --- a/dist/dist-xml-path/pom.xml +++ b/dist/dist-xml-path/pom.xml @@ -19,7 +19,7 @@ dist io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/dist/pom.xml b/dist/pom.xml index dd5d073f5..477ac5c4a 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -19,7 +19,7 @@ rest-assured-parent io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/examples/kotlin-example/pom.xml b/examples/kotlin-example/pom.xml index 1d03dae8d..a7b76d68e 100644 --- a/examples/kotlin-example/pom.xml +++ b/examples/kotlin-example/pom.xml @@ -19,7 +19,7 @@ io.rest-assured.examples example-parent - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 @@ -78,13 +78,13 @@ io.rest-assured rest-assured - 5.3.3-SNAPSHOT + 5.4.0 test io.rest-assured kotlin-extensions - 5.3.3-SNAPSHOT + 5.4.0 test diff --git a/examples/pom.xml b/examples/pom.xml index 972ff0083..aad13f759 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -19,7 +19,7 @@ rest-assured-parent io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 io.rest-assured.examples diff --git a/examples/rest-assured-itest-java-osgi/pom.xml b/examples/rest-assured-itest-java-osgi/pom.xml index d32222078..ca06d3f8e 100644 --- a/examples/rest-assured-itest-java-osgi/pom.xml +++ b/examples/rest-assured-itest-java-osgi/pom.xml @@ -19,7 +19,7 @@ io.rest-assured.examples example-parent - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/examples/rest-assured-itest-java/pom.xml b/examples/rest-assured-itest-java/pom.xml index adbb5d77f..71422694e 100644 --- a/examples/rest-assured-itest-java/pom.xml +++ b/examples/rest-assured-itest-java/pom.xml @@ -19,7 +19,7 @@ io.rest-assured.examples example-parent - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 @@ -50,23 +50,23 @@ io.rest-assured.examples scalatra-webapp - 5.3.3-SNAPSHOT + 5.4.0 war io.rest-assured.examples scalatra-example - 5.3.3-SNAPSHOT + 5.4.0 io.rest-assured rest-assured - 5.3.3-SNAPSHOT + 5.4.0 io.rest-assured json-schema-validator - 5.3.3-SNAPSHOT + 5.4.0 org.eclipse.jetty diff --git a/examples/scala-example/pom.xml b/examples/scala-example/pom.xml index 2f75b5cf5..09c593975 100644 --- a/examples/scala-example/pom.xml +++ b/examples/scala-example/pom.xml @@ -19,7 +19,7 @@ io.rest-assured.examples example-parent - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 @@ -76,13 +76,13 @@ io.rest-assured rest-assured - 5.3.3-SNAPSHOT + 5.4.0 test io.rest-assured scala-support - 5.3.3-SNAPSHOT + 5.4.0 test diff --git a/examples/scala-mock-mvc-example/pom.xml b/examples/scala-mock-mvc-example/pom.xml index ef9cc1ea3..98d7f38b2 100644 --- a/examples/scala-mock-mvc-example/pom.xml +++ b/examples/scala-mock-mvc-example/pom.xml @@ -19,7 +19,7 @@ io.rest-assured.examples example-parent - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 @@ -77,13 +77,13 @@ io.rest-assured spring-mock-mvc - 5.3.3-SNAPSHOT + 5.4.0 test io.rest-assured scala-support - 5.3.3-SNAPSHOT + 5.4.0 test diff --git a/examples/scalatra-example/pom.xml b/examples/scalatra-example/pom.xml index d588cfc62..529fc835b 100644 --- a/examples/scalatra-example/pom.xml +++ b/examples/scalatra-example/pom.xml @@ -19,7 +19,7 @@ io.rest-assured.examples example-parent - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/examples/scalatra-webapp/pom.xml b/examples/scalatra-webapp/pom.xml index 87ef99e93..ab740f1df 100644 --- a/examples/scalatra-webapp/pom.xml +++ b/examples/scalatra-webapp/pom.xml @@ -19,7 +19,7 @@ io.rest-assured.examples example-parent - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 @@ -38,7 +38,7 @@ io.rest-assured.examples scalatra-example - 5.3.3-SNAPSHOT + 5.4.0 javax.servlet diff --git a/examples/spring-mvc-webapp/pom.xml b/examples/spring-mvc-webapp/pom.xml index a3fa08b86..ac38e9456 100644 --- a/examples/spring-mvc-webapp/pom.xml +++ b/examples/spring-mvc-webapp/pom.xml @@ -19,7 +19,7 @@ io.rest-assured.examples example-parent - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 @@ -54,7 +54,7 @@ io.rest-assured spring-mock-mvc - 5.3.3-SNAPSHOT + 5.4.0 test diff --git a/json-path/pom.xml b/json-path/pom.xml index 627d09337..2e3b5ba29 100644 --- a/json-path/pom.xml +++ b/json-path/pom.xml @@ -20,12 +20,12 @@ io.rest-assured rest-assured-parent - 5.3.3-SNAPSHOT + 5.4.0 io.rest-assured json-path bundle - 5.3.3-SNAPSHOT + 5.4.0 json-path http://maven.apache.org @@ -116,7 +116,7 @@ io.rest-assured rest-assured-common - 5.3.3-SNAPSHOT + 5.4.0 diff --git a/modules/json-schema-validator/pom.xml b/modules/json-schema-validator/pom.xml index e9dbc2595..6d1104dab 100644 --- a/modules/json-schema-validator/pom.xml +++ b/modules/json-schema-validator/pom.xml @@ -20,10 +20,10 @@ io.rest-assured modules - 5.3.3-SNAPSHOT + 5.4.0 json-schema-validator - 5.3.3-SNAPSHOT + 5.4.0 json-schema-validator http://maven.apache.org diff --git a/modules/kotlin-extensions/pom.xml b/modules/kotlin-extensions/pom.xml index 246ff3187..6b575ffb3 100644 --- a/modules/kotlin-extensions/pom.xml +++ b/modules/kotlin-extensions/pom.xml @@ -20,10 +20,10 @@ io.rest-assured modules - 5.3.3-SNAPSHOT + 5.4.0 kotlin-extensions - 5.3.3-SNAPSHOT + 5.4.0 kotlin-extensions http://maven.apache.org @@ -38,7 +38,7 @@ io.rest-assured rest-assured - 5.3.3-SNAPSHOT + 5.4.0 diff --git a/modules/pom.xml b/modules/pom.xml index 1c1783450..792094c9a 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -19,7 +19,7 @@ rest-assured-parent io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 modules diff --git a/modules/scala-support/pom.xml b/modules/scala-support/pom.xml index 548d77c2a..e53bb7a1b 100644 --- a/modules/scala-support/pom.xml +++ b/modules/scala-support/pom.xml @@ -19,7 +19,7 @@ io.rest-assured modules - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 @@ -79,7 +79,7 @@ io.rest-assured rest-assured - 5.3.3-SNAPSHOT + 5.4.0 junit diff --git a/modules/spring-commons/pom.xml b/modules/spring-commons/pom.xml index e07aa784b..2686235e2 100644 --- a/modules/spring-commons/pom.xml +++ b/modules/spring-commons/pom.xml @@ -19,10 +19,10 @@ io.rest-assured modules - 5.3.3-SNAPSHOT + 5.4.0 spring-commons - 5.3.3-SNAPSHOT + 5.4.0 spring-commons http://maven.apache.org @@ -34,7 +34,7 @@ io.rest-assured rest-assured - 5.3.3-SNAPSHOT + 5.4.0 \ No newline at end of file diff --git a/modules/spring-mock-mvc-kotlin-extensions/pom.xml b/modules/spring-mock-mvc-kotlin-extensions/pom.xml index 228ff9a54..42a7fbcb1 100644 --- a/modules/spring-mock-mvc-kotlin-extensions/pom.xml +++ b/modules/spring-mock-mvc-kotlin-extensions/pom.xml @@ -20,11 +20,11 @@ modules io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 spring-mock-mvc-kotlin-extensions - 5.3.3-SNAPSHOT + 5.4.0 spring-mock-mvc-kotlin-extensions http://maven.apache.org @@ -39,7 +39,7 @@ io.rest-assured spring-mock-mvc - 5.3.3-SNAPSHOT + 5.4.0 javax.servlet diff --git a/modules/spring-mock-mvc/pom.xml b/modules/spring-mock-mvc/pom.xml index 068324b73..75b3f7798 100644 --- a/modules/spring-mock-mvc/pom.xml +++ b/modules/spring-mock-mvc/pom.xml @@ -20,10 +20,10 @@ io.rest-assured modules - 5.3.3-SNAPSHOT + 5.4.0 spring-mock-mvc - 5.3.3-SNAPSHOT + 5.4.0 spring-mock-mvc http://maven.apache.org @@ -36,7 +36,7 @@ io.rest-assured rest-assured - 5.3.3-SNAPSHOT + 5.4.0 @@ -48,7 +48,7 @@ io.rest-assured spring-commons - 5.3.3-SNAPSHOT + 5.4.0 org.springframework diff --git a/modules/spring-web-test-client-kotlin-extensions/pom.xml b/modules/spring-web-test-client-kotlin-extensions/pom.xml index e0b1bc15a..a1da1c085 100644 --- a/modules/spring-web-test-client-kotlin-extensions/pom.xml +++ b/modules/spring-web-test-client-kotlin-extensions/pom.xml @@ -20,10 +20,10 @@ io.rest-assured modules - 5.3.3-SNAPSHOT + 5.4.0 spring-web-test-client-kotlin-extensions - 5.3.3-SNAPSHOT + 5.4.0 spring-web-test-client-kotlin-extensions http://maven.apache.org @@ -39,7 +39,7 @@ io.rest-assured spring-web-test-client - 5.3.3-SNAPSHOT + 5.4.0 javax.servlet diff --git a/modules/spring-web-test-client/pom.xml b/modules/spring-web-test-client/pom.xml index 2d345230d..b028eb45d 100644 --- a/modules/spring-web-test-client/pom.xml +++ b/modules/spring-web-test-client/pom.xml @@ -20,10 +20,10 @@ io.rest-assured modules - 5.3.3-SNAPSHOT + 5.4.0 spring-web-test-client - 5.3.3-SNAPSHOT + 5.4.0 spring-web-test-client http://maven.apache.org diff --git a/pom.xml b/pom.xml index 74748d466..3528cbb9e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ io.rest-assured rest-assured-parent pom - 5.3.3-SNAPSHOT + 5.4.0 https://rest-assured.io/ REST Assured Parent POM Java DSL for easy testing of REST services diff --git a/rest-assured-all/pom.xml b/rest-assured-all/pom.xml index aa84011be..8b92bddeb 100644 --- a/rest-assured-all/pom.xml +++ b/rest-assured-all/pom.xml @@ -19,7 +19,7 @@ rest-assured-parent io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 diff --git a/rest-assured-common/pom.xml b/rest-assured-common/pom.xml index 84974a755..1d451822f 100644 --- a/rest-assured-common/pom.xml +++ b/rest-assured-common/pom.xml @@ -20,12 +20,12 @@ io.rest-assured rest-assured-parent - 5.3.3-SNAPSHOT + 5.4.0 io.rest-assured rest-assured-common bundle - 5.3.3-SNAPSHOT + 5.4.0 rest-assured-common http://maven.apache.org diff --git a/rest-assured/pom.xml b/rest-assured/pom.xml index 7c6e6b751..fb449e3ec 100644 --- a/rest-assured/pom.xml +++ b/rest-assured/pom.xml @@ -22,12 +22,12 @@ io.rest-assured rest-assured-parent - 5.3.3-SNAPSHOT + 5.4.0 io.rest-assured rest-assured - 5.3.3-SNAPSHOT + 5.4.0 bundle REST Assured @@ -126,12 +126,12 @@ io.rest-assured json-path - 5.3.3-SNAPSHOT + 5.4.0 io.rest-assured xml-path - 5.3.3-SNAPSHOT + 5.4.0 diff --git a/xml-path/pom.xml b/xml-path/pom.xml index a809d0ed0..f3c366768 100644 --- a/xml-path/pom.xml +++ b/xml-path/pom.xml @@ -19,7 +19,7 @@ rest-assured-parent io.rest-assured - 5.3.3-SNAPSHOT + 5.4.0 4.0.0 @@ -70,7 +70,7 @@ io.rest-assured rest-assured-common - 5.3.3-SNAPSHOT + 5.4.0 org.apache.commons