DATAMONGO-2448 - Bump version to 3.0 SNAPSHOT.

In preparation for the upcoming breaking changes when switching to the MongoDB Java Driver 4.0 and the breaking changes required for that update (expected for Milestone 2), we eagerly bump the version number to 3.0.

Original pull request: #819.
This commit is contained in:
Christoph Strobl
2020-01-13 09:05:16 +01:00
committed by Mark Paluch
parent 4f75fec5c5
commit 7b1a96f4a9
24 changed files with 765 additions and 56 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version>
<version>3.0.0.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>