DATAMONGO-1448 - Prepare 2.0 development.

Upgraded to Spring Data Build parent 2.0 snapshots and Spring Data Commons 2.0 snapshots. Removed obsolete distribution key property. Removed obsolete template.mf.
This commit is contained in:
Mark Paluch
2016-06-09 13:23:10 +02:00
committed by Oliver Gierke
parent ea9b402547
commit da5289fc18
8 changed files with 20 additions and 66 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>1.10.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>