Browse Source

After release cleanups.

See #4836
pull/4964/head
Mark Paluch 1 year ago committed by Christoph Strobl
parent
commit
b5c7e1485c
No known key found for this signature in database
GPG Key ID: E6054036D0C37A4B
  1. 2
      Jenkinsfile
  2. 4
      pom.xml

2
Jenkinsfile vendored

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

4
pom.xml

@ -15,7 +15,7 @@ @@ -15,7 +15,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>
</parent>
<modules>
@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.5.0-SNAPSHOT</springdata.commons>
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
<mongo>5.4.0</mongo>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save