We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c2d87 commit 79906c1Copy full SHA for 79906c1
pom.xml
@@ -8,12 +8,12 @@
8
<parent>
9
<groupId>tools.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
12
</parent>
13
<groupId>tools.jackson.module</groupId>
14
<artifactId>jackson-module-kotlin</artifactId>
15
<name>jackson-module-kotlin</name>
16
17
<packaging>jar</packaging>
18
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
19
Kotlin language, specifically introspection of method/constructor parameter names,
0 commit comments