Skip to content

Commit 79906c1

Browse files
committed
3.x -> 3.1
1 parent 22c2d87 commit 79906c1

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
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>tools.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>3.0.2-SNAPSHOT</version>
11+
<version>3.1.0-SNAPSHOT</version>
1212
</parent>
1313
<groupId>tools.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>
1515
<name>jackson-module-kotlin</name>
16-
<version>3.0.2-SNAPSHOT</version>
16+
<version>3.1.0-SNAPSHOT</version>
1717
<packaging>jar</packaging>
1818
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
1919
Kotlin language, specifically introspection of method/constructor parameter names,

0 commit comments

Comments
 (0)