File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-parent</artifactId >
7
7
<!-- note: does NOT change for every version of bom -->
8
- <version >2.20-rc1 </version >
8
+ <version >2.20-rc2-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >jackson-bom</artifactId >
@@ -48,7 +48,7 @@ of Jackson components maintained by FasterXML.com
48
48
</scm >
49
49
50
50
<properties >
51
- <jackson .version>2.20.0-rc1 </jackson .version>
51
+ <jackson .version>2.20.0-rc2-SNAPSHOT </jackson .version>
52
52
53
53
<!-- 25-Sep-2019, tatu: With Jackson 2.x we release full patch-level versions
54
54
of annotations BUT they are all identical, content-wise.
@@ -59,7 +59,7 @@ of Jackson components maintained by FasterXML.com
59
59
<!-- 10-Jul-2025, tatu: Jackson 2.20 finally drops patch from `jackson-annotations`:
60
60
hence we need to separate it out.
61
61
-->
62
- <jackson .version.annotations>2.20-rc1 </jackson .version.annotations>
62
+ <jackson .version.annotations>2.20-rc2-SNAPSHOT </jackson .version.annotations>
63
63
64
64
<jackson .version.core>${jackson.version} </jackson .version.core>
65
65
<jackson .version.databind>${jackson.version} </jackson .version.databind>
You can’t perform that action at this time.
0 commit comments