DATAKV-150 - Prepare 2.0 development.
Upgrade to Spring Data Commons 2.0.
This commit is contained in:
committed by
Mark Paluch
parent
5fd6024fd0
commit
22c949fb6a
7
pom.xml
7
pom.xml
@@ -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>
|
||||
|
||||
11
template.mf
11
template.mf
@@ -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: *
|
||||
Reference in New Issue
Block a user