diff --git a/ci/pipeline-template.yml b/ci/pipeline-template.yml index ab9f18db..a7017734 100644 --- a/ci/pipeline-template.yml +++ b/ci/pipeline-template.yml @@ -79,14 +79,8 @@ groups: - name: spring-hateoas jobs: - Test - JDK 8 - - Test - JDK 8 and Spring 5.0 (snapshots) - - Test - JDK 8 and Spring 5.1 (snapshots) - Test - JDK 11 - - Test - JDK 11 and Spring 5.0 (snapshots) - - Test - JDK 11 and Spring 5.1 (snapshots) - Test - JDK 13 - - Test - JDK 13 and Spring 5.0 (snapshots) - - Test - JDK 13 and Spring 5.1 (snapshots) - Build - name: pull-requests jobs: @@ -106,32 +100,6 @@ jobs: params: { PROFILE: "non-existent" } <<: *slack-failure -- name: Test - JDK 8 and Spring 5.0 (snapshots) - serial: true - public: true - plan: - - get: spring-hateoas-github - trigger: true - - get: openjdk:8-jdk - trigger: true - - task: test - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring5-next" } - <<: *slack-failure - -- name: Test - JDK 8 and Spring 5.1 (snapshots) - serial: true - public: true - plan: - - get: spring-hateoas-github - trigger: true - - get: openjdk:8-jdk - trigger: true - - task: test - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring51-next" } - <<: *slack-failure - - name: Test - JDK 11 serial: true public: true @@ -146,34 +114,6 @@ jobs: params: { PROFILE: "non-existant" } <<: *slack-failure -- name: Test - JDK 11 and Spring 5.0 (snapshots) - serial: true - public: true - plan: - - get: spring-hateoas-github - trigger: true - - get: openjdk:11-jdk - trigger: true - - task: test - image: openjdk:11-jdk - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring5-next" } - <<: *slack-failure - -- name: Test - JDK 11 and Spring 5.1 (snapshots) - serial: true - public: true - plan: - - get: spring-hateoas-github - trigger: true - - get: openjdk:11-jdk - trigger: true - - task: test - image: openjdk:11-jdk - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring51-next" } - <<: *slack-failure - - name: Test - JDK 13 serial: true public: true @@ -188,34 +128,6 @@ jobs: params: { PROFILE: "non-existant" } <<: *slack-failure -- name: Test - JDK 13 and Spring 5.0 (snapshots) - serial: true - public: true - plan: - - get: spring-hateoas-github - trigger: true - - get: openjdk:13-jdk - trigger: true - - task: test - image: openjdk:13-jdk - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring5-next" } - <<: *slack-failure - -- name: Test - JDK 13 and Spring 5.1 (snapshots) - serial: true - public: true - plan: - - get: spring-hateoas-github - trigger: true - - get: openjdk:13-jdk - trigger: true - - task: test - image: openjdk:13-jdk - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring51-next" } - <<: *slack-failure - - name: Build serial: true public: true @@ -224,14 +136,8 @@ jobs: trigger: true passed: [ Test - JDK 8, - Test - JDK 8 and Spring 5.0 (snapshots), - Test - JDK 8 and Spring 5.1 (snapshots), Test - JDK 11, - Test - JDK 11 and Spring 5.0 (snapshots), - Test - JDK 11 and Spring 5.1 (snapshots), - Test - JDK 13, - Test - JDK 13 and Spring 5.0 (snapshots), - Test - JDK 13 and Spring 5.1 (snapshots) + Test - JDK 13 ] - put: spring-hateoas-status params: @@ -299,36 +205,14 @@ jobs: - task: test (JDK 8) file: spring-hateoas-github/ci/test.yml params: { PROFILE: "non-existent" } - - task: test (JDK 8 and Spring 5.0 snapshots) - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring5-next" } - - task: test (JDK 8 and Spring 5.1 snapshots) - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring51-next" } - task: test (JDK 11) image: openjdk:11-jdk file: spring-hateoas-github/ci/test.yml params: { PROFILE: "non-existent" } - - task: test (JDK 11 and Spring 5.0 snapshots) - image: openjdk:11-jdk - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring5-next" } - - task: test (JDK 11 and Spring 5.1 snapshots) - image: openjdk:11-jdk - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring51-next" } - task: test (JDK 13) image: openjdk:13-jdk file: spring-hateoas-github/ci/test.yml params: { PROFILE: "non-existent" } - - task: test (JDK 13 and Spring 5.0 snapshots) - image: openjdk:13-jdk - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring5-next" } - - task: test (JDK 13 and Spring 5.1 snapshots) - image: openjdk:13-jdk - file: spring-hateoas-github/ci/test.yml - params: { PROFILE: "spring51-next" } on_failure: aggregate: - put: spring-hateoas-pull-requests diff --git a/pom.xml b/pom.xml index 3acca4ca..f745c652 100644 --- a/pom.xml +++ b/pom.xml @@ -84,35 +84,7 @@ - - - spring5-next - - 5.0.12.BUILD-SNAPSHOT - 2.9.2 - - - - spring-libs-snapshot - http://repo.spring.io/libs-snapshot - - - - - - spring51-next - - 5.1.4.BUILD-SNAPSHOT - 2.9.2 - - - - spring-libs-snapshot - http://repo.spring.io/libs-snapshot - - - - + diff --git a/readme.adoc b/readme.adoc index 236a90ab..15a42ffd 100644 --- a/readme.adoc +++ b/readme.adoc @@ -23,12 +23,12 @@ Check the matrix below to see the status of supported versions: | image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.x/jobs/Test%20-%20JDK%208/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas-0.25.x"] | Test - JDK 8 and Spring 5.0 (snapshots) -| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%208%20and%20Spring%205.0%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] +| | image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.25.x/jobs/Test%20-%20JDK%208%20and%20Spring%205.0%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] | image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.x/jobs/Test%20-%20JDK%208%20and%20Spring%205.0%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] | Test - JDK 8 and Spring 5.1 (snapshots) -| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%208%20and%20Spring%205.1%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] +| | image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.25.x/jobs/Test%20-%20JDK%208%20and%20Spring%205.1%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] | image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.x/jobs/Test%20-%20JDK%208%20and%20Spring%205.1%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] @@ -37,31 +37,11 @@ Check the matrix below to see the status of supported versions: | Not supported | Not supported -| Test - JDK 11 and Spring 5.0 (snapshots) -| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%2011%20and%20Spring%205.0%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] -| Not supported -| Not supported - -| Test - JDK 11 and Spring 5.1 (snapshots) -| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%2011%20and%20Spring%205.1%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] -| Not supported -| Not supported - | Test - JDK 13 | image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%2013/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] | Not supported | Not supported -| Test - JDK 13 and Spring 5.0 (snapshots) -| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%2013%20and%20Spring%205.0%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] -| Not supported -| Not supported - -| Test - JDK 13 and Spring 5.1 (snapshots) -| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%2013%20and%20Spring%205.1%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] -| Not supported -| Not supported - | Build - Release to repo.spring.io | image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Build/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"] | image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.25.x/jobs/Build/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas-0.25.x"]