Skip to content

Commit 8288db4

Browse files
committed
Initiate Spring Framework 6.2.0 snapshots
1 parent b082348 commit 8288db4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="framework-docs/src/docs/spring-framework.png" width="80" height="80"> Spring Framework [![Build Status](https://ci.spring.io/api/v1/teams/spring-framework/pipelines/spring-framework-6.1.x/jobs/build/badge)](https://ci.spring.io/teams/spring-framework/pipelines/spring-framework-6.1.x?groups=Build") [![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=spring)
1+
# <img src="framework-docs/src/docs/spring-framework.png" width="80" height="80"> Spring Framework [![Build Status](https://ci.spring.io/api/v1/teams/spring-framework/pipelines/spring-framework-6.2.x/jobs/build/badge)](https://ci.spring.io/teams/spring-framework/pipelines/spring-framework-6.1.x?groups=Build") [![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=spring)
22

33
This is the home of the Spring Framework: the foundation for all [Spring projects](https://spring.io/projects). Collectively the Spring Framework and the family of Spring projects are often referred to simply as "Spring".
44

ci/README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Spring Framework uses https://concourse-ci.org/[Concourse] for its CI build and other automated tasks.
44
The Spring team has a dedicated Concourse instance available at https://ci.spring.io with a build pipeline
5-
for https://ci.spring.io/teams/spring-framework/pipelines/spring-framework-6.1.x[Spring Framework 6.1.x].
5+
for https://ci.spring.io/teams/spring-framework/pipelines/spring-framework-6.2.x[Spring Framework 6.2.x].
66

77
=== Setting up your development environment
88

@@ -51,7 +51,7 @@ The pipeline can be deployed using the following command:
5151

5252
[source]
5353
----
54-
$ fly -t spring set-pipeline -p spring-framework-6.1.x -c ci/pipeline.yml -l ci/parameters.yml
54+
$ fly -t spring set-pipeline -p spring-framework-6.2.x -c ci/pipeline.yml -l ci/parameters.yml
5555
----
5656

5757
NOTE: This assumes that you have credhub integration configured with the appropriate secrets.

ci/parameters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonatype-staging-profile: "org.springframework"
44
docker-hub-organization: "springci"
55
artifactory-server: "https://repo.spring.io"
66
branch: "main"
7-
milestone: "6.1.x"
7+
milestone: "6.2.x"
88
build-name: "spring-framework"
99
pipeline-name: "spring-framework"
1010
concourse-url: "https://ci.spring.io"

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=6.1.5-SNAPSHOT
1+
version=6.2.0-SNAPSHOT
22

33
org.gradle.caching=true
44
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)