From 22c949fb6aab8172564d6914028f8ed0bef17b51 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 23 Jun 2016 07:55:46 +0200 Subject: [PATCH] DATAKV-150 - Prepare 2.0 development. Upgrade to Spring Data Commons 2.0. --- pom.xml | 7 +++---- template.mf | 11 ----------- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 template.mf 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: *