From be12f400d6a942bebcc536730b8c85b4b2438b12 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 15 May 2025 23:47:17 +0200 Subject: [PATCH] GH-2326 - Prepare next development iteration. --- .github/workflows/build.yaml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2642609a..86a6174f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,7 +2,7 @@ name: CI Build on: push: - branches: [ main, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.5.x ] + branches: [ main, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.5.x ] pull_request: branches: [ main ] diff --git a/pom.xml b/pom.xml index 3ad72174..5d9875cc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.hateoas spring-hateoas - 2.5.0 + 2.5.1-SNAPSHOT Spring HATEOAS https://github.com/spring-projects/spring-hateoas @@ -908,7 +908,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.5.0 + 2.5.x