#116 - Switched to the release train version of the KeyValue module.

This commit is contained in:
Oliver Gierke
2015-07-16 09:11:54 +02:00
parent bca4e65e4f
commit a7f231c2ed

View File

@@ -4,7 +4,7 @@
<artifactId>spring-data-map-repositories-example</artifactId> <artifactId>spring-data-map-repositories-example</artifactId>
<name>Spring Data - Map repositories example</name> <name>Spring Data KeyValue - Map repositories example</name>
<parent> <parent>
<groupId>org.springframework.data.examples</groupId> <groupId>org.springframework.data.examples</groupId>
@@ -22,7 +22,6 @@
<dependency> <dependency>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-keyvalue</artifactId> <artifactId>spring-data-keyvalue</artifactId>
<version>0.1.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>