Skip to content

Commit c7b899d

Browse files
committed
Merge pull request #43 from splatch/master
Improvements in OSGi manifest generation. Fixes #42.
2 parents f221280 + 6aa2dd1 commit c7b899d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hibernate3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<artifactId>jackson-datatype-hibernate3</artifactId>
99
<name>Jackson-datatype-Hibernate3</name>
10-
<packaging>jar</packaging>
10+
<packaging>bundle</packaging>
1111
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1212
Hibernate (http://hibernate.org) version 3.x data types.
1313
</description>
@@ -20,7 +20,7 @@ Hibernate (http://hibernate.org) version 3.x data types.
2020
<hibernate.version>[3.5.0, 3.6.6]</hibernate.version>
2121
-->
2222
<hibernate.version>3.6.6.Final</hibernate.version>
23-
<osgi.export>com.fasterxml.jackson.module.hibernate3;version=${project.version}</osgi.export>
23+
<osgi.export>com.fasterxml.jackson.module.hibernate3</osgi.export>
2424
</properties>
2525

2626
<dependencies>

hibernate4/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<artifactId>jackson-datatype-hibernate4</artifactId>
99
<name>Jackson-datatype-Hibernate4</name>
10-
<packaging>jar</packaging>
10+
<packaging>bundle</packaging>
1111
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1212
Hibernate (http://hibernate.org) version 4.x data types.
1313
</description>
@@ -19,7 +19,7 @@ Hibernate (http://hibernate.org) version 4.x data types.
1919
<!-- Hibernate with JPA 2.0 -->
2020
<hibernate.version>4.1.0.Final</hibernate.version>
2121
<surefire.version>2.12</surefire.version>
22-
<osgi.export>${project.groupId}.hibernate4;version=${project.version}</osgi.export>
22+
<osgi.export>${project.groupId}.hibernate4</osgi.export>
2323
</properties>
2424

2525
<dependencies>

0 commit comments

Comments
 (0)