GH-2326 - Prepare next development iteration.

This commit is contained in:
Oliver Drotbohm
2025-05-15 23:47:17 +02:00
parent b6f8f2f85b
commit be12f400d6
2 changed files with 3 additions and 3 deletions

View File

@@ -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 ]

View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>2.5.0</version>
<version>2.5.1-SNAPSHOT</version>
<name>Spring HATEOAS</name>
<url>https://github.com/spring-projects/spring-hateoas</url>
@@ -908,7 +908,7 @@
<url>https://github.com/spring-projects/spring-hateoas</url>
<connection>scm:git:git://github.com/spring-projects/spring-hateoas.git</connection>
<developerConnection>scm:git:ssh://git@github.com:spring-projects/spring-hateoas.git</developerConnection>
<tag>2.5.0</tag>
<tag>2.5.x</tag>
</scm>
<repositories>