Skip to content

Commit 93a8a16

Browse files
committed
Fix version number -- somehow reverted to 3.1.0-SNAPSHOT
1 parent 032014d commit 93a8a16

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.1.0-SNAPSHOT</version>
11+
<version>3.2.0-SNAPSHOT</version>
1212
</parent>
1313
<groupId>tools.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>3.1.0-SNAPSHOT</version>
16+
<version>3.2.0-SNAPSHOT</version>
1717
<packaging>jar</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<inceptionYear>2007</inceptionYear>

0 commit comments

Comments
 (0)