From 2c74f374a1fa904d9dfbc07e0f01a7b100a57b04 Mon Sep 17 00:00:00 2001 From: Philip Riecks Date: Wed, 24 Jan 2024 09:56:49 +0100 Subject: [PATCH] include new projects --- .../pom.xml | 21 ++++++---------- demo-crud-application/pom.xml | 15 +++++------- dependency-version-update-plugin/pom.xml | 9 ++++--- deploy-spring-boot-to-gke/pom.xml | 15 +++++------- difference-between-mock-and-mockbean/pom.xml | 15 +++++------- dynamic-sql-querying-with-pagination/pom.xml | 21 +++++++--------- expose-git-information-actuator/pom.xml | 21 ++++++---------- github-actions-java-maven/pom.xml | 12 +++++----- .../pom.xml | 21 ++++++---------- load-testing-your-application/pom.xml | 19 +++++++-------- maven-plugins-to-ensure-quality/pom.xml | 13 ++++------ pom.xml | 2 ++ .../pom.xml | 14 ++++------- .../pom.xml | 21 ++++++---------- .../pom.xml | 11 +++++---- spring-boot-datajpatest/pom.xml | 1 + .../pom.xml | 12 ++++------ spring-security-aws-cognito-thymeleaf/pom.xml | 13 ++++------ .../pom.xml | 15 +++++------- spring-web-client-customizing/pom.xml | 13 ++++------ spring-web-client-demo/pom.xml | 10 ++++---- spring-web-client-exchange-retrieve/pom.xml | 10 ++++---- spring-web-client-expose-metrics/pom.xml | 14 ++++------- .../pom.xml | 16 +++++-------- .../pom.xml | 16 +++++-------- .../pom.xml | 10 ++++---- spring-web-mvc-cheat-sheet/pom.xml | 15 +++++------- spring-web-test-client/pom.xml | 13 ++++------ .../pom.xml | 24 ++++--------------- testing-json-serialization-spring/pom.xml | 15 ++++-------- .../pom.xml | 15 +++++------- testing-spring-rest-template/pom.xml | 14 ++++------- whats-new-in-spring-boot-2.1/pom.xml | 14 +++++------ whats-new-in-spring-boot-2.2/pom.xml | 19 +++++++-------- whats-new-in-spring-boot-2.3/pom.xml | 13 ++++------ write-concise-web-tests-with-selenide/pom.xml | 11 ++++----- 36 files changed, 191 insertions(+), 322 deletions(-) diff --git a/avoid-repeating-attributes-in-jpa-entities/pom.xml b/avoid-repeating-attributes-in-jpa-entities/pom.xml index c53baf06..5cead406 100644 --- a/avoid-repeating-attributes-in-jpa-entities/pom.xml +++ b/avoid-repeating-attributes-in-jpa-entities/pom.xml @@ -3,7 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - de.blog.rieckpil + + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml + + avoid-repeating-attributes-in-jpa-entities 0.0.1-SNAPSHOT jar @@ -11,19 +17,6 @@ avoid-repeating-attributes-in-jpa-entities Demo project fo avoiding repeated attributes in JPA entities - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - - - - - UTF-8 - UTF-8 - 11 - - org.springframework.boot diff --git a/demo-crud-application/pom.xml b/demo-crud-application/pom.xml index 6f68afef..5cc7040e 100644 --- a/demo-crud-application/pom.xml +++ b/demo-crud-application/pom.xml @@ -2,22 +2,19 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.2.2.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog + demo-crud-application 0.0.1-SNAPSHOT demo-crud-application Demo project for Spring Boot - - 11 - - org.springframework.boot diff --git a/dependency-version-update-plugin/pom.xml b/dependency-version-update-plugin/pom.xml index 2e97a847..733d39da 100644 --- a/dependency-version-update-plugin/pom.xml +++ b/dependency-version-update-plugin/pom.xml @@ -4,13 +4,12 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.2.5.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog dependency-version-update-plugin 0.0.1-SNAPSHOT dependency-version-update-plugin diff --git a/deploy-spring-boot-to-gke/pom.xml b/deploy-spring-boot-to-gke/pom.xml index cde23383..d0df8ce3 100644 --- a/deploy-spring-boot-to-gke/pom.xml +++ b/deploy-spring-boot-to-gke/pom.xml @@ -2,22 +2,19 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog + deploy-spring-boot-to-gke 0.0.1-SNAPSHOT deploy-spring-boot-to-gke Demo project for Spring Boot - - 11 - - org.springframework.boot diff --git a/difference-between-mock-and-mockbean/pom.xml b/difference-between-mock-and-mockbean/pom.xml index d64fe6f1..5dca7325 100644 --- a/difference-between-mock-and-mockbean/pom.xml +++ b/difference-between-mock-and-mockbean/pom.xml @@ -2,22 +2,19 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.3.5.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog + difference-between-mock-and-mockbean 0.0.1-SNAPSHOT difference-between-mock-and-mockbean Demo project for Spring Boot - - 11 - - org.springframework.boot diff --git a/dynamic-sql-querying-with-pagination/pom.xml b/dynamic-sql-querying-with-pagination/pom.xml index b3a89c82..44548139 100644 --- a/dynamic-sql-querying-with-pagination/pom.xml +++ b/dynamic-sql-querying-with-pagination/pom.xml @@ -3,25 +3,20 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - - - de.rieckpil.tutorials + + + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml + + dynamic-sql-querying-with-pagination 0.0.1-SNAPSHOT jar dynamic-sql-querying-with-pagination Quick sample for dynamic SQL querying with pagination - - UTF-8 - UTF-8 - 11 - - org.springframework.boot diff --git a/expose-git-information-actuator/pom.xml b/expose-git-information-actuator/pom.xml index 9906913d..47abc045 100644 --- a/expose-git-information-actuator/pom.xml +++ b/expose-git-information-actuator/pom.xml @@ -3,7 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - de.rieckpil.blog + + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml + + expose-git-information-actuator 0.0.1-SNAPSHOT jar @@ -11,19 +17,6 @@ expose-git-information-actuator Codebase for blog post about exposing git information with Actuator - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - - - - - UTF-8 - UTF-8 - 11 - - org.springframework.boot diff --git a/github-actions-java-maven/pom.xml b/github-actions-java-maven/pom.xml index 91f9ab7d..d6650187 100644 --- a/github-actions-java-maven/pom.xml +++ b/github-actions-java-maven/pom.xml @@ -2,20 +2,20 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.2.2.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog + github-actions-java-maven 0.0.1-SNAPSHOT github-actions-java-maven Demo project for Spring Boot - 11 1.16.0 diff --git a/lazy-loading-of-jpa-attributes-with-hibernate/pom.xml b/lazy-loading-of-jpa-attributes-with-hibernate/pom.xml index bb1bf4de..bdd0b68e 100644 --- a/lazy-loading-of-jpa-attributes-with-hibernate/pom.xml +++ b/lazy-loading-of-jpa-attributes-with-hibernate/pom.xml @@ -3,7 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - de.rieckpil.blog + + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml + + lazy-loading-of-jpa-attributes-with-hibernate 0.0.1-SNAPSHOT jar @@ -11,19 +17,6 @@ lazy-loading-of-jpa-attributes-with-hibernate Sample project for Lazy Loading of JPA attributes with Hibernate - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - - - - - UTF-8 - UTF-8 - 11 - - org.springframework.boot diff --git a/load-testing-your-application/pom.xml b/load-testing-your-application/pom.xml index 48b51c96..b5ab19b0 100644 --- a/load-testing-your-application/pom.xml +++ b/load-testing-your-application/pom.xml @@ -2,22 +2,19 @@ 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - - - de.rieckpil.blog + + + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml + + load-testing-your-application 0.0.1-SNAPSHOT load-testing-your-application Load testing your application - - 1.8 - - org.springframework.boot diff --git a/maven-plugins-to-ensure-quality/pom.xml b/maven-plugins-to-ensure-quality/pom.xml index b756d30d..2304c7f5 100644 --- a/maven-plugins-to-ensure-quality/pom.xml +++ b/maven-plugins-to-ensure-quality/pom.xml @@ -4,21 +4,16 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.7.0 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog maven-plugins-to-ensure-quality 0.0.1-SNAPSHOT maven-plugins-to-ensure-quality - - 11 - - org.springframework.boot diff --git a/pom.xml b/pom.xml index aea6b4c3..0ae6e526 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,8 @@ 21 + UTF-8 + UTF-8 diff --git a/remote-debugging-spring-boot-application/pom.xml b/remote-debugging-spring-boot-application/pom.xml index 74270f61..aee1fe0b 100644 --- a/remote-debugging-spring-boot-application/pom.xml +++ b/remote-debugging-spring-boot-application/pom.xml @@ -2,23 +2,19 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog remote-debugging-spring-boot-application 0.0.1-SNAPSHOT remote-debugging-spring-boot-application Demo project for Remote debugging of Spring Boot application - - 11 - - org.springframework.boot diff --git a/send-emails-with-sendgrid-and-spring-boot/pom.xml b/send-emails-with-sendgrid-and-spring-boot/pom.xml index 1889ec09..c030a64e 100644 --- a/send-emails-with-sendgrid-and-spring-boot/pom.xml +++ b/send-emails-with-sendgrid-and-spring-boot/pom.xml @@ -3,7 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - de.rieckpil.blog + + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml + + send-emails-with-sendgrid-and-spring-boot 0.0.1-SNAPSHOT jar @@ -11,19 +17,6 @@ send-emails-with-sendgrid-and-spring-boot Demo project for Spring Boot with SendGrid - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - - - - - UTF-8 - UTF-8 - 11 - - org.springframework.boot diff --git a/spring-boot-aws-ssm-parameter-resolving/pom.xml b/spring-boot-aws-ssm-parameter-resolving/pom.xml index e0f94493..f1444f8c 100644 --- a/spring-boot-aws-ssm-parameter-resolving/pom.xml +++ b/spring-boot-aws-ssm-parameter-resolving/pom.xml @@ -2,13 +2,14 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.2.6.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog + spring-boot-aws-ssm-parameter-resolving 0.0.1-SNAPSHOT spring-boot-aws-ssm-parameter-resolving diff --git a/spring-boot-datajpatest/pom.xml b/spring-boot-datajpatest/pom.xml index c4779933..8a2d2236 100644 --- a/spring-boot-datajpatest/pom.xml +++ b/spring-boot-datajpatest/pom.xml @@ -2,6 +2,7 @@ 4.0.0 + de.rieckpil.blog blog-parent diff --git a/spring-boot-uploading-and-downloading-files-with-react/pom.xml b/spring-boot-uploading-and-downloading-files-with-react/pom.xml index 2faa781d..2932b278 100644 --- a/spring-boot-uploading-and-downloading-files-with-react/pom.xml +++ b/spring-boot-uploading-and-downloading-files-with-react/pom.xml @@ -9,16 +9,12 @@ jar - org.springframework.boot - spring-boot-starter-parent - 2.5.0 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - - 11 - - org.springframework.boot diff --git a/spring-security-aws-cognito-thymeleaf/pom.xml b/spring-security-aws-cognito-thymeleaf/pom.xml index df49716c..a0277dbc 100644 --- a/spring-security-aws-cognito-thymeleaf/pom.xml +++ b/spring-security-aws-cognito-thymeleaf/pom.xml @@ -4,22 +4,17 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog spring-security-aws-cognito-thymeleaf 0.0.1-SNAPSHOT spring-security-aws-cognito-thymeleaf Demo project using AWS Cognito with Spring Security - - 11 - - org.springframework.boot diff --git a/spring-test-context-caching-introduction/pom.xml b/spring-test-context-caching-introduction/pom.xml index 1ae4f638..04a1ba12 100644 --- a/spring-test-context-caching-introduction/pom.xml +++ b/spring-test-context-caching-introduction/pom.xml @@ -2,22 +2,19 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog + spring-test-context-caching-introduction 0.0.1-SNAPSHOT spring-test-context-caching-introduction Demo project for Spring Boot - - 11 - - org.springframework.boot diff --git a/spring-web-client-customizing/pom.xml b/spring-web-client-customizing/pom.xml index 34b6fa24..b93f2e3c 100644 --- a/spring-web-client-customizing/pom.xml +++ b/spring-web-client-customizing/pom.xml @@ -4,22 +4,17 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.5.3 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog spring-web-client-customizing 0.0.1-SNAPSHOT spring-web-client-customizing Customize Spring WebClient - - 11 - - org.springframework.boot diff --git a/spring-web-client-demo/pom.xml b/spring-web-client-demo/pom.xml index 074066ee..c1af5110 100644 --- a/spring-web-client-demo/pom.xml +++ b/spring-web-client-demo/pom.xml @@ -4,20 +4,18 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.4.5 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog spring-web-client-demo 0.0.1-SNAPSHOT spring-web-client-demo Demo project for Spring Boot - 11 4.8.0 4.8.0 diff --git a/spring-web-client-exchange-retrieve/pom.xml b/spring-web-client-exchange-retrieve/pom.xml index 084ab044..f3cee75c 100644 --- a/spring-web-client-exchange-retrieve/pom.xml +++ b/spring-web-client-exchange-retrieve/pom.xml @@ -4,20 +4,18 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.4.0 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog spring-web-client-exchange-retrieve 0.0.1-SNAPSHOT spring-web-client-exchange-retrieve Spring WebClient exchange vs. retrieve - 11 2.27.1 diff --git a/spring-web-client-expose-metrics/pom.xml b/spring-web-client-expose-metrics/pom.xml index 01a88a00..47848005 100644 --- a/spring-web-client-expose-metrics/pom.xml +++ b/spring-web-client-expose-metrics/pom.xml @@ -2,23 +2,19 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.5.3 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog spring-web-client-expose-metrics 0.0.1-SNAPSHOT spring-web-client-expose-metrics Spring WebClient Expose Metrics - - 11 - - org.springframework.boot diff --git a/spring-web-client-oauth2-reactive-stack/pom.xml b/spring-web-client-oauth2-reactive-stack/pom.xml index 5ec79490..89b0d163 100644 --- a/spring-web-client-oauth2-reactive-stack/pom.xml +++ b/spring-web-client-oauth2-reactive-stack/pom.xml @@ -2,22 +2,18 @@ 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.2.2.RELEASE - - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml + + spring-web-client-oauth2-reactive-stack 0.0.1-SNAPSHOT spring-web-client-oauth2-reactive-stack - - 11 - - org.springframework.boot diff --git a/spring-web-client-oauth2-servlet-stack/pom.xml b/spring-web-client-oauth2-servlet-stack/pom.xml index 6078a8e5..3558b0af 100644 --- a/spring-web-client-oauth2-servlet-stack/pom.xml +++ b/spring-web-client-oauth2-servlet-stack/pom.xml @@ -2,22 +2,18 @@ 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.2.2.RELEASE - - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml + + spring-web-client-oauth2-servlet-stack 0.0.1-SNAPSHOT spring-web-client-oauth2-servlet-stack - - 11 - - org.springframework.boot diff --git a/spring-web-client-testing-with-mockwebserver/pom.xml b/spring-web-client-testing-with-mockwebserver/pom.xml index 8dbe95a1..385a797f 100644 --- a/spring-web-client-testing-with-mockwebserver/pom.xml +++ b/spring-web-client-testing-with-mockwebserver/pom.xml @@ -3,20 +3,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog spring-web-client-testing-with-mockwebserver 0.0.1-SNAPSHOT spring-web-client-testing-with-mockwebserver Demo project for Spring Boot - 11 4.7.2 4.7.2 diff --git a/spring-web-mvc-cheat-sheet/pom.xml b/spring-web-mvc-cheat-sheet/pom.xml index e1fee627..288f8982 100644 --- a/spring-web-mvc-cheat-sheet/pom.xml +++ b/spring-web-mvc-cheat-sheet/pom.xml @@ -2,22 +2,19 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.2.6.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog + spring-web-mvc-cheat-sheet 0.0.1-SNAPSHOT spring-web-mvc-cheat-sheet Spring Web MVC Cheat Sheet - - 11 - - org.springframework.boot diff --git a/spring-web-test-client/pom.xml b/spring-web-test-client/pom.xml index f9047733..b9e382f7 100644 --- a/spring-web-test-client/pom.xml +++ b/spring-web-test-client/pom.xml @@ -4,22 +4,17 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.5.0 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog spring-web-test-client 0.0.1-SNAPSHOT spring-web-test-client Test Endpoints using WebTestClient - - 11 - - org.springframework.boot diff --git a/testcontainers-reuse-existing-containers/pom.xml b/testcontainers-reuse-existing-containers/pom.xml index 98c13e0a..cae3c763 100644 --- a/testcontainers-reuse-existing-containers/pom.xml +++ b/testcontainers-reuse-existing-containers/pom.xml @@ -2,21 +2,20 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.6.0 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog testcontainers-reuse-existing-containers 0.0.1-SNAPSHOT testcontainers-reuse-existing-containers Reuse existing Containers with Testcontainers - 11 1.16.2 @@ -58,19 +57,6 @@ org.springframework.boot spring-boot-maven-plugin - - org.apache.maven.plugins - maven-failsafe-plugin - 3.0.0-M5 - - - - integration-test - verify - - - - diff --git a/testing-json-serialization-spring/pom.xml b/testing-json-serialization-spring/pom.xml index 484cc327..5dc9e20b 100644 --- a/testing-json-serialization-spring/pom.xml +++ b/testing-json-serialization-spring/pom.xml @@ -2,23 +2,18 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.4.5 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - - de.rieckpil.blog testing-json-serialization-spring 0.0.1-SNAPSHOT testing-json-serialization-spring Testing JSON serialization with Spring Boot - - 11 - - org.springframework.boot diff --git a/testing-spring-boot-applications-with-mockmvc/pom.xml b/testing-spring-boot-applications-with-mockmvc/pom.xml index 8c89b10a..944f680a 100644 --- a/testing-spring-boot-applications-with-mockmvc/pom.xml +++ b/testing-spring-boot-applications-with-mockmvc/pom.xml @@ -2,22 +2,19 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.3.4.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog + testing-spring-boot-applications-with-mockmvc 0.0.1-SNAPSHOT testing-spring-boot-applications-with-mockmvc Testing Spring Boot Applications with MockMvc - - 11 - - org.springframework.boot diff --git a/testing-spring-rest-template/pom.xml b/testing-spring-rest-template/pom.xml index 63a1f67d..4617d3b2 100644 --- a/testing-spring-rest-template/pom.xml +++ b/testing-spring-rest-template/pom.xml @@ -2,23 +2,19 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.4.5 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog testing-spring-rest-template 0.0.1-SNAPSHOT testing-spring-rest-template Demo project for Spring Boot - - 16 - - org.springframework.boot diff --git a/whats-new-in-spring-boot-2.1/pom.xml b/whats-new-in-spring-boot-2.1/pom.xml index ed4b7e5e..5783a921 100644 --- a/whats-new-in-spring-boot-2.1/pom.xml +++ b/whats-new-in-spring-boot-2.1/pom.xml @@ -4,7 +4,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - de.rieckpil.blog whats-new-in-spring-boot-2.1 0.0.1-SNAPSHOT jar @@ -12,17 +11,16 @@ whats-new-in-spring-boot-2.1 Updates to Spring Boot 2.1 - - org.springframework.boot - spring-boot-starter-parent - 2.1.0.RELEASE - - + + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml + UTF-8 UTF-8 - 11 diff --git a/whats-new-in-spring-boot-2.2/pom.xml b/whats-new-in-spring-boot-2.2/pom.xml index 8a943833..2bcccdfd 100644 --- a/whats-new-in-spring-boot-2.2/pom.xml +++ b/whats-new-in-spring-boot-2.2/pom.xml @@ -3,22 +3,19 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.2.0.RELEASE - - + + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml + + whats-new-in-spring-boot.2.2 0.0.1-SNAPSHOT - whats-new-in-spring-boot.2.2 + whats-new-in-spring-boot-2.2 What's new in Spring Boot 2.2 - - 11 - - org.springframework.boot diff --git a/whats-new-in-spring-boot-2.3/pom.xml b/whats-new-in-spring-boot-2.3/pom.xml index 0633013d..dfaa29f2 100644 --- a/whats-new-in-spring-boot-2.3/pom.xml +++ b/whats-new-in-spring-boot-2.3/pom.xml @@ -4,22 +4,17 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog whats-new-in-spring-boot-2-3 0.0.1-SNAPSHOT whats-new-in-spring-boot-2-3 Updates with Spring Boot 2.3 - - 14 - - org.springframework.boot diff --git a/write-concise-web-tests-with-selenide/pom.xml b/write-concise-web-tests-with-selenide/pom.xml index 7b88ab63..e57f18c9 100644 --- a/write-concise-web-tests-with-selenide/pom.xml +++ b/write-concise-web-tests-with-selenide/pom.xml @@ -2,21 +2,20 @@ 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 2.6.4 - + de.rieckpil.blog + blog-parent + 0.0.1-SNAPSHOT + ../pom.xml - de.rieckpil.blog write-concise-web-tests-with-selenide 0.0.1-SNAPSHOT write-concise-web-tests-with-selenide Concise Web Tests with Selenide - 11 6.3.3 1.16.3 4.3.0