Compare commits
7 Commits
2.1.7.RELE
...
2.1.8.RELE
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9af8160e05 | ||
|
|
fdf4ea1e60 | ||
|
|
8c7afe012f | ||
|
|
6ba258a1f3 | ||
|
|
059c8cf1dd | ||
|
|
2b8955f583 | ||
|
|
23fde167f6 |
6
pom.xml
6
pom.xml
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||
<version>2.1.7.RELEASE</version>
|
||||
<version>2.1.8.RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Spring Data MongoDB</name>
|
||||
@@ -15,7 +15,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>2.1.7.RELEASE</version>
|
||||
<version>2.1.8.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
@@ -27,7 +27,7 @@
|
||||
<properties>
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-mongodb</dist.id>
|
||||
<springdata.commons>2.1.7.RELEASE</springdata.commons>
|
||||
<springdata.commons>2.1.8.RELEASE</springdata.commons>
|
||||
<mongo>3.8.2</mongo>
|
||||
<mongo.reactivestreams>1.9.2</mongo.reactivestreams>
|
||||
<jmh.version>1.19</jmh.version>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||
<version>2.1.7.RELEASE</version>
|
||||
<version>2.1.8.RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||
<version>2.1.7.RELEASE</version>
|
||||
<version>2.1.8.RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongodb</artifactId>
|
||||
<version>2.1.7.RELEASE</version>
|
||||
<version>2.1.8.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<!-- reactive -->
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||
<version>2.1.7.RELEASE</version>
|
||||
<version>2.1.8.RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||
<version>2.1.7.RELEASE</version>
|
||||
<version>2.1.8.RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,6 +1,27 @@
|
||||
Spring Data MongoDB Changelog
|
||||
=============================
|
||||
|
||||
Changes in version 2.1.8.RELEASE (2019-05-13)
|
||||
---------------------------------------------
|
||||
* DATAMONGO-2269 - Release 2.1.8 (Lovelace SR8).
|
||||
|
||||
|
||||
Changes in version 2.2.0.M4 (2019-05-13)
|
||||
----------------------------------------
|
||||
* DATAMONGO-2268 - Upgrade to MongoDB Java Driver 3.11.0-beta3.
|
||||
* DATAMONGO-2265 - Add ReactiveMongoTransactionManager.
|
||||
* DATAMONGO-2264 - Assert compatibility with MongoDB 4.2.
|
||||
* DATAMONGO-2260 - Release 2.2 M4 (Moore).
|
||||
* DATAMONGO-2258 - Add startAfter option to change stream support.
|
||||
* DATAMONGO-2257 - Upgrade MongoDB Java driver to 3.11.0-beta2.
|
||||
* DATAMONGO-1854 - Add annotation-based Collation support.
|
||||
|
||||
|
||||
Changes in version 1.10.21.RELEASE (2019-05-10)
|
||||
-----------------------------------------------
|
||||
* DATAMONGO-2244 - Release 1.10.21 (Ingalls SR21).
|
||||
|
||||
|
||||
Changes in version 2.1.7.RELEASE (2019-05-10)
|
||||
---------------------------------------------
|
||||
* DATAMONGO-2246 - Release 2.1.7 (Lovelace SR7).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data MongoDB 2.1.7
|
||||
Spring Data MongoDB 2.1.8
|
||||
Copyright (c) [2010-2019] Pivotal Software, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
|
||||
Reference in New Issue
Block a user