Initiate Spring Retry 2.0.x
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[](https://ci.spring.io/teams/spring-retry/pipelines/spring-retry-1.3.x) [](https://www.javadoc.io/doc/org.springframework.retry/spring-retry)
|
||||
[](https://ci.spring.io/teams/spring-retry/pipelines/spring-retry-2.0.x) [](https://www.javadoc.io/doc/org.springframework.retry/spring-retry)
|
||||
|
||||
This project provides declarative retry support for Spring
|
||||
applications. It is used in Spring Batch, Spring Integration, and
|
||||
|
||||
@@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
|
||||
|
||||
[source]
|
||||
----
|
||||
$ fly -t spring-retry set-pipeline -p spring-retry-1.3.x -c ci/pipeline.yml -l ci/parameters.yml
|
||||
$ fly -t spring-retry set-pipeline -p spring-retry-2.0.x -c ci/pipeline.yml -l ci/parameters.yml
|
||||
----
|
||||
|
||||
NOTE: This assumes that you have credhub integration configured with the appropriate
|
||||
|
||||
@@ -3,7 +3,7 @@ github-repo-name: "spring-projects/spring-retry"
|
||||
docker-hub-organization: "springci"
|
||||
artifactory-server: "https://repo.spring.io"
|
||||
branch: "main"
|
||||
milestone: "1.3.x"
|
||||
milestone: "2.0.x"
|
||||
build-name: "spring-retry"
|
||||
concourse-url: "https://ci.spring.io"
|
||||
task-timeout: 30m
|
||||
|
||||
Reference in New Issue
Block a user