Skip to content

Commit 9e51a49

Browse files
committed
Change jar -> bundle for eclipse-collections, pcollections
1 parent f6dcd72 commit 9e51a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eclipse-collections/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<artifactId>jackson-datatype-eclipse-collections</artifactId>
1010
<name>Jackson datatype: eclipse-collections</name>
11-
<packaging>jar</packaging>
11+
<packaging>bundle</packaging>
1212
<description>Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles
1313
eclipse-collections (https://www.eclipse.org/collections/) types
1414
</description>

pcollections/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<artifactId>jackson-datatype-pcollections</artifactId>
99
<name>Jackson datatype: pcollections</name>
10-
<packaging>jar</packaging>
10+
<packaging>bundle</packaging>
1111
<description>Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles
1212
PCollections (http://pcollections.org/) types
1313
</description>

0 commit comments

Comments
 (0)