From 3630cc73144cc894386d832bfc419e5667440d16 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Mon, 16 Jun 2025 18:09:56 +0000 Subject: [PATCH 01/18] Bumping versions --- README.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index ef202371..7412ad5a 100644 --- a/README.adoc +++ b/README.adoc @@ -148,7 +148,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju If you need to suppress some rules (e.g. line length needs to be longer), then it's enough for you to define a file under `${project.root}/src/checkstyle/checkstyle-suppressions.xml` with your suppressions. Example: -.projectRoot/src/checkstyle/checkstyle-suppresions.xml +.projectRoot/src/checkstyle/checkstyle-suppressions.xml ---- Date: Mon, 16 Jun 2025 16:48:51 -0400 Subject: [PATCH 02/18] Use Spring Boot 3.5.1-SNAPSHOT --- pom.xml | 2 +- spring-cloud-build-dependencies/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9820ad62..f186d524 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ ${java.version} ${basedir} ${project.artifactId} - 3.5.0 + 3.5.1-SNAPSHOT 4.3.1-SNAPSHOT ${project.build.directory}/build-docs ${project.build.directory}/build-docs-classes diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index df93edf7..bbc0dea8 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -14,12 +14,12 @@ org.springframework.boot spring-boot-dependencies - 3.5.0 + 3.5.1-SNAPSHOT UTF-8 - 3.5.0 + 3.5.1-SNAPSHOT 4.12.0 3.2.7 From a61a305a917ab078b470861f8744c2d4e419b2a8 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Mon, 16 Jun 2025 21:46:14 +0000 Subject: [PATCH 03/18] Bumping versions --- README.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index ef202371..7412ad5a 100644 --- a/README.adoc +++ b/README.adoc @@ -148,7 +148,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju If you need to suppress some rules (e.g. line length needs to be longer), then it's enough for you to define a file under `${project.root}/src/checkstyle/checkstyle-suppressions.xml` with your suppressions. Example: -.projectRoot/src/checkstyle/checkstyle-suppresions.xml +.projectRoot/src/checkstyle/checkstyle-suppressions.xml ---- Date: Tue, 17 Jun 2025 12:57:23 +0000 Subject: [PATCH 04/18] Bumping versions --- README.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index ef202371..7412ad5a 100644 --- a/README.adoc +++ b/README.adoc @@ -148,7 +148,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju If you need to suppress some rules (e.g. line length needs to be longer), then it's enough for you to define a file under `${project.root}/src/checkstyle/checkstyle-suppressions.xml` with your suppressions. Example: -.projectRoot/src/checkstyle/checkstyle-suppresions.xml +.projectRoot/src/checkstyle/checkstyle-suppressions.xml ---- Date: Thu, 19 Jun 2025 14:45:12 +0000 Subject: [PATCH 05/18] Bumping versions --- pom.xml | 2 +- spring-cloud-build-dependencies/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2c1d0cc0..144e6617 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ ${java.version} ${basedir} ${project.artifactId} - 3.2.12 + 3.3.13 4.1.6-SNAPSHOT ${project.build.directory}/build-docs ${project.build.directory}/build-docs-classes diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index 0e58808a..1182bddf 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -14,12 +14,12 @@ org.springframework.boot spring-boot-dependencies - 3.2.12 + 3.3.13 UTF-8 - 3.2.12 + 3.3.13 3.2.7 From 9bf736a2fe67070cc842b62e379625b99a82d60b Mon Sep 17 00:00:00 2001 From: spring-builds Date: Thu, 19 Jun 2025 19:20:26 +0000 Subject: [PATCH 06/18] Bumping versions --- pom.xml | 2 +- spring-cloud-build-dependencies/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f186d524..5a60ae72 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ ${java.version} ${basedir} ${project.artifactId} - 3.5.1-SNAPSHOT + 3.5.2 4.3.1-SNAPSHOT ${project.build.directory}/build-docs ${project.build.directory}/build-docs-classes diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index bbc0dea8..e082fab4 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -14,12 +14,12 @@ org.springframework.boot spring-boot-dependencies - 3.5.1-SNAPSHOT + 3.5.2 UTF-8 - 3.5.1-SNAPSHOT + 3.5.2 4.12.0 3.2.7 From bb2d6de0ceb3e51222312d07a9a906a44de6b544 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Fri, 20 Jun 2025 14:59:11 +0000 Subject: [PATCH 07/18] Bumping versions --- pom.xml | 2 +- spring-cloud-build-dependencies/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5a60ae72..76ba1714 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ ${java.version} ${basedir} ${project.artifactId} - 3.5.2 + 3.5.3 4.3.1-SNAPSHOT ${project.build.directory}/build-docs ${project.build.directory}/build-docs-classes diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index e082fab4..a7dc7dca 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -14,12 +14,12 @@ org.springframework.boot spring-boot-dependencies - 3.5.2 + 3.5.3 UTF-8 - 3.5.2 + 3.5.3 4.12.0 3.2.7 From e127e1e4ce50da4307a3893752d6da0e9961e4f3 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 20 Jun 2025 16:19:49 -0400 Subject: [PATCH 08/18] Changes to push to maven central --- .settings.xml | 5 +++++ pom.xml | 20 ++++++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.settings.xml b/.settings.xml index f6b8b3a8..cfa5bdfe 100644 --- a/.settings.xml +++ b/.settings.xml @@ -22,6 +22,11 @@ ${env.CI_DEPLOY_USERNAME} ${env.CI_DEPLOY_PASSWORD} + + cental + ${env.CENTRAL_USER} + ${env.CENTRAL_PASSWORD} + diff --git a/pom.xml b/pom.xml index 2c1d0cc0..11b1c3cf 100644 --- a/pom.xml +++ b/pom.xml @@ -144,6 +144,7 @@ prepare-package prepare-package generate-resources + 0.7.0 @@ -700,7 +701,12 @@ ${duplicate-finder-maven-plugin.includePomProjects} - + + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-maven-plugin.version} + true + @@ -749,11 +755,6 @@ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-cloud/docs/${project.artifactId}/${project.version} - - sonatype-nexus-staging - Nexus Release Repository - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - repo.spring.io Spring Snapshot Repository @@ -856,6 +857,13 @@ + + org.sonatype.central + central-publishing-maven-plugin + + central + + From e7363a48a040694defceaa146d5cfeb99d82fc29 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 20 Jun 2025 16:31:06 -0400 Subject: [PATCH 09/18] Use local settings.xml --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 081b9faa..be8d6b32 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,4 @@ #!/bin/bash -./mvnw clean install -B -Pdocs ${@} +./mvnw clean install -s .settings.xml -B -Pdocs ${@} #./mvnw clean install -B -DskipTests ${@} From b6cc286bbd6a091f3bf1f307fa09f1118ce48c4d Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 20 Jun 2025 16:40:16 -0400 Subject: [PATCH 10/18] Adding settings.xml --- settings.xml | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 settings.xml diff --git a/settings.xml b/settings.xml new file mode 100644 index 00000000..cfa5bdfe --- /dev/null +++ b/settings.xml @@ -0,0 +1,90 @@ + + + + + + + repo.spring.io + ${env.CI_DEPLOY_USERNAME} + ${env.CI_DEPLOY_PASSWORD} + + + cental + ${env.CENTRAL_USER} + ${env.CENTRAL_PASSWORD} + + + + + + spring + + true + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + + ide + + true + + + + From 9ed0a08902100d2472e29ccf7d8b9c7717e7db95 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 20 Jun 2025 16:40:38 -0400 Subject: [PATCH 11/18] Revert "Use local settings.xml" This reverts commit e7363a48a040694defceaa146d5cfeb99d82fc29. --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index be8d6b32..081b9faa 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,4 @@ #!/bin/bash -./mvnw clean install -s .settings.xml -B -Pdocs ${@} +./mvnw clean install -B -Pdocs ${@} #./mvnw clean install -B -DskipTests ${@} From 3b6f9b6079218a78e1dff8dbdb5158b479ac8162 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 20 Jun 2025 16:57:53 -0400 Subject: [PATCH 12/18] Fixing settings.xml --- .settings.xml | 2 +- scripts/build.sh | 2 +- settings.xml | 90 ------------------------------------------------ 3 files changed, 2 insertions(+), 92 deletions(-) delete mode 100644 settings.xml diff --git a/.settings.xml b/.settings.xml index cfa5bdfe..3e214f23 100644 --- a/.settings.xml +++ b/.settings.xml @@ -23,7 +23,7 @@ ${env.CI_DEPLOY_PASSWORD} - cental + central ${env.CENTRAL_USER} ${env.CENTRAL_PASSWORD} diff --git a/scripts/build.sh b/scripts/build.sh index 081b9faa..be8d6b32 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,4 @@ #!/bin/bash -./mvnw clean install -B -Pdocs ${@} +./mvnw clean install -s .settings.xml -B -Pdocs ${@} #./mvnw clean install -B -DskipTests ${@} diff --git a/settings.xml b/settings.xml deleted file mode 100644 index cfa5bdfe..00000000 --- a/settings.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - repo.spring.io - ${env.CI_DEPLOY_USERNAME} - ${env.CI_DEPLOY_PASSWORD} - - - cental - ${env.CENTRAL_USER} - ${env.CENTRAL_PASSWORD} - - - - - - spring - - true - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - - ide - - true - - - - From ba5d98cc21e17d7e0cc72745b1daed670b57e2c2 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 20 Jun 2025 17:04:25 -0400 Subject: [PATCH 13/18] Adding settings.xml --- settings.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 settings.xml diff --git a/settings.xml b/settings.xml new file mode 100644 index 00000000..d980f520 --- /dev/null +++ b/settings.xml @@ -0,0 +1,26 @@ + + + + + + + central + ${env.CENTRAL_USER} + ${env.CENTRAL_PASSWORD} + + + From ca3bf4e18058acee8a51cf2ca6993695865908c6 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 20 Jun 2025 18:45:27 -0400 Subject: [PATCH 14/18] Fix maven central plugin --- .settings.xml | 5 ----- settings.xml | 26 ------------------------ spring-cloud-build-dependencies/pom.xml | 13 ++++++------ spring-cloud-dependencies-parent/pom.xml | 13 ++++++------ 4 files changed, 14 insertions(+), 43 deletions(-) delete mode 100644 settings.xml diff --git a/.settings.xml b/.settings.xml index 3e214f23..f6b8b3a8 100644 --- a/.settings.xml +++ b/.settings.xml @@ -22,11 +22,6 @@ ${env.CI_DEPLOY_USERNAME} ${env.CI_DEPLOY_PASSWORD} - - central - ${env.CENTRAL_USER} - ${env.CENTRAL_PASSWORD} - diff --git a/settings.xml b/settings.xml deleted file mode 100644 index d980f520..00000000 --- a/settings.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - central - ${env.CENTRAL_USER} - ${env.CENTRAL_PASSWORD} - - - diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index 1182bddf..28e89499 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -21,6 +21,7 @@ UTF-8 3.3.13 3.2.7 + 0.7.0 @@ -96,12 +97,6 @@ Sonatype Nexus Snapshots https://s01.oss.sonatype.org/content/repositories/snapshots - - sonatype-nexus-staging - Nexus Release Repository - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - @@ -125,6 +120,12 @@ + + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-maven-plugin.version} + true + diff --git a/spring-cloud-dependencies-parent/pom.xml b/spring-cloud-dependencies-parent/pom.xml index 16cfd7ed..0762d406 100644 --- a/spring-cloud-dependencies-parent/pom.xml +++ b/spring-cloud-dependencies-parent/pom.xml @@ -70,6 +70,7 @@ UTF-8 + 0.7.0 https://github.com/spring-cloud @@ -109,12 +110,6 @@ Sonatype Nexus Snapshots https://s01.oss.sonatype.org/content/repositories/snapshots - - sonatype-nexus-staging - Nexus Release Repository - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - @@ -171,6 +166,12 @@ + + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-maven-plugin.version} + true + From 90fd4076f82815159886777fa802b08cbba5ae19 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Fri, 20 Jun 2025 22:49:16 +0000 Subject: [PATCH 15/18] Update SNAPSHOT to 4.1.6 --- docs/pom.xml | 2 +- pom.xml | 4 ++-- spring-cloud-build-dependencies/pom.xml | 2 +- spring-cloud-build-tools/pom.xml | 2 +- spring-cloud-dependencies-parent/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index c82ba622..f38b795e 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-build - 4.1.6-SNAPSHOT + 4.1.6 spring-cloud-build diff --git a/pom.xml b/pom.xml index fb09fefc..b541ec56 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.cloud spring-cloud-build - 4.1.6-SNAPSHOT + 4.1.6 pom Spring Cloud Parent Spring Cloud parent pom, managing plugins and dependencies for Spring @@ -29,7 +29,7 @@ ${basedir} ${project.artifactId} 3.3.13 - 4.1.6-SNAPSHOT + 4.1.6 ${project.build.directory}/build-docs ${project.build.directory}/build-docs-classes ${project.build.directory}/refdocs/ diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index 28e89499..f6304c6b 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.cloud spring-cloud-build-dependencies - 4.1.6-SNAPSHOT + 4.1.6 spring-cloud-build-dependencies pom Spring Cloud Build Dependencies: an internal BOM for use with Spring diff --git a/spring-cloud-build-tools/pom.xml b/spring-cloud-build-tools/pom.xml index 01e477a2..68baee48 100644 --- a/spring-cloud-build-tools/pom.xml +++ b/spring-cloud-build-tools/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-build - 4.1.6-SNAPSHOT + 4.1.6 diff --git a/spring-cloud-dependencies-parent/pom.xml b/spring-cloud-dependencies-parent/pom.xml index 0762d406..9cf43366 100644 --- a/spring-cloud-dependencies-parent/pom.xml +++ b/spring-cloud-dependencies-parent/pom.xml @@ -4,7 +4,7 @@ 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.cloud - 4.1.6-SNAPSHOT + 4.1.6 spring-cloud-dependencies-parent pom spring-cloud-dependencies-parent From 374bcb9a24145e154f4579567f58fcbc41aacb61 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Fri, 20 Jun 2025 22:49:50 +0000 Subject: [PATCH 16/18] Going back to snapshots --- docs/pom.xml | 2 +- pom.xml | 4 ++-- spring-cloud-build-dependencies/pom.xml | 2 +- spring-cloud-build-tools/pom.xml | 2 +- spring-cloud-dependencies-parent/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index f38b795e..c82ba622 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-build - 4.1.6 + 4.1.6-SNAPSHOT spring-cloud-build diff --git a/pom.xml b/pom.xml index b541ec56..fb09fefc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.cloud spring-cloud-build - 4.1.6 + 4.1.6-SNAPSHOT pom Spring Cloud Parent Spring Cloud parent pom, managing plugins and dependencies for Spring @@ -29,7 +29,7 @@ ${basedir} ${project.artifactId} 3.3.13 - 4.1.6 + 4.1.6-SNAPSHOT ${project.build.directory}/build-docs ${project.build.directory}/build-docs-classes ${project.build.directory}/refdocs/ diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index f6304c6b..28e89499 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.cloud spring-cloud-build-dependencies - 4.1.6 + 4.1.6-SNAPSHOT spring-cloud-build-dependencies pom Spring Cloud Build Dependencies: an internal BOM for use with Spring diff --git a/spring-cloud-build-tools/pom.xml b/spring-cloud-build-tools/pom.xml index 68baee48..01e477a2 100644 --- a/spring-cloud-build-tools/pom.xml +++ b/spring-cloud-build-tools/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-build - 4.1.6 + 4.1.6-SNAPSHOT diff --git a/spring-cloud-dependencies-parent/pom.xml b/spring-cloud-dependencies-parent/pom.xml index 9cf43366..0762d406 100644 --- a/spring-cloud-dependencies-parent/pom.xml +++ b/spring-cloud-dependencies-parent/pom.xml @@ -4,7 +4,7 @@ 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.cloud - 4.1.6 + 4.1.6-SNAPSHOT spring-cloud-dependencies-parent pom spring-cloud-dependencies-parent From 8589bb47b0a9c795555f7076bf48733419b00802 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Fri, 20 Jun 2025 22:49:51 +0000 Subject: [PATCH 17/18] Bumping versions to 4.1.7-SNAPSHOT after release --- docs/pom.xml | 2 +- pom.xml | 4 ++-- spring-cloud-build-dependencies/pom.xml | 2 +- spring-cloud-build-tools/pom.xml | 2 +- spring-cloud-dependencies-parent/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index c82ba622..ad03dd74 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-build - 4.1.6-SNAPSHOT + 4.1.7-SNAPSHOT spring-cloud-build diff --git a/pom.xml b/pom.xml index fb09fefc..7190427c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.cloud spring-cloud-build - 4.1.6-SNAPSHOT + 4.1.7-SNAPSHOT pom Spring Cloud Parent Spring Cloud parent pom, managing plugins and dependencies for Spring @@ -29,7 +29,7 @@ ${basedir} ${project.artifactId} 3.3.13 - 4.1.6-SNAPSHOT + 4.1.7-SNAPSHOT ${project.build.directory}/build-docs ${project.build.directory}/build-docs-classes ${project.build.directory}/refdocs/ diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index 28e89499..e25ae0a8 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.cloud spring-cloud-build-dependencies - 4.1.6-SNAPSHOT + 4.1.7-SNAPSHOT spring-cloud-build-dependencies pom Spring Cloud Build Dependencies: an internal BOM for use with Spring diff --git a/spring-cloud-build-tools/pom.xml b/spring-cloud-build-tools/pom.xml index 01e477a2..900505a9 100644 --- a/spring-cloud-build-tools/pom.xml +++ b/spring-cloud-build-tools/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-build - 4.1.6-SNAPSHOT + 4.1.7-SNAPSHOT diff --git a/spring-cloud-dependencies-parent/pom.xml b/spring-cloud-dependencies-parent/pom.xml index 0762d406..3a9e56e9 100644 --- a/spring-cloud-dependencies-parent/pom.xml +++ b/spring-cloud-dependencies-parent/pom.xml @@ -4,7 +4,7 @@ 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.cloud - 4.1.6-SNAPSHOT + 4.1.7-SNAPSHOT spring-cloud-dependencies-parent pom spring-cloud-dependencies-parent From a8976573491f0ae48cd172f8c57c8f027ceddf17 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 20 Jun 2025 20:10:10 -0400 Subject: [PATCH 18/18] Removing settings option --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index be8d6b32..081b9faa 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,4 @@ #!/bin/bash -./mvnw clean install -s .settings.xml -B -Pdocs ${@} +./mvnw clean install -B -Pdocs ${@} #./mvnw clean install -B -DskipTests ${@}