mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Build 7.1.0-SNAPSHOT
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
/**/framework-api-*.zip::zip.name=spring-framework,zip.deployed=false
|
/**/framework-api-*.zip::zip.name=spring-framework,zip.deployed=false
|
||||||
/**/framework-api-*-docs.zip::zip.type=docs
|
/**/framework-api-*-docs.zip::zip.type=docs
|
||||||
/**/framework-api-*-schema.zip::zip.type=schema
|
/**/framework-api-*-schema.zip::zip.type=schema
|
||||||
build-name: 'spring-framework-7.0.x'
|
build-name: 'spring-framework-7.1.x'
|
||||||
folder: 'deployment-repository'
|
folder: 'deployment-repository'
|
||||||
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||||
repository: 'libs-snapshot-local'
|
repository: 'libs-snapshot-local'
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ name: Release Milestone
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v7.0.0-M[1-9]
|
- v7.1.0-M[1-9]
|
||||||
- v7.0.0-RC[1-9]
|
- v7.1.0-RC[1-9]
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v7.0.[0-9]+
|
- v7.1.[0-9]+
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
version=7.0.7-SNAPSHOT
|
version=7.1.0-SNAPSHOT
|
||||||
|
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
org.gradle.jvmargs=-Xmx2048m
|
org.gradle.jvmargs=-Xmx2048m
|
||||||
|
|||||||
Reference in New Issue
Block a user