Merge branch '1.2.x'

This commit is contained in:
Brian Clozel
2024-07-11 22:05:07 +02:00
2 changed files with 2 additions and 14 deletions

View File

@@ -30,6 +30,8 @@ jobs:
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
uri: 'https://repo.spring.io'
username: ${{ secrets.ARTIFACTORY_USERNAME }}
artifact-properties: |
/**/spring-graphql-docs-*.zip::zip.name=spring-graphql,zip.type=docs,zip.deployed=false
outputs:
version: ${{ steps.build-and-publish.outputs.version }}
sync-to-maven-central:

View File

@@ -1,14 +0,0 @@
github-repo: "https://github.com/spring-projects/spring-graphql.git"
github-repo-name: "spring-projects/spring-graphql"
docker-hub-organization: "springci"
artifactory-server: "https://repo.spring.io"
branch: "main"
milestone: "1.3.x"
build-name: "spring-graphql"
pipeline-name: "spring-graphql"
concourse-url: "https://ci.spring.io"
task-timeout: 45m
registry-mirror-host: docker.repo.spring.io
registry-mirror-username: ((artifactory-username))
registry-mirror-password: ((artifactory-password))
sonatype-staging-profile: "org.springframework"