Skip to content

Commit 645bf5a

Browse files
Prepare issue branch.
1 parent 7876b92 commit 645bf5a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.x-GH-4983-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>

spring-data-mongodb-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data</groupId>
1717
<artifactId>spring-data-mongodb-parent</artifactId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>5.0.x-GH-4983-SNAPSHOT</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121

spring-data-mongodb/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.data</groupId>
1515
<artifactId>spring-data-mongodb-parent</artifactId>
16-
<version>5.0.0-SNAPSHOT</version>
16+
<version>5.0.x-GH-4983-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

@@ -23,6 +23,7 @@
2323
<java-module-name>spring.data.mongodb</java-module-name>
2424
<project.root>${basedir}/..</project.root>
2525
<multithreadedtc>1.01</multithreadedtc>
26+
<springdata.commons>4.0.x-GH-3322-SNAPSHOT</springdata.commons>
2627
</properties>
2728

2829
<dependencies>

0 commit comments

Comments
 (0)