Skip to content

Commit 88af0cb

Browse files
committed
DATACMNS-465 - Polished template.mf.
1 parent dbb7c35 commit 88af0cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

template.mf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Bundle-SymbolicName: org.springframework.data.core
2-
Bundle-Name: Spring Data Commons Core
2+
Bundle-Name: ${project.name}
33
Bundle-Vendor: Pivotal Software, Inc.
4+
Bundle-Version: ${project.version}
45
Bundle-ManifestVersion: 2
5-
Import-Package:
6+
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
7+
Import-Package:
68
sun.reflect;version="0";resolution:=optional
79
Import-Template:
810
com.fasterxml.jackson.databind.*;version="${jackson:[=.=.=,+1.0.0)}";resolution:=optional,

0 commit comments

Comments
 (0)