diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0e35797d..757e2b2c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,9 +2,7 @@ name: CI Build on: push: - branches: [ main ] - pull_request: - branches: [ main ] + branches: [ 2.0.x ] jobs: build: diff --git a/pom.xml b/pom.xml index f4ff2e7a..c833309f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.hateoas spring-hateoas - 2.0.0 + 2.0.1-SNAPSHOT Spring HATEOAS https://github.com/spring-projects/spring-hateoas @@ -869,7 +869,7 @@ https://github.com/spring-projects/spring-hateoas scm:git:git://github.com/spring-projects/spring-hateoas.git scm:git:ssh://git@github.com:spring-projects/spring-hateoas.git - 2.0.0 - + 2.0.x +