8000
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 4a60457 commit 08349a2Copy full SHA for 08349a2
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.19-rc2</version>
+ <version>2.19-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.19.0-rc2</jackson.version>
+ <jackson.version>2.19.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