Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #3046
  • Loading branch information
mp911de committed Nov 19, 2024
1 parent 863a196 commit 4283f84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-data-keyvalue/main", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-keyvalue/4.0.x", threshold: hudson.model.Result.SUCCESS)
}

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

<properties>
<springdata.keyvalue>3.5.0-SNAPSHOT</springdata.keyvalue>
<springdata.commons>3.5.0-SNAPSHOT</springdata.commons>
<springdata.keyvalue>4.0.0-SNAPSHOT</springdata.keyvalue>
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
<awaitility>4.0.2</awaitility>
<beanutils>1.9.4</beanutils>
<xstream>1.4.21</xstream>
Expand Down

0 comments on commit 4283f84

Please sign in to comment.