Set version number to 0.1.0.BUILD-SNAPSHOT to quickly allow releases while not doing an 1.0.0 release in the first place. Added Bundlor to generate an appropriate OSGi manifest.
8 lines
266 B
Plaintext
8 lines
266 B
Plaintext
Bundle-SymbolicName: org.springframework.hateoas
|
|
Bundle-Name: Spring HATEOAS
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-ManifestVersion: 2
|
|
Import-Template:
|
|
javax.xml.bind.*;version="0",
|
|
org.springframework.*;version="${spring.version:[=.=.=,+1.0.0)}";resolution:=optional
|