DATAKV-150 - Prepare 2.0 development.

Upgrade to Spring Data Commons 2.0.
This commit is contained in:
Christoph Strobl
2016-06-23 07:55:46 +02:00
committed by Mark Paluch
parent 5fd6024fd0
commit 22c949fb6a
2 changed files with 3 additions and 15 deletions

View File

@@ -5,20 +5,19 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-keyvalue</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<name>Spring Data KeyValue</name>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.9.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<properties>
<dist.key>DATAKV</dist.key>
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
</properties>
<dependencies>

View File

@@ -1,11 +0,0 @@
Bundle-SymbolicName: org.springframework.data.keyvalue
Bundle-Name: ${project.name}
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: ${project.version}
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Template:
com.querydsl.*;version="${querydsl:[=.=.=,+1.0.0)}";resolution:=optional,
org.springframework.*;version="${spring:[=.=.=,+1.0.0)}",
org.springframework.data.*;version="${springdata.commons:[=.=.=,+1.0.0)}"
DynamicImport-Package: *