Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2435
  • Loading branch information
mp911de committed Nov 19, 2024
1 parent 24aa4a8 commit 23623b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {

triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-hateoas/main,spring-data-commons/main", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-hateoas/main,spring-data-commons/4.0.x", threshold: hudson.model.Result.SUCCESS)
}

options {
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
</parent>

Expand All @@ -28,10 +28,10 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>

<springdata.commons>3.5.0-SNAPSHOT</springdata.commons>
<springdata.jpa>3.5.0-SNAPSHOT</springdata.jpa>
<springdata.mongodb>4.5.0-SNAPSHOT</springdata.mongodb>
<springdata.keyvalue>3.5.0-SNAPSHOT</springdata.keyvalue>
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
<springdata.jpa>4.0.0-SNAPSHOT</springdata.jpa>
<springdata.mongodb>5.0.0-SNAPSHOT</springdata.mongodb>
<springdata.keyvalue>4.0.0-SNAPSHOT</springdata.keyvalue>

<hibernate.version>6.5.2.Final</hibernate.version>
</properties>
Expand Down

0 comments on commit 23623b0

Please sign in to comment.