diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml
index 9e1997a455..3768e9f4f2 100644
--- a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml
+++ b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml
@@ -16,6 +16,11 @@
${basedir}/../..
${project.build.directory}/refdocs/
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-actuator/pom.xml b/spring-boot-project/spring-boot-actuator/pom.xml
index 65878a5de9..c18b3ce871 100644
--- a/spring-boot-project/spring-boot-actuator/pom.xml
+++ b/spring-boot-project/spring-boot-actuator/pom.xml
@@ -15,6 +15,11 @@
${basedir}/../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-autoconfigure/pom.xml b/spring-boot-project/spring-boot-autoconfigure/pom.xml
index 9942914b50..8b56df8a82 100755
--- a/spring-boot-project/spring-boot-autoconfigure/pom.xml
+++ b/spring-boot-project/spring-boot-autoconfigure/pom.xml
@@ -15,6 +15,11 @@
${basedir}/../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-cli/pom.xml b/spring-boot-project/spring-boot-cli/pom.xml
index 19dd28df81..a349767d00 100644
--- a/spring-boot-project/spring-boot-cli/pom.xml
+++ b/spring-boot-project/spring-boot-cli/pom.xml
@@ -18,6 +18,11 @@
default
${project.build.directory}/generated-resources/org/springframework/boot/cli/compiler/dependencies
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-devtools/pom.xml b/spring-boot-project/spring-boot-devtools/pom.xml
index c1816165c1..ec2c76f602 100644
--- a/spring-boot-project/spring-boot-devtools/pom.xml
+++ b/spring-boot-project/spring-boot-devtools/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml
index 51b0c66bb3..ff6e3617dc 100644
--- a/spring-boot-project/spring-boot-docs/pom.xml
+++ b/spring-boot-project/spring-boot-docs/pom.xml
@@ -15,6 +15,11 @@
${basedir}/../..
${project.build.directory}/refdocs/
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml
index ee0fb7842a..ca1e6dca58 100644
--- a/spring-boot-project/spring-boot-parent/pom.xml
+++ b/spring-boot-project/spring-boot-parent/pom.xml
@@ -20,6 +20,9 @@
${basedir}/../..
false
+ https://github.com/spring-projects/spring-boot
+ scm:git:git://github.com/spring-projects/spring-boot.git
+ scm:git:ssh://git@github.com/spring-projects/spring-boot.git
1.8
UTF-8
UTF-8
@@ -33,9 +36,9 @@
6.14.3
- https://github.com/spring-projects/spring-boot
- scm:git:git://github.com/spring-projects/spring-boot.git
- scm:git:ssh://git@github.com/spring-projects/spring-boot.git
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
Github
diff --git a/spring-boot-project/spring-boot-properties-migrator/pom.xml b/spring-boot-project/spring-boot-properties-migrator/pom.xml
index f99ec9ff49..da34e62b70 100644
--- a/spring-boot-project/spring-boot-properties-migrator/pom.xml
+++ b/spring-boot-project/spring-boot-properties-migrator/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-starters/pom.xml b/spring-boot-project/spring-boot-starters/pom.xml
index c56187a984..6bffde0ba0 100644
--- a/spring-boot-project/spring-boot-starters/pom.xml
+++ b/spring-boot-project/spring-boot-starters/pom.xml
@@ -16,6 +16,11 @@
${basedir}/../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
spring-boot-starter
spring-boot-starter-activemq
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-activemq/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-activemq/pom.xml
index 595d7a7abe..11bfe14e5b 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-activemq/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-activemq/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-actuator/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-actuator/pom.xml
index 512b095222..c381b6c5df 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-actuator/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-actuator/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-amqp/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-amqp/pom.xml
index 3b22029953..d3d470ad70 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-amqp/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-amqp/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-aop/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-aop/pom.xml
index 91b67d874a..bb697fb54f 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-aop/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-aop/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-artemis/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-artemis/pom.xml
index 5dcdc72aff..e9d8dffddd 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-artemis/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-artemis/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-batch/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-batch/pom.xml
index 2968257e3d..24d2499495 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-batch/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-batch/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-cache/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-cache/pom.xml
index 4c5b8317f5..45c6796929 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-cache/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-cache/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-cloud-connectors/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-cloud-connectors/pom.xml
index dc7597dd1a..012ad17567 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-cloud-connectors/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-cloud-connectors/pom.xml
@@ -15,6 +15,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra-reactive/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra-reactive/pom.xml
index 44509e3ba5..8202656b75 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra-reactive/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra-reactive/pom.xml
@@ -15,6 +15,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra/pom.xml
index b19c01a1a8..12524d9c2d 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml
index 2c90bc9a39..6e159e0447 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml
index ae881160bf..62f40f704a 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml
index 2d19ee5d11..18e4b779b7 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jdbc/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jdbc/pom.xml
index 0f2f15b0e7..0e6e909c8c 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jdbc/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jdbc/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
index 04eeedb726..1a4c0ba8fc 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-ldap/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-ldap/pom.xml
index 65cb8f546f..fbdda52b11 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-ldap/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-ldap/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-mongodb-reactive/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-mongodb-reactive/pom.xml
index 0c8e747f17..54162c3f1a 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-mongodb-reactive/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-mongodb-reactive/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml
index abb61460bc..0c6824c04d 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-neo4j/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-neo4j/pom.xml
index aabc4bb354..5beaa0a271 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-neo4j/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-neo4j/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-redis-reactive/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-redis-reactive/pom.xml
index 43e647292c..adef6cad1b 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-redis-reactive/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-redis-reactive/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-redis/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-redis/pom.xml
index a797c6010e..84b5b9e361 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-redis/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-redis/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml
index a03480de98..fb21cd4b30 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-solr/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-solr/pom.xml
index 4373030f7f..87c474c8ad 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-solr/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-solr/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-freemarker/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-freemarker/pom.xml
index daf9d8b9ee..f480476e44 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-freemarker/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-freemarker/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml
index 5941fa47c0..0ab1b3459e 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/pom.xml
index 42e2b88fb2..d23fa1563a 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-integration/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-integration/pom.xml
index 5105cebf33..6918380b3f 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-integration/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-integration/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml
index adc9c3f3cb..5c1a997858 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml
index a47e05c124..ee33ee1264 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml
index d98a428a31..f9bf5d3a86 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml
@@ -15,6 +15,11 @@
${basedir}/../../..
3.1.0
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
jakarta.servlet
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jooq/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jooq/pom.xml
index eec5f69da8..0d938f17dd 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jooq/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jooq/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-json/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-json/pom.xml
index 823ff8f532..ba198fc5f1 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-json/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-json/pom.xml
@@ -12,6 +12,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jta-atomikos/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jta-atomikos/pom.xml
index ab368129ca..952efd70e1 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jta-atomikos/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jta-atomikos/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jta-bitronix/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jta-bitronix/pom.xml
index 4cc8b9ab13..374205006a 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jta-bitronix/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jta-bitronix/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml
index 616fe48290..3f6bb33c49 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.apache.logging.log4j
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml
index 2b32da1d46..80dc82f26f 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
ch.qos.logback
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-mail/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-mail/pom.xml
index 7495459b75..2378dfa551 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-mail/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-mail/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-mustache/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-mustache/pom.xml
index d8ca6eff59..c71dcaa464 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-mustache/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-mustache/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-client/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-client/pom.xml
index b7a9d8e2bb..63ecdd1d49 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-client/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-client/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-resource-server/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-resource-server/pom.xml
index c2c552237b..0a4f791f0f 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-resource-server/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-oauth2-resource-server/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-quartz/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-quartz/pom.xml
index 03fb9a3663..7edae6ae0d 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-quartz/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-quartz/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-reactor-netty/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-reactor-netty/pom.xml
index 025c9d9b21..fa72cb97dd 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-reactor-netty/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-reactor-netty/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
io.projectreactor.netty
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-security/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-security/pom.xml
index e3e9cd37fb..7b3112de86 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-security/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-security/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml
index abf87ae912..03f9a83d7b 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml
index a1d17bd52b..303066ffb2 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-tomcat/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-tomcat/pom.xml
index 2cf84d5217..6793676484 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-tomcat/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-tomcat/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
jakarta.annotation
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-undertow/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-undertow/pom.xml
index 23583c5331..83d5a29bdc 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-undertow/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-undertow/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
io.undertow
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-validation/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-validation/pom.xml
index 265a81f732..542f96b067 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-validation/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-validation/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml
index 354e78d25e..8e191dae28 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml
index 0d2efce3e3..94a0b6d4da 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml
index 9bafe3f3c1..b159eec6cb 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml
index b40b33aa8a..6e6755ce7d 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml
index 3bc0f5e167..a4029e6655 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-test-autoconfigure/pom.xml b/spring-boot-project/spring-boot-test-autoconfigure/pom.xml
index bdab96cad5..1af6f9b299 100644
--- a/spring-boot-project/spring-boot-test-autoconfigure/pom.xml
+++ b/spring-boot-project/spring-boot-test-autoconfigure/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-test/pom.xml b/spring-boot-project/spring-boot-test/pom.xml
index a9bc9aff24..2e59fa5bde 100644
--- a/spring-boot-project/spring-boot-test/pom.xml
+++ b/spring-boot-project/spring-boot-test/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-tools/pom.xml b/spring-boot-project/spring-boot-tools/pom.xml
index 1f07de0c81..d478c8b63c 100644
--- a/spring-boot-project/spring-boot-tools/pom.xml
+++ b/spring-boot-project/spring-boot-tools/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
spring-boot-antlib
spring-boot-autoconfigure-processor
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-antlib/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-antlib/pom.xml
index 5771365f71..d40a79a8ea 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-antlib/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-antlib/pom.xml
@@ -14,6 +14,11 @@
${basedir}/../../..
1.9.3
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/pom.xml
index 8c95c516f8..6e9fd42e10 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/pom.xml
index 87443be9d0..68862f4c88 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/pom.xml
@@ -12,6 +12,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml
index 7dde471485..09c2e75112 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
index 2adedcc42b..76e350943f 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
@@ -17,6 +17,11 @@
build
${project.build.directory}/refdocs/
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
org.springframework.boot
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-loader-tools/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-loader-tools/pom.xml
index ba06373a5c..889fc90bfe 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-loader-tools/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-loader-tools/pom.xml
@@ -12,6 +12,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-loader/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-loader/pom.xml
index b7d34cec88..09f459c6ef 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-loader/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-loader/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml
index f913d458e4..d762ca4d46 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml
@@ -15,6 +15,11 @@
${basedir}/../../..
3.3.9
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml
index b3b8996a37..580c05156d 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml
@@ -13,6 +13,11 @@
${basedir}/../../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+
diff --git a/spring-boot-project/spring-boot/pom.xml b/spring-boot-project/spring-boot/pom.xml
index c55831c374..9ef8c9cc84 100644
--- a/spring-boot-project/spring-boot/pom.xml
+++ b/spring-boot-project/spring-boot/pom.xml
@@ -15,6 +15,11 @@
${basedir}/../..
+
+ ${git.url}
+ ${git.connection}
+ ${git.developerConnection}
+