diff --git a/spring-boot-modules/spring-boot-3/pom.xml b/spring-boot-modules/spring-boot-3/pom.xml
index 32c69801ca..3b3f9dbdb0 100644
--- a/spring-boot-modules/spring-boot-3/pom.xml
+++ b/spring-boot-modules/spring-boot-3/pom.xml
@@ -1,7 +1,7 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-boot-3
0.0.1-SNAPSHOT
diff --git a/spring-boot-modules/spring-boot-basic-customization/pom.xml b/spring-boot-modules/spring-boot-basic-customization/pom.xml
index 4b1009d38a..581a7fec06 100644
--- a/spring-boot-modules/spring-boot-basic-customization/pom.xml
+++ b/spring-boot-modules/spring-boot-basic-customization/pom.xml
@@ -86,5 +86,4 @@
com.baeldung.changeport.CustomApplication
-
\ No newline at end of file
diff --git a/spring-pulsar/pom.xml b/spring-pulsar/pom.xml
index 4c2fc0d9b4..df1959c84e 100644
--- a/spring-pulsar/pom.xml
+++ b/spring-pulsar/pom.xml
@@ -1,6 +1,7 @@
-
+
4.0.0
spring-pulsar
0.0.1-SNAPSHOT
diff --git a/spring-reactive-modules/spring-5-data-reactive-2/pom.xml b/spring-reactive-modules/spring-5-data-reactive-2/pom.xml
index e5447ac038..3d88e672eb 100644
--- a/spring-reactive-modules/spring-5-data-reactive-2/pom.xml
+++ b/spring-reactive-modules/spring-5-data-reactive-2/pom.xml
@@ -1,7 +1,7 @@
+ 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
spring-5-data-reactive-2
spring-5-data-reactive-2
@@ -13,7 +13,6 @@
1.0.0-SNAPSHOT
-
8
8
diff --git a/spring-web-modules/spring-thymeleaf-attributes/accessing-session-attributes/pom.xml b/spring-web-modules/spring-thymeleaf-attributes/accessing-session-attributes/pom.xml
index 38d019c683..d4fff21605 100644
--- a/spring-web-modules/spring-thymeleaf-attributes/accessing-session-attributes/pom.xml
+++ b/spring-web-modules/spring-thymeleaf-attributes/accessing-session-attributes/pom.xml
@@ -1,84 +1,84 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
- 4.0.0
+ 4.0.0
- com.baeldung.spring-thymeleaf-attributes.module
- accessing-session-attributes
- 0.0.1-SNAPSHOT
- war
-
-
- com.baeldung.spring-thymeleaf-attributes
- spring-thymeleaf-attributes
+ com.baeldung.spring-thymeleaf-attributes.module
+ accessing-session-attributes
0.0.1-SNAPSHOT
- ../pom.xml
-
+ war
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
- ${spring.boot.starter.thymeleaf}
-
-
-
- org.junit.jupiter
- junit-jupiter-engine
- ${junit.jupiter.engine.version}
- test
-
-
- org.mockito
- mockito-core
- ${mockito.version}
- test
-
-
- org.mockito
- mockito-junit-jupiter
- ${mockito.version}
- test
-
-
- org.junit.jupiter
- junit-jupiter-api
- ${junit.jupiter.engine.version}
- test
-
-
+
+ com.baeldung.spring-thymeleaf-attributes
+ spring-thymeleaf-attributes
+ 0.0.1-SNAPSHOT
+ ../pom.xml
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
- -Dfile.encoding="UTF-8" -Xdebug
- -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
-
-
-
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+ ${spring.boot.starter.thymeleaf}
+
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit.jupiter.engine.version}
+ test
+
+
+ org.mockito
+ mockito-core
+ ${mockito.version}
+ test
+
+
+ org.mockito
+ mockito-junit-jupiter
+ ${mockito.version}
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ ${junit.jupiter.engine.version}
+ test
+
+
-
- com.baeldung.accesing_session_attributes.SpringWebApplicationInitializer
- UTF-8
- UTF-8
- UTF-8
- true
- true
- 5.9.3
- 5.3.1
- 3.1.1.RELEASE
- 3.1.1
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ -Dfile.encoding="UTF-8" -Xdebug
+ -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
+
+
+
+
+
+
+
+ com.baeldung.accesing_session_attributes.SpringWebApplicationInitializer
+ UTF-8
+ UTF-8
+ UTF-8
+ true
+ true
+ 5.9.3
+ 5.3.1
+ 3.1.1.RELEASE
+ 3.1.1
+
\ No newline at end of file
diff --git a/testing-modules/testing-libraries-2/pom.xml b/testing-modules/testing-libraries-2/pom.xml
index d74ede07db..4cc3ea8428 100644
--- a/testing-modules/testing-libraries-2/pom.xml
+++ b/testing-modules/testing-libraries-2/pom.xml
@@ -1,6 +1,6 @@
+ 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
testing-libraries-2
testing-libraries-2