diff --git a/README.md b/README.md index 730721a..4f8f9b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![ci.spring.io](https://ci.spring.io/api/v1/teams/spring-retry/pipelines/spring-retry-1.3.x/jobs/build/badge)](https://ci.spring.io/teams/spring-retry/pipelines/spring-retry-1.3.x) [![Javadocs](https://www.javadoc.io/badge/org.springframework.retry/spring-retry.svg)](https://www.javadoc.io/doc/org.springframework.retry/spring-retry) +[![ci.spring.io](https://ci.spring.io/api/v1/teams/spring-retry/pipelines/spring-retry-2.0.x/jobs/build/badge)](https://ci.spring.io/teams/spring-retry/pipelines/spring-retry-2.0.x) [![Javadocs](https://www.javadoc.io/badge/org.springframework.retry/spring-retry.svg)](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 diff --git a/ci/README.adoc b/ci/README.adoc index fb40a5f..ac44b39 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -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 diff --git a/ci/parameters.yml b/ci/parameters.yml index 26573dc..4630b78 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -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 diff --git a/pom.xml b/pom.xml index b09ef53..fda5c09 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ - 1.3.4-SNAPSHOT + 2.0.0-SNAPSHOT false 1.6 true