Skip to content

Commit 79bc4ed

Browse files
committed
Back to snapshot deps
1 parent 94947a0 commit 79bc4ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-parent</artifactId>
77
<!-- note: does NOT change for every version of bom -->
8-
<version>2.20-rc1</version>
8+
<version>2.20-rc2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jackson-bom</artifactId>
@@ -48,7 +48,7 @@ of Jackson components maintained by FasterXML.com
4848
</scm>
4949

5050
<properties>
51-
<jackson.version>2.20.0-rc1</jackson.version>
51+
<jackson.version>2.20.0-rc2-SNAPSHOT</jackson.version>
5252

5353
<!-- 25-Sep-2019, tatu: With Jackson 2.x we release full patch-level versions
5454
of annotations BUT they are all identical, content-wise.
@@ -59,7 +59,7 @@ of Jackson components maintained by FasterXML.com
5959
<!-- 10-Jul-2025, tatu: Jackson 2.20 finally drops patch from `jackson-annotations`:
6060
hence we need to separate it out.
6161
-->
62-
<jackson.version.annotations>2.20-rc1</jackson.version.annotations>
62+
<jackson.version.annotations>2.20-rc2-SNAPSHOT</jackson.version.annotations>
6363

6464
<jackson.version.core>${jackson.version}</jackson.version.core>
6565
<jackson.version.databind>${jackson.version}</jackson.version.databind>

0 commit comments

Comments
 (0)