We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac45c1b commit 0fd9575Copy full SHA for 0fd9575
pom.xml
@@ -6,7 +6,7 @@
6
<groupId>com.fasterxml.jackson</groupId>
7
<artifactId>jackson-parent</artifactId>
8
<!-- note: does NOT change for every version of bom -->
9
- <version>2.16-rc1</version>
+ <version>2.16-SNAPSHOT</version>
10
</parent>
11
12
<artifactId>jackson-bom</artifactId>
@@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
49
</scm>
50
51
<properties>
52
- <jackson.version>2.16.0-rc1</jackson.version>
+ <jackson.version>2.16.0-SNAPSHOT</jackson.version>
53
54
<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
55
of annotations BUT they are all identical, content-wise.
0 commit comments