From 61f21b94df7589e839e4c5964bc14bd83d49366c Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 16 Nov 2022 20:27:19 +0100 Subject: [PATCH] #1881 - Prepare next development iteration. --- .github/workflows/build.yaml | 4 +--- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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 +