diff --git a/pom.xml b/pom.xml index 2695f31..3f91681 100644 --- a/pom.xml +++ b/pom.xml @@ -5,20 +5,19 @@ org.springframework.data spring-data-keyvalue - 1.2.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT Spring Data KeyValue org.springframework.data.build spring-data-parent - 1.9.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT - DATAKV - 1.13.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT diff --git a/template.mf b/template.mf deleted file mode 100644 index c6d3e04..0000000 --- a/template.mf +++ /dev/null @@ -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: *