Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 19, 2023
2 parents 64cf3b0 + 18267be commit 5fc1d31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ci/config/release-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
banner-mode: off
sonatype:
exclude:
- "build-info\.json"
- "build-info.json"
- "org/springframework/boot/spring-boot-docs/.*"
sdkman:
artifact: "org.springframework.boot:spring-boot-cli:*:zip:bin"
Expand Down
10 changes: 1 addition & 9 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ anchors:
GITHUB_USERNAME: ((github-username))
MILESTONE: ((milestone))
sontatype-task-params: &sonatype-task-params
SONATYPE_USER: ((sonatype-username))
SONATYPE_USERNAME: ((sonatype-username))
SONATYPE_PASSWORD: ((sonatype-password))
SONATYPE_URL: ((sonatype-url))
SONATYPE_STAGING_PROFILE_ID: ((sonatype-staging-profile-id))
Expand Down Expand Up @@ -463,7 +463,6 @@ jobs:
- name: promote-milestone
serial: true
plan:
- get: ci-image
- get: git-repo
trigger: false
- get: artifactory-repo
Expand All @@ -473,7 +472,6 @@ jobs:
download_artifacts: false
save_build_info: true
- task: promote
image: ci-image
file: git-repo/ci/tasks/promote.yml
params:
RELEASE_TYPE: M
Expand All @@ -492,7 +490,6 @@ jobs:
- name: promote-rc
serial: true
plan:
- get: ci-image
- get: git-repo
trigger: false
- get: artifactory-repo
Expand All @@ -502,7 +499,6 @@ jobs:
download_artifacts: false
save_build_info: true
- task: promote
image: ci-image
file: git-repo/ci/tasks/promote.yml
params:
RELEASE_TYPE: RC
Expand All @@ -521,7 +517,6 @@ jobs:
- name: promote-release
serial: true
plan:
- get: ci-image
- get: git-repo
trigger: false
- get: artifactory-repo
Expand All @@ -532,7 +527,6 @@ jobs:
save_build_info: true
threads: 8
- task: promote
image: ci-image
file: git-repo/ci/tasks/promote.yml
params:
RELEASE_TYPE: RELEASE
Expand Down Expand Up @@ -580,15 +574,13 @@ jobs:
- name: publish-to-sdkman
serial: true
plan:
- get: ci-image
- get: git-repo
- get: artifactory-repo
passed: [create-github-release]
params:
download_artifacts: false
save_build_info: true
- task: publish-to-sdkman
image: ci-image
file: git-repo/ci/tasks/publish-to-sdkman.yml
params:
<<: *sdkman-task-params
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ params:
ARTIFACTORY_URL:
ARTIFACTORY_USERNAME:
ARTIFACTORY_PASSWORD:
SONATYPE_USER:
SONATYPE_USERNAME:
SONATYPE_PASSWORD:
SONATYPE_URL:
SONATYPE_STAGING_PROFILE_ID:
Expand Down

0 comments on commit 5fc1d31

Please sign in to comment.