Skip to content

Commit

Permalink
Switch packaging to "jar" from "bundle"
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 4, 2025
1 parent 3e601ac commit f1bd861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<artifactId>jackson-module-kotlin</artifactId>
<name>jackson-module-kotlin</name>
<version>3.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<packaging>jar</packaging>
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
Kotlin language, specifically introspection of method/constructor parameter names,
without having to add explicit property name annotation.
Expand Down

0 comments on commit f1bd861

Please sign in to comment.