Skip to content

Commit 2f5c6b7

Browse files
committed
Merge pull request #17 from splatch/master
Improvements in OSGi manifest generation. Fixes #16.
2 parents d08d9e3 + 5074a78 commit 2f5c6b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<artifactId>jackson-module-jsonSchema</artifactId>
1010
<name>jackson-module-jsonSchema</name>
1111
<version>2.3.0-SNAPSHOT</version>
12+
<packaging>bundle</packaging>
1213
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1314
JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 generation.
1415
</description>
@@ -40,8 +41,7 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
4041
<!--
4142
| Configuration properties for the OSGi maven-bundle-plugin
4243
-->
43-
<osgi.export>${project.groupId}.jsonSchema.*; version=${project.version}
44-
</osgi.export>
44+
<osgi.export>${project.groupId}.jsonSchema.*</osgi.export>
4545
</properties>
4646

4747
<dependencies>

0 commit comments

Comments
 (0)